cc_transcript_success_response
cc_transcript_success_response
A JSON object that contains information of the CC and Transcript success response.
JSON Example
{
"categories": {
"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"
}
}
}
},
"statistics": {
"allitemcount": 0,
"pageurl": "string",
"time": "number",
"totalelements": 0,
"totalaudios": 0,
"totalvideos": 0
},
"status": {
"httpstatuscode": 0,
"success": "string"
}
}