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/azure-video-indexer/language-support.md
+20-13Lines changed: 20 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,18 @@ Language support in Video Indexer relates to many areas of the service. The foll
27
27
-**Customization (language model)** - Whether the language can be used when customizing language models in Video Indexer. To learn more, see [Customize a Language model in Azure Video Indexer](customize-language-model-overview.md)
28
28
-**Website Translation** – Whether the language is supported for translation when using the [Azure Video Indexer website](https://aka.ms/vi-portal-link). Select the translated language in the language drop-down menu.
- The following insights are translated and all other insights appear in English when using translation.
31
-
- Transcript
32
-
- Keywords
33
-
- Topics
34
-
- Labels
35
-
- Frame patterns (Only to Hebrew as of now)
36
30
37
-
-**Website Language** - Whether the language can be selected for use on the [Azure Video Indexer website](https://aka.ms/vi-portal-link). Select it by navigating to the settings icon at the top right and then the Language settings dropdown.
31
+
The following insights are translated:
32
+
33
+
- Transcript
34
+
- Keywords
35
+
- Topics
36
+
- Labels
37
+
- Frame patterns (Only to Hebrew as of now)
38
+
39
+
All other insights appear in English when using translation.
40
+
41
+
-**Website Language** - Whether the language can be selected for use on the [Azure Video Indexer website](https://aka.ms/vi-portal-link). Select the **Settings icon** then select the language in the **Language settings** dropdown.
@@ -123,7 +127,7 @@ Language support in Video Indexer relates to many areas of the service. The foll
123
127
124
128
## Get supported languages through the API
125
129
126
-
You can call our API with the Get Supported Languages API call to pull a full list of supported languages per area - see [Get Supported Languages](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Get-Supported-Languages).
130
+
Use the Get Supported Languages API call to pull a full list of supported languages per area. For more information, see [Get Supported Languages](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Get-Supported-Languages).
127
131
128
132
The API returns a list of supported languages with the following values:
129
133
@@ -138,6 +142,7 @@ The API returns a list of supported languages with the following values:
138
142
```
139
143
140
144
- Supported source language:
145
+
141
146
If `isSourceLanguage` is false, the language is supported for translation only.
142
147
If `isSourceLanguage` is true, the language is supported as source for transcription, translation, and search.
143
148
@@ -147,11 +152,11 @@ The API returns a list of supported languages with the following values:
147
152
148
153
## Language Identification
149
154
150
-
When uploading a media file to Video Indexer, if you're aware of its spoken language, you can specify the language in advance. On the website, you can select a language during the upload experience, and when indexing through the API, by using the language parameter when submitting the indexing job. The selected language is used to generate the transcription of the file (assuming the file has an audio channel).
155
+
When uploading a media file to Video Indexer, youcan specify the language in advance. You can select a language during upload, and when indexing through the API, by using the language parameter while submitting the indexing job. If the file has an audio channel, the selected language is used to generate the transcription of the file.
151
156
152
-
If you aren't sure of the source language of the media file or if it may contain multiple languages, you can select either Auto-detect single language (LID) or multi-language (MLID) for the media file’s source language.
157
+
If you aren't sure of the source language of the media file or it may contain multiple languages, you can select either Auto-detect single language (LID) or multi-language (MLID) for the media file’s source language.
153
158
154
-
There is a limit of 10 languages allowed for identification during the indexing of a media file for both LID and MLID.languages. The following are the 9 **default** languages of Language identification (LID) and Multi-language identification (MILD):
159
+
There is a limit of 10 languages allowed for identification during the indexing of a media file for both LID and MLID. The following are the 9 *default* languages of Language identification (LID) and Multi-language identification (MILD):
155
160
156
161
- German (de-DE)
157
162
- English United States (en-US)
@@ -165,7 +170,7 @@ There is a limit of 10 languages allowed for identification during the indexing
165
170
166
171
## How to change the list of default languages
167
172
168
-
If you need to use languages for identification that aren't used by default, you can customize the list of identification languages to any 10 languages that support customization through either the website or the API.
173
+
If you need to use languages for identification that aren't used by default, you can customize the list to any 10 languages that support customization through either the website or the API:
169
174
170
175
### Use the website to change the list
171
176
@@ -176,7 +181,9 @@ If you need to use languages for identification that aren't used by default, you
176
181
177
182
### Use the API to change the list
178
183
179
-
When you upload a file, the Video Indexer language model cross references 9 languages by default. If there's a match, the model generates the transcription for the file with the detected language. Use the language parameter to specify `multi` (MLID) or `auto` (LID) parameters. Use the `customLanguages` parameter to specify up to 10 languages. (The parameter is used only when the language parameter is set to `multi` or `auto`.) To learn more about using the API, see [Use the Azure Video Indexer API](video-indexer-use-apis.md).
184
+
When you upload a file, the Video Indexer language model cross references 9 languages by default. If there's a match, the model generates the transcription for the file with the detected language.
185
+
186
+
Use the language parameter to specify `multi` (MLID) or `auto` (LID) parameters. Use the `customLanguages` parameter to specify up to 10 languages. (The parameter is used only when the language parameter is set to `multi` or `auto`.) To learn more about using the API, see [Use the Azure Video Indexer API](video-indexer-use-apis.md).
0 commit comments