cc_transcript_categories
cc_transcript_categories
Identifies type of issue (errors or alerts).
JSON Example
{
"error": {
"count": 0,
"description": "string",
"items": {
"cr_captions_missing": {
"count": 0,
"description": "string",
"id": "string",
"level": "string"
},
"cr_transcript_missing": {
"count": 0,
"description": "string",
"id": "string",
"level": "string"
}
}
}
}