Skip to content

Commit 3d57591

Browse files
authored
Update video-indexer-output-json-v2.md
1 parent 2282885 commit 3d57591

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,19 @@ manager: femila
99
ms.service: media-services
1010
ms.subservice: video-indexer
1111
ms.topic: article
12-
ms.date: 10/11/2019
12+
ms.date: 12/09/2019
1313
ms.author: juliako
1414
---
1515

1616
# Examine the Video Indexer output produced by API
1717

1818
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.
1919

20+
1. To retrieve the JSON file, call [Get Video Index API](https://api-portal.videoindexer.ai/docs/services/Operations/operations/Get-Video-Index?)
21+
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?)
22+
23+
In the API call, specify the requested artifact type (OCR, Faces, Key frames etc.)
24+
2025
You can also visually examine the video's summarized insights by pressing the **Play** button on the video on the [Video Indexer](https://www.videoindexer.ai/) website. For more information, see [View and edit video insights](video-indexer-view-edit.md).
2126

2227
![Insights](./media/video-indexer-output-json/video-indexer-summarized-insights.png)

0 commit comments

Comments
 (0)