public class RecognizedImage extends GenericModel
| 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.
|
equals, hashCode, toStringpublic String getId()
public String getName()
public void setId(String id)
id - the new identifierpublic void setLabels(List<Label> labels)
labels - The labelspublic void setName(String name)
name - the new nameCopyright © 2015–2016. All rights reserved.