Uses of Class
com.microsoft.cognitiveservices.speech.HybridSpeechConfig
-
Packages that use HybridSpeechConfig Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.translation -
-
Uses of HybridSpeechConfig in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return HybridSpeechConfig Modifier and Type Method Description static HybridSpeechConfigHybridSpeechConfig. fromConfigs(SpeechConfig cloudSpeechConfig, EmbeddedSpeechConfig embeddedSpeechConfig)Creates an instance of the hybrid speech config with specified cloud and embedded speech configs.Constructors in com.microsoft.cognitiveservices.speech with parameters of type HybridSpeechConfig Constructor Description SpeechRecognizer(HybridSpeechConfig hybridSpeechConfig)Initializes a new instance of Speech Recognizer for hybrid speech recognition.SpeechRecognizer(HybridSpeechConfig hybridSpeechConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer for hybrid 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.SpeechSynthesizer(HybridSpeechConfig hybridSpeechConfig)Creates a new instance of Speech Synthesizer for hybrid speech synthesis.SpeechSynthesizer(HybridSpeechConfig hybridSpeechConfig, AudioConfig audioConfig)Creates a new instance of Speech Synthesizer for hybrid speech synthesis. -
Uses of HybridSpeechConfig in com.microsoft.cognitiveservices.speech.translation
Constructors in com.microsoft.cognitiveservices.speech.translation with parameters of type HybridSpeechConfig Constructor Description TranslationRecognizer(HybridSpeechConfig hybridSpeechConfig)Constructs an instance of a translation recognizer for hybrid speech translation.TranslationRecognizer(HybridSpeechConfig hybridSpeechConfig, AudioConfig audioConfig)Constructs an instance of a translation recognizer for hybrid speech translation.
-