cc_transcript_items

cc_transcript_items
cc_transcript_items

A JSON object represents issues related to the Closed Captioning and Transcript check.

JSON Example
{
    "cr_captions_missing": {
        "count": 0,
        "description": "string",
        "id": "string",
        "level": "string"
    },
    "cr_transcript_missing": {
        "count": 0,
        "description": "string",
        "id": "string",
        "level": "string"
    }
}
cr_captions_missing
Optional

A JSON object that contains information of the CC and Transcript check Issue Item.

cr_transcript_missing
Optional

A JSON object that contains information of the CC and Transcript check Issue Item.