public class RecognizedImage extends Object
| Constructor and Description |
|---|
RecognizedImage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the identifier.
|
List<Label> |
getLabels()
Gets the labels.
|
String |
getName()
Gets the name.
|
void |
setId(String id)
Sets the identifier.
|
void |
setLabels(List<Label> labels)
Sets the labels.
|
void |
setName(String name)
Sets the name.
|
String |
toString() |
public String getId()
public void setId(String id)
id - the new identifierpublic String getName()
public void setName(String name)
name - the new namepublic void setLabels(List<Label> labels)
labels - The labelsCopyright © 2015. All rights reserved.