Classifications
Classification fields in Ango Annotation Format exports.
The classifications
object is part of the task
object in the Ango Annotation Format. It contains all annotation data pertaining to labels created with classifications, e.g. not tools, relations, or brushes.
Annotations created with the following classification classes will appear in the classification
object:
General Structure
Radio
Sample
Properties
objectId
String
Object ID of the classification. Unique in the asset.
schemaId
String
ID of the class to which the classification belongs.
tool
String
Type of classification. In the case of the radio tool, the value is radio
.
title
String
Name of the class.
answer
String
The answer picked by the annotator.
metadata
Dict
Only appears if the Annotation Metadata toggle has been turned on before export.
createdAt
: int, Time of creation in Unix epoch time in milliseconds. GMT.
createdBy
: string, email of user creating the classification
createdIn
: string, ID of the stage in which the classification was first answered.
updatedAt
: int, optional. Time of last classification update in Unix millisecond epoch time. GMT. Only appears if answer has been updated.
updatedBy
: string, optional. email of user last updating the classification. Only appears if answer has been updated.
updatedIn
: string, optional. ID of the stage in which the classification was last updated. Only appears if answer has been updated.
classifications
List
List of nested classifications (if any). May contain further nested classifications in its own classifications
property.
Checkbox
Sample
Properties
objectId
String
Object ID of the classification. Unique in the asset.
schemaId
String
ID of the class to which the classification belongs.
tool
String
Type of classification. In the case of the checkbox tool, the value is checkbox
.
title
String
Name of the class.
answer
List
The answer(s) picked. Always a list, even if only one item was selected.
metadata
Dict
Only appears if the Annotation Metadata toggle has been turned on before export.
createdAt
: int, Time of creation in Unix epoch time in milliseconds. GMT.
createdBy
: string, email of user creating the classification
createdIn
: string, ID of the stage in which the classification was first answered.
updatedAt
: int, optional. Time of last classification update in Unix millisecond epoch time. GMT. Only appears if answer has been updated.
updatedBy
: string, optional. email of user last updating the classification. Only appears if answer has been updated.
updatedIn
: string, optional. ID of the stage in which the classification was last updated. Only appears if answer has been updated.
classifications
List
List of nested classifications (if any). May contain further nested classifications in its own classifications
property.
Single Dropdown
Sample
Properties
objectId
String
Object ID of the classification. Unique in the asset.
schemaId
String
ID of the class to which the classification belongs.
tool
String
Type of classification. In the case of the single dropdown tool, the value is single-dropdown
.
title
String
Name of the class.
answer
String
The answer picked by the annotator.
metadata
Dict
Only appears if the Annotation Metadata toggle has been turned on before export.
createdAt
: int, Time of creation in Unix epoch time in milliseconds. GMT.
createdBy
: string, email of user creating the classification
createdIn
: string, ID of the stage in which the classification was first answered.
updatedAt
: int, optional. Time of last classification update in Unix millisecond epoch time. GMT. Only appears if answer has been updated.
updatedBy
: string, optional. email of user last updating the classification. Only appears if answer has been updated.
updatedIn
: string, optional. ID of the stage in which the classification was last updated. Only appears if answer has been updated.
classifications
List
List of nested classifications (if any). May contain further nested classifications in its own classifications
property.
Multiple Dropdown
Sample
Properties
objectId
String
Object ID of the classification. Unique in the asset.
schemaId
String
ID of the class to which the classification belongs.
tool
String
Type of classification. In the case of the multiple dropdown tool, the value is multi-dropdown
.
title
String
Name of the class.
answer
List
The answer(s) picked. Always a list, even if only one item was selected.
metadata
Dict
Only appears if the Annotation Metadata toggle has been turned on before export.
createdAt
: int, Time of creation in Unix epoch time in milliseconds. GMT.
createdBy
: string, email of user creating the classification
createdIn
: string, ID of the stage in which the classification was first answered.
updatedAt
: int, optional. Time of last classification update in Unix millisecond epoch time. GMT. Only appears if answer has been updated.
updatedBy
: string, optional. email of user last updating the classification. Only appears if answer has been updated.
updatedIn
: string, optional. ID of the stage in which the classification was last updated. Only appears if answer has been updated.
classifications
List
List of nested classifications (if any). May contain further nested classifications in its own classifications
property.
Text
Sample
Properties
objectId
String
Object ID of the classification. Unique in the asset.
schemaId
String
ID of the class to which the classification belongs.
tool
String
Type of classification. In the case of the text tool, the value is text
.
title
String
Name of the class.
answer
String
The answer written by the annotator.
metadata
Dict
Only appears if the Annotation Metadata toggle has been turned on before export.
createdAt
: int, Time of creation in Unix epoch time in milliseconds. GMT.
createdBy
: string, email of user creating the classification
createdIn
: string, ID of the stage in which the classification was first answered.
updatedAt
: int, optional. Time of last classification update in Unix millisecond epoch time. GMT. Only appears if answer has been updated.
updatedBy
: string, optional. email of user last updating the classification. Only appears if answer has been updated.
updatedIn
: string, optional. ID of the stage in which the classification was last updated. Only appears if answer has been updated.
classifications
List
List of nested classifications (if any). May contain further nested classifications in its own classifications
property.
Tree Dropdown
Sample
Properties
objectId
String
Object ID of the classification. Unique in the asset.
schemaId
String
ID of the class to which the classification belongs.
tool
String
Type of classification. In the case of the tree dropdown tool, the value is tree-dropdown
.
title
String
Name of the class.
answer
List
The answer(s) picked. Always a list, even if only one item was selected.
metadata
Dict
Only appears if the Annotation Metadata toggle has been turned on before export.
createdAt
: int, Time of creation in Unix epoch time in milliseconds. GMT.
createdBy
: string, email of user creating the classification
createdIn
: string, ID of the stage in which the classification was first answered.
updatedAt
: int, optional. Time of last classification update in Unix millisecond epoch time. GMT. Only appears if answer has been updated.
updatedBy
: string, optional. email of user last updating the classification. Only appears if answer has been updated.
updatedIn
: string, optional. ID of the stage in which the classification was last updated. Only appears if answer has been updated.
classifications
List
List of nested classifications (if any). May contain further nested classifications in its own classifications
property.
Last updated