Uses of Class
com.microsoft.cognitiveservices.speech.SourceLanguageConfig
-
Packages that use SourceLanguageConfig Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.transcription -
-
Uses of SourceLanguageConfig in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return SourceLanguageConfig Modifier and Type Method Description static SourceLanguageConfigSourceLanguageConfig. fromLanguage(String language)Creates an instance of the SourceLanguageConfigstatic SourceLanguageConfigSourceLanguageConfig. fromLanguage(String language, String endpointId)Creates an instance of the SourceLanguageConfig with source language and endpoint ID.Method parameters in com.microsoft.cognitiveservices.speech with type arguments of type SourceLanguageConfig Modifier and Type Method Description 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 SourceLanguageConfig Constructor Description SpeechRecognizer(SpeechConfig speechConfig, SourceLanguageConfig sourceLanguageConfig)Initializes a new instance of Speech Recognizer.SpeechRecognizer(SpeechConfig speechConfig, SourceLanguageConfig sourceLanguageConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer. -
Uses of SourceLanguageConfig in com.microsoft.cognitiveservices.speech.transcription
Constructors in com.microsoft.cognitiveservices.speech.transcription with parameters of type SourceLanguageConfig Constructor Description ConversationTranscriber(SpeechConfig speechConfig, SourceLanguageConfig sourceLanguageConfig)Initializes a new instance of Conversation Transcriber.ConversationTranscriber(SpeechConfig speechConfig, SourceLanguageConfig sourceLanguageConfig, AudioConfig audioConfig)Initializes a new instance of Conversation Transcriber.
-