Skip to content

Commit d20b666

Browse files
authored
Update video-indexer-output-json.md
1 parent a11e88a commit d20b666

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/cognitive-services/video-indexer/video-indexer-output-json.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ name|The name of the video. For example, Azure Monitor.
6464
shortId|The ID of the video. For example, 63c6d532ff.
6565
privacyMode|Your breakdown can have one of the following modes: **Private**, **Public**. **Public** - the video is visible to everyone in your account and anyone that has a link to the video. **Private** - the video is visible to everyone in your account.
6666
duration|Contains one duration that describes the time an insight occurred. Duration is in seconds.
67-
thumbnailUrl|The video's thumbnail full URL. For example, "https://www.videoindexer.ai/api/Thumbnail/3a9e38d72e/d1f5fac5-e8ae-40d9-a04a-6b2928fb5d10?accessToken=eyJ0eXAiOiJKV1QiLCJhbGciO...". Notice that if the video is private, the URL contains a one hour access token. After one hour, the URL will no longer be valid and you will need to either get the breakdown again with a new url in it, or call GetAccessToken to get a new access token and construct the full url manually ('https://www.videoindexer.ai/api/Thumbnail/[shortId]/[ThumbnailId]?accessToken=[accessToken]').
67+
thumbnailUrl|The video's thumbnail full URL. For example, "https://www.videoindexer.ai/api/Thumbnail/3a9e38d72e/d1f5fac5-e8ae-40d9-a04a-6b2928fb5d10?accessToken=eyJ0eXAiOiJKV1QiLCJhbGciO...." Notice that if the video is private, the URL contains a one hour access token. After one hour, the URL will no longer be valid and you will need to either get the breakdown again with a new url in it, or call GetAccessToken to get a new access token and construct the full url manually ('https://www.videoindexer.ai/api/Thumbnail/[shortId]/[ThumbnailId]?accessToken=[accessToken]').
6868
faces|May contain one or more [faces](#faces)
6969
topics|May contain one or more [topics](#topics)
7070
sentiments|May contain one or more [sentiments](#sentiments)
7171
audioEffects| May contain one or more [audioEffects](#audioEffects)
7272
brands| May contain zero or more [brands](#brands)
7373
Statistics|For more information, see [Statistics](#Statistics)
74-
74+
.
7575
### Statistics
7676

7777
|Name|Description|
@@ -80,7 +80,7 @@ Statistics|For more information, see [Statistics](#Statistics)
8080
|WordCount|The number of words per speaker.|
8181
|SpeakerNumberOfFragments|The amount of fragments the speaker has in a video.|
8282
|SpeakerLongestMonolog|The speaker's longest monolog. If the speaker has silences inside the monolog it is included. Silence at the beginning and the end of the monolog is removed.|
83-
|SpeakerTalkToListenRatio|The calculation is based on the time spent on the speaker's monolog (without the silence in between) divided by the total time of the video. The time is rounded to the 3rd decimal point.|
83+
|SpeakerTalkToListenRatio|The calculation is based on the time spent on the speaker's monolog (without the silence in between) divided by the total time of the video. The time is rounded to the third decimal point.|
8484

8585
## breakdowns
8686

@@ -91,7 +91,7 @@ Attribute | Description
9191
id|The breakdown ID. For example, 63c6d532ff.
9292
state|The processing state of the given breakdown id. Could be one of the following: Uploaded, Processing, Processed, Failed.
9393
processingProgress|The progress. For example, 10%.
94-
externalId| You can set externalId during upload. For example, "4f9c3500-eca7-4ab3-987e-a745017af698". You can later search for your videos by this external ID.
94+
externalId| You can set externalId during upload. For example, "4f9c3500-eca7-4ab3-987e-a745017af698." You can later search for your videos by this external ID.
9595
externalUrl|You can set externalUrl during upload.
9696
metadata|You can set metadata during upload.
9797
insights|May contain one or more [insights](#insights)
@@ -122,10 +122,10 @@ Attribute | Description
122122
---|---
123123
id|The ID of a person. For example, 11775.
124124
shortId|The short ID. Because a playlist may be derived from several breakdowns, this ID is needed to find out which of these breakdowns is the origin of each face.
125-
name|If the face is recognized, the name of the person is added. For example, "Scott Hanselman". If the face is unknown, "Unknown #" is added.
125+
name|If the face is recognized, the name of the person is added. For example, "Scott Hanselman." If the face is unknown, "Unknown #" is added.
126126
description|If the face is recognized, the description is populated based on the Bing API search. Otherwise, the description is **null**.
127127
title|If the face is recognized, the description is populated based on the Bing API search. Otherwise, the title is **null**.
128-
thumbnailFullUrl|The face's thumbnail full URL. For example, "https://www.videoindexer.ai/api/Thumbnail/3a9e38d72e/d1f5fac5-e8ae-40d9-a04a-6b2928fb5d10?accessToken=eyJ0eXAiOiJKV1QiLCJhbGciO...". Notice that if the video is private, the URL contains a one hour access token. After one hour, the URL will no longer be valid and you will need to either get the breakdown again with a new url in it, or call GetAccessToken to get a new access token and construct the full url manually ('https://www.videoindexer.ai/api/Thumbnail/[shortId]/[ThumbnailId]?accessToken=[accessToken]').
128+
thumbnailFullUrl|The face's thumbnail full URL. For example, "https://www.videoindexer.ai/api/Thumbnail/3a9e38d72e/d1f5fac5-e8ae-40d9-a04a-6b2928fb5d10?accessToken=eyJ0eXAiOiJKV1QiLCJhbGciO...." Notice that if the video is private, the URL contains a one hour access token. After one hour, the URL will no longer be valid and you will need to either get the breakdown again with a new url in it, or call GetAccessToken to get a new access token and construct the full url manually ('https://www.videoindexer.ai/api/Thumbnail/[shortId]/[ThumbnailId]?accessToken=[accessToken]').
129129
appearances|May contain one or more [appearances](#appearances)
130130
seenDuration|For how long the face was seen (in seconds).
131131
seenDurationRatio|Presence relative to the video duration (0-1).
@@ -310,7 +310,7 @@ adjustedTimeRange|AdjustedTimeRange is the time range relative to the current pl
310310

311311
## annotations
312312

313-
Returns tags based on recognizable objects, living beings, scenery, actions and visual patterns.
313+
Returns tags based on recognizable objects, living beings, scenery, actions, and visual patterns.
314314

315315
|Attribute|Description|
316316
|---|---|

0 commit comments

Comments
 (0)