Skip to content

Commit 2334b01

Browse files
authored
Merge pull request #98628 from Juliako/patch-161
Update video-indexer-output-json-v2.md
2 parents ac05d14 + 653cb69 commit 2334b01

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

articles/media-services/video-indexer/video-indexer-output-json-v2.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: juliako
1515

1616
# Examine the Video Indexer output produced by API
1717

18-
When you call the **Get Video Index** API and the response status is OK, you get a detailed JSON output as the response content. The JSON content contains details of the specified video insights. The insights include dimensions like: transcripts, OCRs, faces, topics, blocks, etc. The dimensions have instances of time ranges that show when each dimension appeared in the video.
18+
When you call the **Get Video Index** API and the response status is OK, you get a detailed JSON output as the response content. The JSON content contains details of the specified video insights. The insights include: transcripts, OCRs, faces, topics, blocks, etc. Each insight type includes instances of time ranges that show when the insight appears in the video.
1919

2020
1. To retrieve the JSON file, call [Get Video Index API](https://api-portal.videoindexer.ai/docs/services/Operations/operations/Get-Video-Index?)
2121
1. If you are also interested in specific artifacts, call [Get Video Artifact Download URL API](https://api-portal.videoindexer.ai/docs/services/Operations/operations/Get-Video-Artifact-Download-Url?)
@@ -90,7 +90,7 @@ This section shows the summary of the insights.
9090
|brands| May contain zero or more brands. For more detailed information, see [brands](#brands).|
9191
|statistics | For more detailed information, see [statistics](#statistics).|
9292
|emotions| May contain zero or more emotions. For More detailed information, see [emotions](#emotions).|
93-
|topics|May contain zero or more topics. The [topics](#topics) dimension.|
93+
|topics|May contain zero or more topics. The [topics](#topics) insight.|
9494

9595
## videos
9696

@@ -146,28 +146,28 @@ This section shows the summary of the insights.
146146
```
147147
### insights
148148

149-
The insights are a set of dimensions (for example, transcript lines, faces, brands, etc.), where each dimension is a list of unique elements (for example, face1, face2, face3), and each element has its own metadata and a list of its instances (which are time ranges with additional optional metadata).
149+
Each insight (for example, transcript lines, faces, brands, etc.), contains a list of unique elements (for example, face1, face2, face3), and each element has its own metadata and a list of its instances (which are time ranges with additional optional metadata).
150150

151151
A face might have an ID, a name, a thumbnail, other metadata, and a list of its temporal instances (for example: 00:00:05 – 00:00:10, 00:01:00 - 00:02:30 and 00:41:21 – 00:41:49.) Each temporal instance can have additional metadata. For example, the face’s rectangle coordinates (20,230,60,60).
152152

153153
|Version|The code version|
154154
|---|---|
155155
|sourceLanguage|The video's source language (assuming one master language). In the form of a [BCP-47](https://tools.ietf.org/html/bcp47) string.|
156156
|language|The insights language (translated from the source language). In the form of a [BCP-47](https://tools.ietf.org/html/bcp47) string.|
157-
|transcript|The [transcript](#transcript) dimension.|
158-
|ocr|The [OCR](#ocr) dimension.|
159-
|keywords|The [keywords](#keywords) dimension.|
157+
|transcript|The [transcript](#transcript) insight.|
158+
|ocr|The [OCR](#ocr) insight.|
159+
|keywords|The [keywords](#keywords) insight.|
160160
|blocks|May contain one or more [blocks](#blocks)|
161-
|faces|The [faces](#faces) dimension.|
162-
|labels|The [labels](#labels) dimension.|
163-
|shots|The [shots](#shots) dimension.|
164-
|brands|The [brands](#brands) dimension.|
165-
|audioEffects|The [audioEffects](#audioEffects) dimension.|
166-
|sentiments|The [sentiments](#sentiments) dimension.|
167-
|visualContentModeration|The [visualContentModeration](#visualcontentmoderation) dimension.|
168-
|textualContentModeration|The [textualContentModeration](#textualcontentmoderation) dimension.|
169-
|emotions| The [emotions](#emotions) dimension.|
170-
|topics|The [topics](#topics) dimension.|
161+
|faces|The [faces](#faces) insight.|
162+
|labels|The [labels](#labels) insight.|
163+
|shots|The [shots](#shots) insight.|
164+
|brands|The [brands](#brands) insight.|
165+
|audioEffects|The [audioEffects](#audioEffects) insight.|
166+
|sentiments|The [sentiments](#sentiments) insight.|
167+
|visualContentModeration|The [visualContentModeration](#visualcontentmoderation) insight.|
168+
|textualContentModeration|The [textualContentModeration](#textualcontentmoderation) insight.|
169+
|emotions| The [emotions](#emotions) insight.|
170+
|topics|The [topics](#topics) insight.|
171171

172172
Example:
173173

0 commit comments

Comments
 (0)