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
This article provides a comprehensive list of language support by service features in Azure Video Indexer. For the list and definitions of all the features, see [Overview](video-indexer-overview.md).
15
15
16
-
The following list contains the source languages for transcription that are supported by the Azure Video Indexer API.
16
+
Some languages are supported only through the API (see [Get Supported Languages](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Get-Supported-Languages)) and not through the Video Indexer website or widgets. To make sure a language is supported for search, transcription, or translation by the Azure Video Indexer website and widgets, see the [frontend language
17
+
support table](#language-support-in-frontend-experiences) further below.
17
18
18
-
> [!NOTE]
19
-
> Some languages are supported only through the API and not through the Video Indexer website or widgets.
20
-
>
21
-
> To make sure a language is supported for search, transcription, or translation by the Azure Video Indexer website and widgets, see the [frontend language
22
-
> support table](#language-support-in-frontend-experiences) further below.
19
+
## API language support
20
+
21
+
The API returns a list of supported languages with the following values:
23
22
24
-
## General language support
23
+
```json
24
+
"name": "Language",
25
+
"languageCode": "Code",
26
+
"isRightToLeft": true/false,
27
+
"isSourceLanguage": true/false,
28
+
"isAutoDetect": true/false
29
+
```
25
30
26
-
This section describes languages supported by Azure Video Indexer API.
31
+
Some notes for the above values are:
27
32
28
-
- Transcription (source language of the video/audio file)
29
-
- Language identification (LID)
30
-
- Multi-language identification (MLID)
31
-
- Translation
33
+
- Supported source language:
32
34
33
-
The following insights are translated, otherwise will remain in English:
35
+
If `isSourceLanguage` is `false`, the language is supported for translation only.
36
+
If `isSourceLanguage` is `true`, the language is supported as source for transcription, translation, and search.
37
+
- Language identification (auto detection):
38
+
39
+
If `isAutoDetect` set to `true`, the language is supported for language identification (LID) and multi-language identification (MLID).
40
+
- The following insights are translated, otherwise will remain in English:
**Default languages supported by Language identification (LID)**: German (de-DE) , English United States (en-US) , Spanish (es-ES) , French (fr-FR), Italian (it-IT) , Japanese (ja-JP), Portuguese (pt-BR), Russian (ru-RU), Chinese (Simplified) (zh-Hans).
0 commit comments