Skip to content

Commit c255be9

Browse files
authored
Update language-identification-model.md
1 parent 695348f commit c255be9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-video-indexer/language-identification-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When using portal, go to your **Account videos** on the [Azure Video Indexer](ht
2424

2525
## Model output
2626

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.
2828

2929
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.
3030

@@ -47,8 +47,8 @@ Model dominant language is available in the insights JSON as the `sourceLanguage
4747
See the list of supported by Azure Video Indexer languages in [supported langues](language-support.md).
4848
* Even though Azure Video Indexer supports Arabic (Modern Standard and Levantine), Hindi, and Korean, these languages are not supported in LID.
4949
* 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.
5252
* Low-quality audio may impact the model results.
5353
* The model requires at least one minute of speech in the audio.
5454
* The model is designed to recognize a spontaneous conversational speech (not voice commands, singing, etc.).

0 commit comments

Comments
 (0)