Azur language identification is not detecting language perfectly.

Kashish 0 Reputation points
2024-11-21T05:15:55.6166667+00:00

I am using Azure Continuous Language Identification in Azure Speech SDK with three languages: en-IN, hi-IN, mr-IN. It behaves differently, as when I say something in English, it transcribes it into Hindi or Marathi. In short, detecting the wrong language.

this is the code i am using

var enLanguageConfig = SpeechSDK.SourceLanguageConfig.fromLanguage("en-US"); var frLanguageConfig = SpeechSDK.SourceLanguageConfig.fromLanguage("fr-FR", "The Endpoint Id for custom model of fr-FR"); var autoDetectSourceLanguageConfig = SpeechSDK.AutoDetectSourceLanguageConfig.fromSourceLanguageConfigs([enLanguageConfig, frLanguageConfig]);

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,798 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.