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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ A Cognitive Insights widget includes all visual insights that were extracted fro
31
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
32
|`locale`| A short language code | Controls the language of the UI. The default value is `en`. <br/>Example: `locale=de`.|
33
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.|
34
-
|`location`||The `location` parameter must be included in the embedded links, see [how to get the name of your region](regions.md). If your account is in preview, the “trial” should be used for the location value.|
34
+
|`location`||The `location` parameter must be included in the embedded links, see [how to get the name of your region](regions.md). If your account is in preview, the `trial` should be used for the location value. `trial` is the default value for the `location` parameter.|
35
35
36
36
### Player widget
37
37
@@ -45,7 +45,7 @@ You can use the Player widget to stream video by using adaptive bit rate. The Pl
45
45
|`type`|| Activates an audio player skin (the video part is removed).<br/> Example: `type=audio`. |
46
46
|`autoplay`| A Boolean value | Indicates if the player should start playing the video when loaded. The default value is `true`.<br/> Example: `autoplay=false`. |
47
47
|`language`/`locale`| A language code | Controls the player language. The default value is `en-US`.<br/>Example: `language=de-DE`.|
48
-
|`location`||The `location` parameter must be included in the embedded links, see [how to get the name of your region](regions.md). If your account is in preview, the “trial” should be used for the location value.|
48
+
|`location`||The `location` parameter must be included in the embedded links, see [how to get the name of your region](regions.md). If your account is in preview, the `trial` should be used for the location value. `trial` is the default value for the `location` parameter.|
49
49
50
50
### Editor widget
51
51
@@ -56,7 +56,7 @@ You can use the Editor widget to create new projects and manage a video's insigh
56
56
|`accessToken`<sup>*</sup> | String | Provides access to videos that are only in the account that's used to embed the widget.<br> The Editor widget requires the `accessToken` parameter. |
57
57
|`language`| A language code | Controls the player language. The default value is `en-US`.<br/>Example: `language=de-DE`. |
58
58
|`locale`| A short language code | Controls the insights language. The default value is `en`.<br/>Example: `language=de`. |
59
-
|`location`||The `location` parameter must be included in the embedded links, see [how to get the name of your region](regions.md). If your account is in preview, the “trial” should be used for the location value.|
59
+
|`location`||The `location` parameter must be included in the embedded links, see [how to get the name of your region](regions.md). If your account is in preview, the `trial` should be used for the location value. `trial` is the default value for the `location` paramete.|
60
60
61
61
<sup>*</sup>The owner should provide `accessToken` with caution.
0 commit comments