Skip to content

Commit 8d82824

Browse files
author
nicoalba
committed
acro edits to embed widgets
1 parent 15bba29 commit 8d82824

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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/>Note that the `widgets` URL parameter isn't supported in version 2.<br/>|
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/>|
3030
|`locale` | A short language code | Controls the language of the UI. The default value is `en`. <br/> Example: `locale=de`.|
3131
|`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.|
3232

@@ -165,7 +165,7 @@ This section shows how to achieve interaction between a Cognitive Insights widge
165165

166166
3. Copy the Cognitive Insights embed code.
167167

168-
You should now be able to communicate with Azure Media Player.
168+
You can now communicate with Azure Media Player.
169169

170170
For more information, see the [Azure Media Player + VI Insights demo](https://codepen.io/videoindexer/pen/rYONrO).
171171

@@ -258,7 +258,7 @@ The embed URL then will look like this:
258258

259259
If you want to disable captions, you can pass the `captions` parameter value as `false`.
260260

261-
#### AutoPlay
261+
#### Autoplay
262262
By default, the player will start playing the video. you can choose not to by passing `&autoplay=false` to the preceding embed URL.
263263

264264
## Code samples

0 commit comments

Comments
 (0)