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/media-services/video-indexer/video-indexer-embed-widgets.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ You can use the Player widget to stream video by using adaptive bit rate. The Pl
43
43
|`showCaptions`| A Boolean value | Makes the player load with the captions already enabled.<br/> Example: `showCaptions=true`. |
44
44
|`type`|| Activates an audio player skin (the video part is removed).<br/> Example: `type=audio`. |
45
45
|`autoplay`| A Boolean value | Indicates if the player should start playing the video when loaded. The default value is `true`.<br/> Example: `autoplay=false`. |
46
-
|`language`| A language code | Controls the player language. The default value is `en-US`.<br/>Example: `language=de-DE`.|
46
+
|`language`/`locale`| A language code | Controls the player language. The default value is `en-US`.<br/>Example: `language=de-DE`.|
47
47
48
48
### Editor widget
49
49
@@ -228,14 +228,14 @@ If you embed Video Indexer insights with your own [Azure Media Player](https://a
228
228
229
229
You can choose the types of insights that you want. To do this, specify them as a value to the following URL parameter that's added to the embed code that you get (from the API or from the web app): `&widgets=<list of wanted widgets>`.
230
230
231
-
The possible values are: **people**, **keywords**, **sentiments**, **transcript**, and **search**.
231
+
The possible values are: `people`, `animatedCharacters` , `keywords`, `labels`, `sentiments`, `emotions`, `topics`, `keyframes`, `transcript`, `ocr`, `speakers`, `scenes`, and `namedEntities`.
232
232
233
-
For example, if you want to embed a widget that contains only people and search insights, the iframe embed URL will look like this:
233
+
For example, if you want to embed a widget that contains only people and keywords insights, the iframe embed URL will look like this:
By default, Video Indexer player has autogenerated closed captions that are based on the transcript of the video. The transcript is extracted from the video with the source language that was selected when the video was uploaded.
254
254
255
-
If you want to embed with a different language, you can add `&captions=< Language | "all" | "false" >` to the embed player URL. If you want captions in all available languages, use the value `all`. If you want the captions to be displayed by default, you can pass `&showCaptions=true`.
255
+
If you want to embed with a different language, you can add &captions=< Language Code > to the embed player URL. If you want the captions to be displayed by default, you can pass &showCaptions=true.
0 commit comments