Skip to content

Commit c3cf086

Browse files
committed
fixing invaLid json
1 parent 4acf2c5 commit c3cf086

File tree

1 file changed

+7
-7
lines changed
  • articles/ai-services/content-understanding/video

1 file changed

+7
-7
lines changed

articles/ai-services/content-understanding/video/elements.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The Content Understanding API returns analysis results in a structured JSON form
4444
"analyzerId": "my-analyzer",
4545
"contents": [
4646
{
47-
"markdown": "# Video: 00:00.000 => 23:16.997\nWidth: 854\nHeight: 480\n..." // or "# Audio: 00:00.000 => 04:23.773\n..." for audio
47+
"markdown": "# Video: 00:00.000 => 23:16.997\nWidth: 854\nHeight: 480\n..."
4848
"fields": {
4949
"Summary": {
5050
"type": "string",
@@ -54,12 +54,12 @@ The Content Understanding API returns analysis results in a structured JSON form
5454
"kind": "audioVisual",
5555
"startTimeMs": 0,
5656
"endTimeMs": 1000000,
57-
"transcriptPhrases": [...], // both audio and video
58-
"width": 854, // video only
59-
"height": 480, // video only
60-
"keyFrameTimesMs": [...], // video only
61-
"cameraShotTimesMs": [...], // video only
62-
"segments": [...] // video only (when segmentation enabled)
57+
"transcriptPhrases": [/* ... */],
58+
"width": 854,
59+
"height": 480,
60+
"keyFrameTimesMs": [/* ... */],
61+
"cameraShotTimesMs": [/* ... */],
62+
"segments": [/* ... */]
6363
}
6464
]
6565
}

0 commit comments

Comments
 (0)