You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/video-indexer/video-indexer-output-json.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,14 @@ name|The name of the video. For example, Azure Monitor.
64
64
shortId|The ID of the video. For example, 63c6d532ff.
65
65
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.
66
66
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]').
68
68
faces|May contain one or more [faces](#faces)
69
69
topics|May contain one or more [topics](#topics)
70
70
sentiments|May contain one or more [sentiments](#sentiments)
71
71
audioEffects| May contain one or more [audioEffects](#audioEffects)
72
72
brands| May contain zero or more [brands](#brands)
73
73
Statistics|For more information, see [Statistics](#Statistics)
74
-
74
+
.
75
75
### Statistics
76
76
77
77
|Name|Description|
@@ -80,7 +80,7 @@ Statistics|For more information, see [Statistics](#Statistics)
80
80
|WordCount|The number of words per speaker.|
81
81
|SpeakerNumberOfFragments|The amount of fragments the speaker has in a video.|
82
82
|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.|
84
84
85
85
## breakdowns
86
86
@@ -91,7 +91,7 @@ Attribute | Description
91
91
id|The breakdown ID. For example, 63c6d532ff.
92
92
state|The processing state of the given breakdown id. Could be one of the following: Uploaded, Processing, Processed, Failed.
93
93
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.
95
95
externalUrl|You can set externalUrl during upload.
96
96
metadata|You can set metadata during upload.
97
97
insights|May contain one or more [insights](#insights)
@@ -122,10 +122,10 @@ Attribute | Description
122
122
---|---
123
123
id|The ID of a person. For example, 11775.
124
124
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.
126
126
description|If the face is recognized, the description is populated based on the Bing API search. Otherwise, the description is **null**.
127
127
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]').
129
129
appearances|May contain one or more [appearances](#appearances)
130
130
seenDuration|For how long the face was seen (in seconds).
131
131
seenDurationRatio|Presence relative to the video duration (0-1).
@@ -310,7 +310,7 @@ adjustedTimeRange|AdjustedTimeRange is the time range relative to the current pl
310
310
311
311
## annotations
312
312
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.
0 commit comments