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-identification-model.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.author: ellbe
10
10
11
11
Azure Video Indexer supports automatic language identification (LID), which is the process of automatically identifying the spoken language content from audio and sending the media file to be transcribed in the dominant identified language.
12
12
13
-
Currently LID supports: English, Spanish, French, German, Italian, Mandarin Chinese, Japanese, Russian, and Portuguese (Brazilian).
13
+
See the list of supported by Azure Video Indexer languages in [supported langues](language-support.md).
14
14
15
15
Make sure to review the [Guidelines and limitations](#guidelines-and-limitations) section below.
16
16
@@ -24,7 +24,7 @@ When using portal, go to your **Account videos** on the [Azure Video Indexer](ht
24
24
25
25
## Model output
26
26
27
-
Azure Video Indexer transcribes the video according to the most likely language if the confidence for that language is `> 0.6`. If the language cannot be identified with confidence, it assumes the spoken language is English.
27
+
Azure Video Indexer transcribes the video according to the most likely language if the confidence for that language is `> 0.6`. If the language can't be identified with confidence, it assumes the spoken language is English.
28
28
29
29
Model dominant language is available in the insights JSON as the `sourceLanguage` attribute (under root/videos/insights). A corresponding confidence score is also available under the `sourceLanguageConfidence` attribute.
30
30
@@ -44,11 +44,11 @@ Model dominant language is available in the insights JSON as the `sourceLanguage
44
44
45
45
* Automatic language identification (LID) supports the following languages:
0 commit comments