File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
articles/ai-services/content-understanding/video Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The Content Understanding API returns analysis results in a structured JSON form
44
44
"analyzerId" : " my-analyzer" ,
45
45
"contents" : [
46
46
{
47
- "markdown" : " # Video: 00:00.000 => 23:16.997\n Width: 854\n Height: 480\n ..." // or "# Audio: 00:00.000 => 04:23.773\n..." for audio
47
+ "markdown" : " # Video: 00:00.000 => 23:16.997\n Width: 854\n Height: 480\n ..."
48
48
"fields" : {
49
49
"Summary" : {
50
50
"type" : " string" ,
@@ -54,12 +54,12 @@ The Content Understanding API returns analysis results in a structured JSON form
54
54
"kind" : " audioVisual" ,
55
55
"startTimeMs" : 0 ,
56
56
"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" : [/* ... */ ]
63
63
}
64
64
]
65
65
}
You can’t perform that action at this time.
0 commit comments