Skip to content

Commit 538c396

Browse files
authored
Update video-indexer-embed-widgets.md
1 parent 56b19d3 commit 538c396

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
@@ -31,7 +31,7 @@ A Cognitive Insights widget includes all visual insights that were extracted fro
3131
|`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`|
3232
|`locale` | A short language code | Controls the language of the UI. The default value is `en`. <br/>Example: `locale=de`.|
3333
|`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.|
3535

3636
### Player widget
3737

@@ -45,7 +45,7 @@ You can use the Player widget to stream video by using adaptive bit rate. The Pl
4545
|`type`| | Activates an audio player skin (the video part is removed).<br/> Example: `type=audio`. |
4646
|`autoplay` | A Boolean value | Indicates if the player should start playing the video when loaded. The default value is `true`.<br/> Example: `autoplay=false`. |
4747
|`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.|
4949

5050
### Editor widget
5151

@@ -56,7 +56,7 @@ You can use the Editor widget to create new projects and manage a video's insigh
5656
|`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. |
5757
|`language` | A language code | Controls the player language. The default value is `en-US`.<br/>Example: `language=de-DE`. |
5858
|`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.|
6060

6161
<sup>*</sup>The owner should provide `accessToken` with caution.
6262

0 commit comments

Comments
 (0)