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
4444 "analyzerId" : " my-analyzer" ,
4545 "contents" : [
4646 {
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 ..."
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 }
You can’t perform that action at this time.
0 commit comments