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
+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
@@ -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
@@ -47,8 +47,8 @@ Model dominant language is available in the insights JSON as the `sourceLanguage
47
47
See the list of supported by Azure Video Indexer languages in [supported langues](language-support.md).
48
48
* Even though Azure Video Indexer supports Arabic (Modern Standard and Levantine), Hindi, and Korean, these languages are not supported in LID.
49
49
* If the audio contains languages other than the supported list above, the result is unexpected.
50
-
* If Azure Video Indexer cannot identify the language with a high enough confidence (`>0.6`), the fallback language is English.
51
-
*There is no current support for file with mixed languages audio. If the audio contains mixed languages, the result is unexpected.
50
+
* If Azure Video Indexer can't identify the language with a high enough confidence (`>0.6`), the fallback language is English.
51
+
*Currently, there isn't support for file with mixed languages audio. If the audio contains mixed languages, the result is unexpected.
52
52
* Low-quality audio may impact the model results.
53
53
* The model requires at least one minute of speech in the audio.
54
54
* The model is designed to recognize a spontaneous conversational speech (not voice commands, singing, etc.).
0 commit comments