Uses of Class
com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageConfig
-
Packages that use AutoDetectSourceLanguageConfig Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.transcription -
-
Uses of AutoDetectSourceLanguageConfig in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return AutoDetectSourceLanguageConfig Modifier and Type Method Description static AutoDetectSourceLanguageConfigAutoDetectSourceLanguageConfig. fromLanguages(List<String> languages)Creates an instance of the AutoDetectSourceLanguageConfigstatic AutoDetectSourceLanguageConfigAutoDetectSourceLanguageConfig. fromOpenRange()Creates an instance of the AutoDetectSourceLanguageConfig with open range.static AutoDetectSourceLanguageConfigAutoDetectSourceLanguageConfig. fromSourceLanguageConfigs(List<SourceLanguageConfig> sourceLanguageConfigs)Creates an instance of the AutoDetectSourceLanguageConfig with a list of SourceLanguageConfigConstructors in com.microsoft.cognitiveservices.speech with parameters of type AutoDetectSourceLanguageConfig Constructor Description SpeechRecognizer(EmbeddedSpeechConfig embeddedSpeechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig)Initializes a new instance of Speech Recognizer for embedded speech recognition.SpeechRecognizer(EmbeddedSpeechConfig embeddedSpeechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer for embedded speech recognition.SpeechRecognizer(HybridSpeechConfig hybridSpeechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig)Initializes a new instance of Speech Recognizer for hybrid speech recognition.SpeechRecognizer(HybridSpeechConfig hybridSpeechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer for hybrid speech recognition.SpeechRecognizer(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig)Initializes a new instance of Speech Recognizer.SpeechRecognizer(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer.SpeechSynthesizer(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Creates a new instance of Speech Synthesizer. -
Uses of AutoDetectSourceLanguageConfig in com.microsoft.cognitiveservices.speech.transcription
Constructors in com.microsoft.cognitiveservices.speech.transcription with parameters of type AutoDetectSourceLanguageConfig Constructor Description ConversationTranscriber(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig)Initializes a new instance of Conversation Transcriber.ConversationTranscriber(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Initializes a new instance of Conversation Transcriber.
-