GET api/VideoAnalysisService?videoID={videoID}

Gets the video analysis for a specific video, you can as well use the Callback to get instance response

Request Information

URI Parameters

NameDescriptionTypeAdditional information
videoID

Unique video key returned when a video is submitted

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

AI Video analysis

VideoAnalysisSummary
NameDescriptionTypeAdditional information
partition

Object

None.

description

Object

None.

privacyMode

string

None.

state

string

None.

accountId

string

None.

id

string

None.

name

string

None.

userName

string

None.

created

date

None.

isOwned

boolean

None.

isEditable

boolean

None.

isBase

boolean

None.

durationInSeconds

integer

None.

summarizedInsights

SummarizedInsights

None.

videos

Collection of Video

None.

videosRanges

Collection of VideosRanx

None.

Processed

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "partition": {},
  "description": {},
  "privacyMode": "sample string 3",
  "state": "sample string 4",
  "accountId": "sample string 5",
  "id": "sample string 6",
  "name": "sample string 7",
  "userName": "sample string 8",
  "created": "2025-12-06T05:14:11.8054151+00:00",
  "isOwned": true,
  "isEditable": true,
  "isBase": true,
  "durationInSeconds": 13,
  "summarizedInsights": {
    "name": "sample string 1",
    "id": "sample string 2",
    "privacyMode": "sample string 3",
    "duration": {
      "time": "sample string 1",
      "seconds": 2.1
    },
    "thumbnailVideoId": "sample string 4",
    "thumbnailId": "sample string 5",
    "faces": [
      {},
      {}
    ],
    "keywords": [
      {
        "isTranscript": true,
        "id": 2,
        "name": "sample string 3",
        "appearances": [
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          },
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          }
        ],
        "text": "sample string 4",
        "confidence": 5.1,
        "language": "sample string 6",
        "instances": [
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          },
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          }
        ]
      },
      {
        "isTranscript": true,
        "id": 2,
        "name": "sample string 3",
        "appearances": [
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          },
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          }
        ],
        "text": "sample string 4",
        "confidence": 5.1,
        "language": "sample string 6",
        "instances": [
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          },
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          }
        ]
      }
    ],
    "sentiments": [
      {
        "sentimentKey": "sample string 1",
        "seenDurationRatio": 2.1,
        "appearances": [
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          },
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          }
        ],
        "id": 3,
        "averageScore": 4.1,
        "sentimentType": "sample string 5",
        "instances": [
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          },
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          }
        ]
      },
      {
        "sentimentKey": "sample string 1",
        "seenDurationRatio": 2.1,
        "appearances": [
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          },
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          }
        ],
        "id": 3,
        "averageScore": 4.1,
        "sentimentType": "sample string 5",
        "instances": [
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          },
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          }
        ]
      }
    ],
    "emotions": [
      {},
      {}
    ],
    "audioEffects": [
      {},
      {}
    ],
    "labels": [
      {
        "id": 1,
        "name": "sample string 2",
        "appearances": [
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          },
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          }
        ],
        "referenceId": "sample string 3",
        "language": "sample string 4",
        "instances": [
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          },
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          }
        ]
      },
      {
        "id": 1,
        "name": "sample string 2",
        "appearances": [
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          },
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          }
        ],
        "referenceId": "sample string 3",
        "language": "sample string 4",
        "instances": [
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          },
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          }
        ]
      }
    ],
    "framePatterns": [
      {
        "id": 1,
        "name": "sample string 2",
        "appearances": [
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          },
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          }
        ],
        "patternType": "sample string 3",
        "confidence": 4.1,
        "instances": [
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          },
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          }
        ]
      },
      {
        "id": 1,
        "name": "sample string 2",
        "appearances": [
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          },
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          }
        ],
        "patternType": "sample string 3",
        "confidence": 4.1,
        "instances": [
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          },
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          }
        ]
      }
    ],
    "brands": [
      {
        "referenceId": "sample string 1",
        "referenceUrl": "sample string 2",
        "confidence": 3.1,
        "description": "sample string 4",
        "seenDuration": 5.1,
        "id": 6,
        "name": "sample string 7",
        "appearances": [
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          },
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          }
        ],
        "referenceType": "sample string 8",
        "tags": [
          {},
          {}
        ],
        "isCustom": true,
        "instances": [
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          },
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          }
        ]
      },
      {
        "referenceId": "sample string 1",
        "referenceUrl": "sample string 2",
        "confidence": 3.1,
        "description": "sample string 4",
        "seenDuration": 5.1,
        "id": 6,
        "name": "sample string 7",
        "appearances": [
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          },
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          }
        ],
        "referenceType": "sample string 8",
        "tags": [
          {},
          {}
        ],
        "isCustom": true,
        "instances": [
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          },
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          }
        ]
      }
    ],
    "namedLocations": [
      {},
      {}
    ],
    "namedPeople": [
      {},
      {}
    ],
    "statistics": {
      "correspondenceCount": 1,
      "speakerTalkToListenRatio": {
        "_1": 1.1,
        "_2": 2.1,
        "_3": 3.1,
        "_4": 4.1,
        "_5": 5.1,
        "_6": 6.1,
        "_7": 7.1
      },
      "speakerLongestMonolog": {
        "_1": 1,
        "_2": 2,
        "_3": 3,
        "_4": 4,
        "_5": 5,
        "_6": 6,
        "_7": 7
      },
      "speakerNumberOfFragments": {
        "_1": 1,
        "_2": 2,
        "_3": 3,
        "_4": 4,
        "_5": 5,
        "_6": 6,
        "_7": 7
      },
      "speakerWordCount": {
        "_1": 1,
        "_2": 2,
        "_3": 3,
        "_4": 4,
        "_5": 5,
        "_6": 6,
        "_7": 7
      }
    },
    "topics": [
      {
        "referenceUrl": {},
        "iptcName": "sample string 2",
        "iabName": "sample string 3",
        "confidence": 4.1,
        "id": 5,
        "name": "sample string 6",
        "appearances": [
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          },
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          }
        ],
        "referenceId": "sample string 7",
        "referenceType": "sample string 8",
        "language": "sample string 9",
        "instances": [
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          },
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          }
        ]
      },
      {
        "referenceUrl": {},
        "iptcName": "sample string 2",
        "iabName": "sample string 3",
        "confidence": 4.1,
        "id": 5,
        "name": "sample string 6",
        "appearances": [
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          },
          {
            "startTime": "sample string 1",
            "endTime": "sample string 2",
            "startSeconds": 3.1,
            "endSeconds": 4.1,
            "confidence": 5.1
          }
        ],
        "referenceId": "sample string 7",
        "referenceType": "sample string 8",
        "language": "sample string 9",
        "instances": [
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          },
          {
            "adjustedStart": "sample string 1",
            "adjustedEnd": "sample string 2",
            "start": "sample string 3",
            "end": "sample string 4",
            "confidence": 5.1,
            "thumbnailId": "sample string 6",
            "brandType": "sample string 7",
            "instanceSource": "sample string 8"
          }
        ]
      }
    ]
  },
  "videos": [
    {
      "accountId": "sample string 1",
      "id": "sample string 2",
      "state": "sample string 3",
      "moderationState": "sample string 4",
      "reviewState": "sample string 5",
      "privacyMode": "sample string 6",
      "processingProgress": "sample string 7",
      "failureCode": "sample string 8",
      "failureMessage": "sample string 9",
      "externalId": {},
      "externalUrl": {},
      "metadata": {},
      "insights": {
        "version": "sample string 1",
        "duration": "sample string 2",
        "sourceLanguage": "sample string 3",
        "sourceLanguages": [
          "sample string 1",
          "sample string 2"
        ],
        "language": "sample string 4",
        "languages": [
          "sample string 1",
          "sample string 2"
        ],
        "transcript": [
          {
            "id": 1,
            "text": "sample string 2",
            "confidence": 3.1,
            "speakerId": 4,
            "language": "sample string 5",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "text": "sample string 2",
            "confidence": 3.1,
            "speakerId": 4,
            "language": "sample string 5",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "ocr": [
          {
            "id": 1,
            "text": "sample string 2",
            "confidence": 3.1,
            "left": 4,
            "top": 5,
            "width": 6,
            "height": 7,
            "language": "sample string 8",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "text": "sample string 2",
            "confidence": 3.1,
            "left": 4,
            "top": 5,
            "width": 6,
            "height": 7,
            "language": "sample string 8",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "keywords": [
          {
            "isTranscript": true,
            "id": 2,
            "name": "sample string 3",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "text": "sample string 4",
            "confidence": 5.1,
            "language": "sample string 6",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "isTranscript": true,
            "id": 2,
            "name": "sample string 3",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "text": "sample string 4",
            "confidence": 5.1,
            "language": "sample string 6",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "topics": [
          {
            "referenceUrl": {},
            "iptcName": "sample string 2",
            "iabName": "sample string 3",
            "confidence": 4.1,
            "id": 5,
            "name": "sample string 6",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "referenceId": "sample string 7",
            "referenceType": "sample string 8",
            "language": "sample string 9",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "referenceUrl": {},
            "iptcName": "sample string 2",
            "iabName": "sample string 3",
            "confidence": 4.1,
            "id": 5,
            "name": "sample string 6",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "referenceId": "sample string 7",
            "referenceType": "sample string 8",
            "language": "sample string 9",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "labels": [
          {
            "id": 1,
            "name": "sample string 2",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "referenceId": "sample string 3",
            "language": "sample string 4",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "name": "sample string 2",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "referenceId": "sample string 3",
            "language": "sample string 4",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "scenes": [
          {
            "id": 1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "shots": [
          {
            "id": 1,
            "keyFrames": [
              {
                "id": 1,
                "instances": [
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  },
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  }
                ]
              },
              {
                "id": 1,
                "instances": [
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  },
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  }
                ]
              }
            ],
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "keyFrames": [
              {
                "id": 1,
                "instances": [
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  },
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  }
                ]
              },
              {
                "id": 1,
                "instances": [
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  },
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  }
                ]
              }
            ],
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "brands": [
          {
            "referenceId": "sample string 1",
            "referenceUrl": "sample string 2",
            "confidence": 3.1,
            "description": "sample string 4",
            "seenDuration": 5.1,
            "id": 6,
            "name": "sample string 7",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "referenceType": "sample string 8",
            "tags": [
              {},
              {}
            ],
            "isCustom": true,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "referenceId": "sample string 1",
            "referenceUrl": "sample string 2",
            "confidence": 3.1,
            "description": "sample string 4",
            "seenDuration": 5.1,
            "id": 6,
            "name": "sample string 7",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "referenceType": "sample string 8",
            "tags": [
              {},
              {}
            ],
            "isCustom": true,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "sentiments": [
          {
            "sentimentKey": "sample string 1",
            "seenDurationRatio": 2.1,
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "id": 3,
            "averageScore": 4.1,
            "sentimentType": "sample string 5",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "sentimentKey": "sample string 1",
            "seenDurationRatio": 2.1,
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "id": 3,
            "averageScore": 4.1,
            "sentimentType": "sample string 5",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "visualContentModeration": [
          {
            "id": 1,
            "adultScore": 2.1,
            "racyScore": 3.1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "adultScore": 2.1,
            "racyScore": 3.1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "blocks": [
          {
            "id": 1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "framePatterns": [
          {
            "id": 1,
            "name": "sample string 2",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "patternType": "sample string 3",
            "confidence": 4.1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "name": "sample string 2",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "patternType": "sample string 3",
            "confidence": 4.1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "speakers": [
          {
            "id": 1,
            "name": "sample string 2",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "name": "sample string 2",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "textualContentModeration": {
          "id": 1,
          "bannedWordsCount": 2,
          "bannedWordsRatio": 3.1,
          "instances": [
            {},
            {}
          ]
        },
        "statistics": {
          "correspondenceCount": 1,
          "speakerTalkToListenRatio": {
            "_1": 1.1,
            "_2": 2.1,
            "_3": 3.1,
            "_4": 4.1,
            "_5": 5.1,
            "_6": 6.1,
            "_7": 7.1
          },
          "speakerLongestMonolog": {
            "_1": 1,
            "_2": 2,
            "_3": 3,
            "_4": 4,
            "_5": 5,
            "_6": 6,
            "_7": 7
          },
          "speakerNumberOfFragments": {
            "_1": 1,
            "_2": 2,
            "_3": 3,
            "_4": 4,
            "_5": 5,
            "_6": 6,
            "_7": 7
          },
          "speakerWordCount": {
            "_1": 1,
            "_2": 2,
            "_3": 3,
            "_4": 4,
            "_5": 5,
            "_6": 6,
            "_7": 7
          }
        }
      },
      "thumbnailId": "sample string 13",
      "detectSourceLanguage": true,
      "languageAutoDetectMode": "sample string 15",
      "sourceLanguage": "sample string 16",
      "sourceLanguages": [
        "sample string 1",
        "sample string 2"
      ],
      "language": "sample string 17",
      "languages": [
        "sample string 1",
        "sample string 2"
      ],
      "indexingPreset": "sample string 18",
      "linguisticModelId": "sample string 19",
      "personModelId": "sample string 20",
      "isAdult": true,
      "publishedUrl": "sample string 22",
      "publishedProxyUrl": {},
      "viewToken": "sample string 24"
    },
    {
      "accountId": "sample string 1",
      "id": "sample string 2",
      "state": "sample string 3",
      "moderationState": "sample string 4",
      "reviewState": "sample string 5",
      "privacyMode": "sample string 6",
      "processingProgress": "sample string 7",
      "failureCode": "sample string 8",
      "failureMessage": "sample string 9",
      "externalId": {},
      "externalUrl": {},
      "metadata": {},
      "insights": {
        "version": "sample string 1",
        "duration": "sample string 2",
        "sourceLanguage": "sample string 3",
        "sourceLanguages": [
          "sample string 1",
          "sample string 2"
        ],
        "language": "sample string 4",
        "languages": [
          "sample string 1",
          "sample string 2"
        ],
        "transcript": [
          {
            "id": 1,
            "text": "sample string 2",
            "confidence": 3.1,
            "speakerId": 4,
            "language": "sample string 5",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "text": "sample string 2",
            "confidence": 3.1,
            "speakerId": 4,
            "language": "sample string 5",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "ocr": [
          {
            "id": 1,
            "text": "sample string 2",
            "confidence": 3.1,
            "left": 4,
            "top": 5,
            "width": 6,
            "height": 7,
            "language": "sample string 8",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "text": "sample string 2",
            "confidence": 3.1,
            "left": 4,
            "top": 5,
            "width": 6,
            "height": 7,
            "language": "sample string 8",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "keywords": [
          {
            "isTranscript": true,
            "id": 2,
            "name": "sample string 3",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "text": "sample string 4",
            "confidence": 5.1,
            "language": "sample string 6",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "isTranscript": true,
            "id": 2,
            "name": "sample string 3",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "text": "sample string 4",
            "confidence": 5.1,
            "language": "sample string 6",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "topics": [
          {
            "referenceUrl": {},
            "iptcName": "sample string 2",
            "iabName": "sample string 3",
            "confidence": 4.1,
            "id": 5,
            "name": "sample string 6",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "referenceId": "sample string 7",
            "referenceType": "sample string 8",
            "language": "sample string 9",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "referenceUrl": {},
            "iptcName": "sample string 2",
            "iabName": "sample string 3",
            "confidence": 4.1,
            "id": 5,
            "name": "sample string 6",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "referenceId": "sample string 7",
            "referenceType": "sample string 8",
            "language": "sample string 9",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "labels": [
          {
            "id": 1,
            "name": "sample string 2",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "referenceId": "sample string 3",
            "language": "sample string 4",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "name": "sample string 2",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "referenceId": "sample string 3",
            "language": "sample string 4",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "scenes": [
          {
            "id": 1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "shots": [
          {
            "id": 1,
            "keyFrames": [
              {
                "id": 1,
                "instances": [
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  },
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  }
                ]
              },
              {
                "id": 1,
                "instances": [
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  },
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  }
                ]
              }
            ],
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "keyFrames": [
              {
                "id": 1,
                "instances": [
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  },
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  }
                ]
              },
              {
                "id": 1,
                "instances": [
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  },
                  {
                    "adjustedStart": "sample string 1",
                    "adjustedEnd": "sample string 2",
                    "start": "sample string 3",
                    "end": "sample string 4",
                    "confidence": 5.1,
                    "thumbnailId": "sample string 6",
                    "brandType": "sample string 7",
                    "instanceSource": "sample string 8"
                  }
                ]
              }
            ],
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "brands": [
          {
            "referenceId": "sample string 1",
            "referenceUrl": "sample string 2",
            "confidence": 3.1,
            "description": "sample string 4",
            "seenDuration": 5.1,
            "id": 6,
            "name": "sample string 7",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "referenceType": "sample string 8",
            "tags": [
              {},
              {}
            ],
            "isCustom": true,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "referenceId": "sample string 1",
            "referenceUrl": "sample string 2",
            "confidence": 3.1,
            "description": "sample string 4",
            "seenDuration": 5.1,
            "id": 6,
            "name": "sample string 7",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "referenceType": "sample string 8",
            "tags": [
              {},
              {}
            ],
            "isCustom": true,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "sentiments": [
          {
            "sentimentKey": "sample string 1",
            "seenDurationRatio": 2.1,
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "id": 3,
            "averageScore": 4.1,
            "sentimentType": "sample string 5",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "sentimentKey": "sample string 1",
            "seenDurationRatio": 2.1,
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "id": 3,
            "averageScore": 4.1,
            "sentimentType": "sample string 5",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "visualContentModeration": [
          {
            "id": 1,
            "adultScore": 2.1,
            "racyScore": 3.1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "adultScore": 2.1,
            "racyScore": 3.1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "blocks": [
          {
            "id": 1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "framePatterns": [
          {
            "id": 1,
            "name": "sample string 2",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "patternType": "sample string 3",
            "confidence": 4.1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "name": "sample string 2",
            "appearances": [
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              },
              {
                "startTime": "sample string 1",
                "endTime": "sample string 2",
                "startSeconds": 3.1,
                "endSeconds": 4.1,
                "confidence": 5.1
              }
            ],
            "patternType": "sample string 3",
            "confidence": 4.1,
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "speakers": [
          {
            "id": 1,
            "name": "sample string 2",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          },
          {
            "id": 1,
            "name": "sample string 2",
            "instances": [
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              },
              {
                "adjustedStart": "sample string 1",
                "adjustedEnd": "sample string 2",
                "start": "sample string 3",
                "end": "sample string 4",
                "confidence": 5.1,
                "thumbnailId": "sample string 6",
                "brandType": "sample string 7",
                "instanceSource": "sample string 8"
              }
            ]
          }
        ],
        "textualContentModeration": {
          "id": 1,
          "bannedWordsCount": 2,
          "bannedWordsRatio": 3.1,
          "instances": [
            {},
            {}
          ]
        },
        "statistics": {
          "correspondenceCount": 1,
          "speakerTalkToListenRatio": {
            "_1": 1.1,
            "_2": 2.1,
            "_3": 3.1,
            "_4": 4.1,
            "_5": 5.1,
            "_6": 6.1,
            "_7": 7.1
          },
          "speakerLongestMonolog": {
            "_1": 1,
            "_2": 2,
            "_3": 3,
            "_4": 4,
            "_5": 5,
            "_6": 6,
            "_7": 7
          },
          "speakerNumberOfFragments": {
            "_1": 1,
            "_2": 2,
            "_3": 3,
            "_4": 4,
            "_5": 5,
            "_6": 6,
            "_7": 7
          },
          "speakerWordCount": {
            "_1": 1,
            "_2": 2,
            "_3": 3,
            "_4": 4,
            "_5": 5,
            "_6": 6,
            "_7": 7
          }
        }
      },
      "thumbnailId": "sample string 13",
      "detectSourceLanguage": true,
      "languageAutoDetectMode": "sample string 15",
      "sourceLanguage": "sample string 16",
      "sourceLanguages": [
        "sample string 1",
        "sample string 2"
      ],
      "language": "sample string 17",
      "languages": [
        "sample string 1",
        "sample string 2"
      ],
      "indexingPreset": "sample string 18",
      "linguisticModelId": "sample string 19",
      "personModelId": "sample string 20",
      "isAdult": true,
      "publishedUrl": "sample string 22",
      "publishedProxyUrl": {},
      "viewToken": "sample string 24"
    }
  ],
  "videosRanges": [
    {
      "videoId": "sample string 1",
      "range": {
        "start": "sample string 1",
        "end": "sample string 2"
      }
    },
    {
      "videoId": "sample string 1",
      "range": {
        "start": "sample string 1",
        "end": "sample string 2"
      }
    }
  ],
  "Processed": true
}

application/xml, text/xml

Sample:
<VideoAnalysisSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VideoIndexerLibrary.DataModel">
  <Processed>true</Processed>
  <accountId>sample string 5</accountId>
  <created>2025-12-06T05:14:11.8054151+00:00</created>
  <description />
  <durationInSeconds>13</durationInSeconds>
  <id>sample string 6</id>
  <isBase>true</isBase>
  <isEditable>true</isEditable>
  <isOwned>true</isOwned>
  <name>sample string 7</name>
  <partition />
  <privacyMode>sample string 3</privacyMode>
  <state>sample string 4</state>
  <summarizedInsights>
    <audioEffects xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:anyType />
      <d3p1:anyType />
    </audioEffects>
    <brands>
      <Brand>
        <appearances>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
        </appearances>
        <confidence>3.1</confidence>
        <description>sample string 4</description>
        <id>6</id>
        <instances>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
        </instances>
        <isCustom>true</isCustom>
        <name>sample string 7</name>
        <referenceId>sample string 1</referenceId>
        <referenceType>sample string 8</referenceType>
        <referenceUrl>sample string 2</referenceUrl>
        <seenDuration>5.1</seenDuration>
        <tags xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:anyType />
          <d5p1:anyType />
        </tags>
      </Brand>
      <Brand>
        <appearances>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
        </appearances>
        <confidence>3.1</confidence>
        <description>sample string 4</description>
        <id>6</id>
        <instances>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
        </instances>
        <isCustom>true</isCustom>
        <name>sample string 7</name>
        <referenceId>sample string 1</referenceId>
        <referenceType>sample string 8</referenceType>
        <referenceUrl>sample string 2</referenceUrl>
        <seenDuration>5.1</seenDuration>
        <tags xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:anyType />
          <d5p1:anyType />
        </tags>
      </Brand>
    </brands>
    <duration>
      <seconds>2.1</seconds>
      <time>sample string 1</time>
    </duration>
    <emotions xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:anyType />
      <d3p1:anyType />
    </emotions>
    <faces xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:anyType />
      <d3p1:anyType />
    </faces>
    <framePatterns>
      <FramePattern>
        <appearances>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
        </appearances>
        <confidence>4.1</confidence>
        <id>1</id>
        <instances>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
        </instances>
        <name>sample string 2</name>
        <patternType>sample string 3</patternType>
      </FramePattern>
      <FramePattern>
        <appearances>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
        </appearances>
        <confidence>4.1</confidence>
        <id>1</id>
        <instances>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
        </instances>
        <name>sample string 2</name>
        <patternType>sample string 3</patternType>
      </FramePattern>
    </framePatterns>
    <id>sample string 2</id>
    <keywords>
      <Keyword>
        <appearances>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
        </appearances>
        <confidence>5.1</confidence>
        <id>2</id>
        <instances>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
        </instances>
        <isTranscript>true</isTranscript>
        <language>sample string 6</language>
        <name>sample string 3</name>
        <text>sample string 4</text>
      </Keyword>
      <Keyword>
        <appearances>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
        </appearances>
        <confidence>5.1</confidence>
        <id>2</id>
        <instances>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
        </instances>
        <isTranscript>true</isTranscript>
        <language>sample string 6</language>
        <name>sample string 3</name>
        <text>sample string 4</text>
      </Keyword>
    </keywords>
    <labels>
      <Label>
        <appearances>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
        </appearances>
        <id>1</id>
        <instances>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
        </instances>
        <language>sample string 4</language>
        <name>sample string 2</name>
        <referenceId>sample string 3</referenceId>
      </Label>
      <Label>
        <appearances>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
        </appearances>
        <id>1</id>
        <instances>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
        </instances>
        <language>sample string 4</language>
        <name>sample string 2</name>
        <referenceId>sample string 3</referenceId>
      </Label>
    </labels>
    <name>sample string 1</name>
    <namedLocations xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:anyType />
      <d3p1:anyType />
    </namedLocations>
    <namedPeople xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:anyType />
      <d3p1:anyType />
    </namedPeople>
    <privacyMode>sample string 3</privacyMode>
    <sentiments>
      <Sentiment>
        <appearances>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
        </appearances>
        <averageScore>4.1</averageScore>
        <id>3</id>
        <instances>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
        </instances>
        <seenDurationRatio>2.1</seenDurationRatio>
        <sentimentKey>sample string 1</sentimentKey>
        <sentimentType>sample string 5</sentimentType>
      </Sentiment>
      <Sentiment>
        <appearances>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
        </appearances>
        <averageScore>4.1</averageScore>
        <id>3</id>
        <instances>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
        </instances>
        <seenDurationRatio>2.1</seenDurationRatio>
        <sentimentKey>sample string 1</sentimentKey>
        <sentimentType>sample string 5</sentimentType>
      </Sentiment>
    </sentiments>
    <statistics>
      <correspondenceCount>1</correspondenceCount>
      <speakerLongestMonolog>
        <_1>1</_1>
        <_2>2</_2>
        <_3>3</_3>
        <_4>4</_4>
        <_5>5</_5>
        <_6>6</_6>
        <_7>7</_7>
      </speakerLongestMonolog>
      <speakerNumberOfFragments>
        <_1>1</_1>
        <_2>2</_2>
        <_3>3</_3>
        <_4>4</_4>
        <_5>5</_5>
        <_6>6</_6>
        <_7>7</_7>
      </speakerNumberOfFragments>
      <speakerTalkToListenRatio>
        <_1>1.1</_1>
        <_2>2.1</_2>
        <_3>3.1</_3>
        <_4>4.1</_4>
        <_5>5.1</_5>
        <_6>6.1</_6>
        <_7>7.1</_7>
      </speakerTalkToListenRatio>
      <speakerWordCount>
        <_1>1</_1>
        <_2>2</_2>
        <_3>3</_3>
        <_4>4</_4>
        <_5>5</_5>
        <_6>6</_6>
        <_7>7</_7>
      </speakerWordCount>
    </statistics>
    <thumbnailId>sample string 5</thumbnailId>
    <thumbnailVideoId>sample string 4</thumbnailVideoId>
    <topics>
      <Topic>
        <appearances>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
        </appearances>
        <confidence>4.1</confidence>
        <iabName>sample string 3</iabName>
        <id>5</id>
        <instances>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
        </instances>
        <iptcName>sample string 2</iptcName>
        <language>sample string 9</language>
        <name>sample string 6</name>
        <referenceId>sample string 7</referenceId>
        <referenceType>sample string 8</referenceType>
        <referenceUrl />
      </Topic>
      <Topic>
        <appearances>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
          <Appearance>
            <confidence>5.1</confidence>
            <endSeconds>4.1</endSeconds>
            <endTime>sample string 2</endTime>
            <startSeconds>3.1</startSeconds>
            <startTime>sample string 1</startTime>
          </Appearance>
        </appearances>
        <confidence>4.1</confidence>
        <iabName>sample string 3</iabName>
        <id>5</id>
        <instances>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
          <Instance>
            <adjustedEnd>sample string 2</adjustedEnd>
            <adjustedStart>sample string 1</adjustedStart>
            <brandType>sample string 7</brandType>
            <confidence>5.1</confidence>
            <end>sample string 4</end>
            <instanceSource>sample string 8</instanceSource>
            <start>sample string 3</start>
            <thumbnailId>sample string 6</thumbnailId>
          </Instance>
        </instances>
        <iptcName>sample string 2</iptcName>
        <language>sample string 9</language>
        <name>sample string 6</name>
        <referenceId>sample string 7</referenceId>
        <referenceType>sample string 8</referenceType>
        <referenceUrl />
      </Topic>
    </topics>
  </summarizedInsights>
  <userName>sample string 8</userName>
  <videos>
    <Video>
      <accountId>sample string 1</accountId>
      <detectSourceLanguage>true</detectSourceLanguage>
      <externalId />
      <externalUrl />
      <failureCode>sample string 8</failureCode>
      <failureMessage>sample string 9</failureMessage>
      <id>sample string 2</id>
      <indexingPreset>sample string 18</indexingPreset>
      <insights>
        <blocks>
          <Block>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
          </Block>
          <Block>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
          </Block>
        </blocks>
        <brands>
          <Brand>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>3.1</confidence>
            <description>sample string 4</description>
            <id>6</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <isCustom>true</isCustom>
            <name>sample string 7</name>
            <referenceId>sample string 1</referenceId>
            <referenceType>sample string 8</referenceType>
            <referenceUrl>sample string 2</referenceUrl>
            <seenDuration>5.1</seenDuration>
            <tags xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:anyType />
              <d7p1:anyType />
            </tags>
          </Brand>
          <Brand>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>3.1</confidence>
            <description>sample string 4</description>
            <id>6</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <isCustom>true</isCustom>
            <name>sample string 7</name>
            <referenceId>sample string 1</referenceId>
            <referenceType>sample string 8</referenceType>
            <referenceUrl>sample string 2</referenceUrl>
            <seenDuration>5.1</seenDuration>
            <tags xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:anyType />
              <d7p1:anyType />
            </tags>
          </Brand>
        </brands>
        <duration>sample string 2</duration>
        <framePatterns>
          <FramePattern>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>4.1</confidence>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <name>sample string 2</name>
            <patternType>sample string 3</patternType>
          </FramePattern>
          <FramePattern>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>4.1</confidence>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <name>sample string 2</name>
            <patternType>sample string 3</patternType>
          </FramePattern>
        </framePatterns>
        <keywords>
          <Keyword>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>5.1</confidence>
            <id>2</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <isTranscript>true</isTranscript>
            <language>sample string 6</language>
            <name>sample string 3</name>
            <text>sample string 4</text>
          </Keyword>
          <Keyword>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>5.1</confidence>
            <id>2</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <isTranscript>true</isTranscript>
            <language>sample string 6</language>
            <name>sample string 3</name>
            <text>sample string 4</text>
          </Keyword>
        </keywords>
        <labels>
          <Label>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <language>sample string 4</language>
            <name>sample string 2</name>
            <referenceId>sample string 3</referenceId>
          </Label>
          <Label>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <language>sample string 4</language>
            <name>sample string 2</name>
            <referenceId>sample string 3</referenceId>
          </Label>
        </labels>
        <language>sample string 4</language>
        <languages xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:string>sample string 1</d5p1:string>
          <d5p1:string>sample string 2</d5p1:string>
        </languages>
        <ocr>
          <Ocr>
            <confidence>3.1</confidence>
            <height>7</height>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <language>sample string 8</language>
            <left>4</left>
            <text>sample string 2</text>
            <top>5</top>
            <width>6</width>
          </Ocr>
          <Ocr>
            <confidence>3.1</confidence>
            <height>7</height>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <language>sample string 8</language>
            <left>4</left>
            <text>sample string 2</text>
            <top>5</top>
            <width>6</width>
          </Ocr>
        </ocr>
        <scenes>
          <Scene>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
          </Scene>
          <Scene>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
          </Scene>
        </scenes>
        <sentiments>
          <Sentiment>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <averageScore>4.1</averageScore>
            <id>3</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <seenDurationRatio>2.1</seenDurationRatio>
            <sentimentKey>sample string 1</sentimentKey>
            <sentimentType>sample string 5</sentimentType>
          </Sentiment>
          <Sentiment>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <averageScore>4.1</averageScore>
            <id>3</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <seenDurationRatio>2.1</seenDurationRatio>
            <sentimentKey>sample string 1</sentimentKey>
            <sentimentType>sample string 5</sentimentType>
          </Sentiment>
        </sentiments>
        <shots>
          <Shot>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <keyFrames>
              <KeyFrame>
                <id>1</id>
                <instances>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                </instances>
              </KeyFrame>
              <KeyFrame>
                <id>1</id>
                <instances>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                </instances>
              </KeyFrame>
            </keyFrames>
          </Shot>
          <Shot>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <keyFrames>
              <KeyFrame>
                <id>1</id>
                <instances>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                </instances>
              </KeyFrame>
              <KeyFrame>
                <id>1</id>
                <instances>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                </instances>
              </KeyFrame>
            </keyFrames>
          </Shot>
        </shots>
        <sourceLanguage>sample string 3</sourceLanguage>
        <sourceLanguages xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:string>sample string 1</d5p1:string>
          <d5p1:string>sample string 2</d5p1:string>
        </sourceLanguages>
        <speakers>
          <Speaker>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <name>sample string 2</name>
          </Speaker>
          <Speaker>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <name>sample string 2</name>
          </Speaker>
        </speakers>
        <statistics>
          <correspondenceCount>1</correspondenceCount>
          <speakerLongestMonolog>
            <_1>1</_1>
            <_2>2</_2>
            <_3>3</_3>
            <_4>4</_4>
            <_5>5</_5>
            <_6>6</_6>
            <_7>7</_7>
          </speakerLongestMonolog>
          <speakerNumberOfFragments>
            <_1>1</_1>
            <_2>2</_2>
            <_3>3</_3>
            <_4>4</_4>
            <_5>5</_5>
            <_6>6</_6>
            <_7>7</_7>
          </speakerNumberOfFragments>
          <speakerTalkToListenRatio>
            <_1>1.1</_1>
            <_2>2.1</_2>
            <_3>3.1</_3>
            <_4>4.1</_4>
            <_5>5.1</_5>
            <_6>6.1</_6>
            <_7>7.1</_7>
          </speakerTalkToListenRatio>
          <speakerWordCount>
            <_1>1</_1>
            <_2>2</_2>
            <_3>3</_3>
            <_4>4</_4>
            <_5>5</_5>
            <_6>6</_6>
            <_7>7</_7>
          </speakerWordCount>
        </statistics>
        <textualContentModeration>
          <bannedWordsCount>2</bannedWordsCount>
          <bannedWordsRatio>3.1</bannedWordsRatio>
          <id>1</id>
          <instances xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:anyType />
            <d6p1:anyType />
          </instances>
        </textualContentModeration>
        <topics>
          <Topic>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>4.1</confidence>
            <iabName>sample string 3</iabName>
            <id>5</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <iptcName>sample string 2</iptcName>
            <language>sample string 9</language>
            <name>sample string 6</name>
            <referenceId>sample string 7</referenceId>
            <referenceType>sample string 8</referenceType>
            <referenceUrl />
          </Topic>
          <Topic>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>4.1</confidence>
            <iabName>sample string 3</iabName>
            <id>5</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <iptcName>sample string 2</iptcName>
            <language>sample string 9</language>
            <name>sample string 6</name>
            <referenceId>sample string 7</referenceId>
            <referenceType>sample string 8</referenceType>
            <referenceUrl />
          </Topic>
        </topics>
        <transcript>
          <Transcript>
            <confidence>3.1</confidence>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <language>sample string 5</language>
            <speakerId>4</speakerId>
            <text>sample string 2</text>
          </Transcript>
          <Transcript>
            <confidence>3.1</confidence>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <language>sample string 5</language>
            <speakerId>4</speakerId>
            <text>sample string 2</text>
          </Transcript>
        </transcript>
        <version>sample string 1</version>
        <visualContentModeration>
          <VisualContentModeration>
            <adultScore>2.1</adultScore>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <racyScore>3.1</racyScore>
          </VisualContentModeration>
          <VisualContentModeration>
            <adultScore>2.1</adultScore>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <racyScore>3.1</racyScore>
          </VisualContentModeration>
        </visualContentModeration>
      </insights>
      <isAdult>true</isAdult>
      <language>sample string 17</language>
      <languageAutoDetectMode>sample string 15</languageAutoDetectMode>
      <languages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </languages>
      <linguisticModelId>sample string 19</linguisticModelId>
      <metadata />
      <moderationState>sample string 4</moderationState>
      <personModelId>sample string 20</personModelId>
      <privacyMode>sample string 6</privacyMode>
      <processingProgress>sample string 7</processingProgress>
      <publishedProxyUrl />
      <publishedUrl>sample string 22</publishedUrl>
      <reviewState>sample string 5</reviewState>
      <sourceLanguage>sample string 16</sourceLanguage>
      <sourceLanguages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </sourceLanguages>
      <state>sample string 3</state>
      <thumbnailId>sample string 13</thumbnailId>
      <viewToken>sample string 24</viewToken>
    </Video>
    <Video>
      <accountId>sample string 1</accountId>
      <detectSourceLanguage>true</detectSourceLanguage>
      <externalId />
      <externalUrl />
      <failureCode>sample string 8</failureCode>
      <failureMessage>sample string 9</failureMessage>
      <id>sample string 2</id>
      <indexingPreset>sample string 18</indexingPreset>
      <insights>
        <blocks>
          <Block>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
          </Block>
          <Block>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
          </Block>
        </blocks>
        <brands>
          <Brand>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>3.1</confidence>
            <description>sample string 4</description>
            <id>6</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <isCustom>true</isCustom>
            <name>sample string 7</name>
            <referenceId>sample string 1</referenceId>
            <referenceType>sample string 8</referenceType>
            <referenceUrl>sample string 2</referenceUrl>
            <seenDuration>5.1</seenDuration>
            <tags xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:anyType />
              <d7p1:anyType />
            </tags>
          </Brand>
          <Brand>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>3.1</confidence>
            <description>sample string 4</description>
            <id>6</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <isCustom>true</isCustom>
            <name>sample string 7</name>
            <referenceId>sample string 1</referenceId>
            <referenceType>sample string 8</referenceType>
            <referenceUrl>sample string 2</referenceUrl>
            <seenDuration>5.1</seenDuration>
            <tags xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:anyType />
              <d7p1:anyType />
            </tags>
          </Brand>
        </brands>
        <duration>sample string 2</duration>
        <framePatterns>
          <FramePattern>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>4.1</confidence>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <name>sample string 2</name>
            <patternType>sample string 3</patternType>
          </FramePattern>
          <FramePattern>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>4.1</confidence>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <name>sample string 2</name>
            <patternType>sample string 3</patternType>
          </FramePattern>
        </framePatterns>
        <keywords>
          <Keyword>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>5.1</confidence>
            <id>2</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <isTranscript>true</isTranscript>
            <language>sample string 6</language>
            <name>sample string 3</name>
            <text>sample string 4</text>
          </Keyword>
          <Keyword>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>5.1</confidence>
            <id>2</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <isTranscript>true</isTranscript>
            <language>sample string 6</language>
            <name>sample string 3</name>
            <text>sample string 4</text>
          </Keyword>
        </keywords>
        <labels>
          <Label>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <language>sample string 4</language>
            <name>sample string 2</name>
            <referenceId>sample string 3</referenceId>
          </Label>
          <Label>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <language>sample string 4</language>
            <name>sample string 2</name>
            <referenceId>sample string 3</referenceId>
          </Label>
        </labels>
        <language>sample string 4</language>
        <languages xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:string>sample string 1</d5p1:string>
          <d5p1:string>sample string 2</d5p1:string>
        </languages>
        <ocr>
          <Ocr>
            <confidence>3.1</confidence>
            <height>7</height>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <language>sample string 8</language>
            <left>4</left>
            <text>sample string 2</text>
            <top>5</top>
            <width>6</width>
          </Ocr>
          <Ocr>
            <confidence>3.1</confidence>
            <height>7</height>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <language>sample string 8</language>
            <left>4</left>
            <text>sample string 2</text>
            <top>5</top>
            <width>6</width>
          </Ocr>
        </ocr>
        <scenes>
          <Scene>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
          </Scene>
          <Scene>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
          </Scene>
        </scenes>
        <sentiments>
          <Sentiment>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <averageScore>4.1</averageScore>
            <id>3</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <seenDurationRatio>2.1</seenDurationRatio>
            <sentimentKey>sample string 1</sentimentKey>
            <sentimentType>sample string 5</sentimentType>
          </Sentiment>
          <Sentiment>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <averageScore>4.1</averageScore>
            <id>3</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <seenDurationRatio>2.1</seenDurationRatio>
            <sentimentKey>sample string 1</sentimentKey>
            <sentimentType>sample string 5</sentimentType>
          </Sentiment>
        </sentiments>
        <shots>
          <Shot>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <keyFrames>
              <KeyFrame>
                <id>1</id>
                <instances>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                </instances>
              </KeyFrame>
              <KeyFrame>
                <id>1</id>
                <instances>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                </instances>
              </KeyFrame>
            </keyFrames>
          </Shot>
          <Shot>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <keyFrames>
              <KeyFrame>
                <id>1</id>
                <instances>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                </instances>
              </KeyFrame>
              <KeyFrame>
                <id>1</id>
                <instances>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                  <Instance>
                    <adjustedEnd>sample string 2</adjustedEnd>
                    <adjustedStart>sample string 1</adjustedStart>
                    <brandType>sample string 7</brandType>
                    <confidence>5.1</confidence>
                    <end>sample string 4</end>
                    <instanceSource>sample string 8</instanceSource>
                    <start>sample string 3</start>
                    <thumbnailId>sample string 6</thumbnailId>
                  </Instance>
                </instances>
              </KeyFrame>
            </keyFrames>
          </Shot>
        </shots>
        <sourceLanguage>sample string 3</sourceLanguage>
        <sourceLanguages xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:string>sample string 1</d5p1:string>
          <d5p1:string>sample string 2</d5p1:string>
        </sourceLanguages>
        <speakers>
          <Speaker>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <name>sample string 2</name>
          </Speaker>
          <Speaker>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <name>sample string 2</name>
          </Speaker>
        </speakers>
        <statistics>
          <correspondenceCount>1</correspondenceCount>
          <speakerLongestMonolog>
            <_1>1</_1>
            <_2>2</_2>
            <_3>3</_3>
            <_4>4</_4>
            <_5>5</_5>
            <_6>6</_6>
            <_7>7</_7>
          </speakerLongestMonolog>
          <speakerNumberOfFragments>
            <_1>1</_1>
            <_2>2</_2>
            <_3>3</_3>
            <_4>4</_4>
            <_5>5</_5>
            <_6>6</_6>
            <_7>7</_7>
          </speakerNumberOfFragments>
          <speakerTalkToListenRatio>
            <_1>1.1</_1>
            <_2>2.1</_2>
            <_3>3.1</_3>
            <_4>4.1</_4>
            <_5>5.1</_5>
            <_6>6.1</_6>
            <_7>7.1</_7>
          </speakerTalkToListenRatio>
          <speakerWordCount>
            <_1>1</_1>
            <_2>2</_2>
            <_3>3</_3>
            <_4>4</_4>
            <_5>5</_5>
            <_6>6</_6>
            <_7>7</_7>
          </speakerWordCount>
        </statistics>
        <textualContentModeration>
          <bannedWordsCount>2</bannedWordsCount>
          <bannedWordsRatio>3.1</bannedWordsRatio>
          <id>1</id>
          <instances xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:anyType />
            <d6p1:anyType />
          </instances>
        </textualContentModeration>
        <topics>
          <Topic>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>4.1</confidence>
            <iabName>sample string 3</iabName>
            <id>5</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <iptcName>sample string 2</iptcName>
            <language>sample string 9</language>
            <name>sample string 6</name>
            <referenceId>sample string 7</referenceId>
            <referenceType>sample string 8</referenceType>
            <referenceUrl />
          </Topic>
          <Topic>
            <appearances>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
              <Appearance>
                <confidence>5.1</confidence>
                <endSeconds>4.1</endSeconds>
                <endTime>sample string 2</endTime>
                <startSeconds>3.1</startSeconds>
                <startTime>sample string 1</startTime>
              </Appearance>
            </appearances>
            <confidence>4.1</confidence>
            <iabName>sample string 3</iabName>
            <id>5</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <iptcName>sample string 2</iptcName>
            <language>sample string 9</language>
            <name>sample string 6</name>
            <referenceId>sample string 7</referenceId>
            <referenceType>sample string 8</referenceType>
            <referenceUrl />
          </Topic>
        </topics>
        <transcript>
          <Transcript>
            <confidence>3.1</confidence>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <language>sample string 5</language>
            <speakerId>4</speakerId>
            <text>sample string 2</text>
          </Transcript>
          <Transcript>
            <confidence>3.1</confidence>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <language>sample string 5</language>
            <speakerId>4</speakerId>
            <text>sample string 2</text>
          </Transcript>
        </transcript>
        <version>sample string 1</version>
        <visualContentModeration>
          <VisualContentModeration>
            <adultScore>2.1</adultScore>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <racyScore>3.1</racyScore>
          </VisualContentModeration>
          <VisualContentModeration>
            <adultScore>2.1</adultScore>
            <id>1</id>
            <instances>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
              <Instance>
                <adjustedEnd>sample string 2</adjustedEnd>
                <adjustedStart>sample string 1</adjustedStart>
                <brandType>sample string 7</brandType>
                <confidence>5.1</confidence>
                <end>sample string 4</end>
                <instanceSource>sample string 8</instanceSource>
                <start>sample string 3</start>
                <thumbnailId>sample string 6</thumbnailId>
              </Instance>
            </instances>
            <racyScore>3.1</racyScore>
          </VisualContentModeration>
        </visualContentModeration>
      </insights>
      <isAdult>true</isAdult>
      <language>sample string 17</language>
      <languageAutoDetectMode>sample string 15</languageAutoDetectMode>
      <languages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </languages>
      <linguisticModelId>sample string 19</linguisticModelId>
      <metadata />
      <moderationState>sample string 4</moderationState>
      <personModelId>sample string 20</personModelId>
      <privacyMode>sample string 6</privacyMode>
      <processingProgress>sample string 7</processingProgress>
      <publishedProxyUrl />
      <publishedUrl>sample string 22</publishedUrl>
      <reviewState>sample string 5</reviewState>
      <sourceLanguage>sample string 16</sourceLanguage>
      <sourceLanguages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </sourceLanguages>
      <state>sample string 3</state>
      <thumbnailId>sample string 13</thumbnailId>
      <viewToken>sample string 24</viewToken>
    </Video>
  </videos>
  <videosRanges>
    <VideosRanx>
      <range>
        <end>sample string 2</end>
        <start>sample string 1</start>
      </range>
      <videoId>sample string 1</videoId>
    </VideosRanx>
    <VideosRanx>
      <range>
        <end>sample string 2</end>
        <start>sample string 1</start>
      </range>
      <videoId>sample string 1</videoId>
    </VideosRanx>
  </videosRanges>
</VideoAnalysisSummary>