Check the detailed JSON property descriptions
categories
: List of categoriesname
: Name of the categoryconfidence
: Confidence (100 by default when done by human)
Examples of exported classification jobs:
'json_response': {
"JOB_0": {
"categories": [{"name": "YES_IT_IS_SPAM", "confidence": 100 }]
}
}
'json_response': {
"JOB_0": {
"categories": [
{ "name": "BAD_PRODUCT", "confidence": 100 },
{ "name": "ILLEGAL_PRODUCT", "confidence": 100 }
]
}
}
'json_response': {
"JOB_0": {
"categories": [{"name": "YES_IT_IS_A_NEWS_ARTICLE", "confidence": 100 }],
"children": {
"NESTED_JOB": {
"categories": [{ "name": "SPORTS", "confidence": 100 }]
}
}
}
}
For general export format information, refer to Exported data format.