Classification fields in Ango Annotation Format exports.
The classifications object is part of the task objectin 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:
"classifications" : [ { answer // object OR list, classification answers objectId // string, ID of the classification schemaId, // string, ID of the classification class in the project classifications, // list, nested classifications title // string, title of the classification page // int, optional, if asset is multi-page, page where the classification takes place tool // string, name of the tool (radio, dropdown, etc.) metadata // dict, optional, metadata regarding the annotation (creation date, etc.) interpolationStopped // bool, optional, whether in multi-frame assets the classification disappears from this frame on
}, { ... }]