public class OriginalLabelsOut extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
OriginalLabelsOut.Modification
A string identifying the type of modification the feedback entry in the `updated_labels` array. 
 | 
| Constructor and Description | 
|---|
OriginalLabelsOut()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Category> | 
getCategories()
Gets the categories. 
 | 
java.lang.String | 
getModification()
Gets the modification. 
 | 
java.util.List<TypeLabel> | 
getTypes()
Gets the types. 
 | 
equals, hashCode, toStringpublic java.util.List<TypeLabel> getTypes()
public java.util.List<Category> getCategories()
public java.lang.String getModification()