Skip to content

Commit 6282131

Browse files
authored
Merge pull request #109111 from Juliako/patch-15
Update video-indexer-embed-widgets.md
2 parents db5d862 + 316f4b3 commit 6282131

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/media-services/video-indexer/video-indexer-embed-widgets.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: femila
88
ms.service: media-services
99
ms.subservice: video-indexer
1010
ms.topic: article
11-
ms.date: 02/03/2020
11+
ms.date: 03/26/2020
1212
ms.author: juliako
1313
---
1414

@@ -26,9 +26,11 @@ A Cognitive Insights widget includes all visual insights that were extracted fro
2626

2727
|Name|Definition|Description|
2828
|---|---|---|
29-
|`widgets` | Strings separated by comma | Allows you to control the insights that you want to render. <br/> Example: `https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?widgets=people,search` renders only people and brands UI insights.<br/>Available options: people, keywords, annotations, brands, sentiments, transcript, search.<br/>The `widgets` URL parameter isn't supported in version 2.<br/>|
30-
|`locale` | A short language code | Controls the language of the UI. The default value is `en`. <br/> Example: `locale=de`.|
31-
|`tab` | The default selected tab | Controls the **Insights** tab that's rendered by default. <br/> Example: `tab=timeline` renders the insights with the **Timeline** tab selected.|
29+
|`widgets` | Strings separated by comma | Allows you to control the insights that you want to render.<br/>Example: `https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?widgets=people,keywords` renders only people and keywords UI insights.<br/>Available options: people, animatedCharacters ,keywords, labels, sentiments, emotions, topics, keyframes, transcript, ocr, speakers, scenes, and namedEntities.|
30+
|`controls`|Strings separated by comma|Allows you to control the controls that you want to render.<br/>Example: `https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?controls=search,download` renders only search option and download button.<br/>Available options: search, download, presets, language.|
31+
|`language`|A short language code (language name)|Controls insights language.<br/>Example: `https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?language=es-es` <br/>or `https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?language=spanish`|
32+
|`locale` | A short language code | Controls the language of the UI. The default value is `en`. <br/>Example: `locale=de`.|
33+
|`tab` | The default selected tab | Controls the **Insights** tab that's rendered by default. <br/>Example: `tab=timeline` renders the insights with the **Timeline** tab selected.|
3234

3335
### Player widget
3436

0 commit comments

Comments
 (0)