Uses of Class
com.microsoft.cognitiveservices.speech.EmbeddedSpeechConfig
-
Packages that use EmbeddedSpeechConfig Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.intent com.microsoft.cognitiveservices.speech.translation -
-
Uses of EmbeddedSpeechConfig in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return EmbeddedSpeechConfig Modifier and Type Method Description static EmbeddedSpeechConfigEmbeddedSpeechConfig. fromPath(String path)Creates an instance of the embedded speech config with a specified offline model path.static EmbeddedSpeechConfigEmbeddedSpeechConfig. fromPaths(List<String> paths)Creates an instance of the embedded speech config with specified offline model paths.Methods in com.microsoft.cognitiveservices.speech with parameters of type EmbeddedSpeechConfig 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 EmbeddedSpeechConfig Constructor Description SpeechRecognizer(EmbeddedSpeechConfig embeddedSpeechConfig)Initializes a new instance of Speech Recognizer for embedded speech recognition.SpeechRecognizer(EmbeddedSpeechConfig embeddedSpeechConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer for embedded speech recognition.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.SpeechSynthesizer(EmbeddedSpeechConfig embeddedSpeechConfig)Creates a new instance of Speech Synthesizer for embedded speech synthesis.SpeechSynthesizer(EmbeddedSpeechConfig embeddedSpeechConfig, AudioConfig audioConfig)Creates a new instance of Speech Synthesizer for embedded speech synthesis. -
Uses of EmbeddedSpeechConfig in com.microsoft.cognitiveservices.speech.intent
Constructors in com.microsoft.cognitiveservices.speech.intent with parameters of type EmbeddedSpeechConfig Constructor Description IntentRecognizer(EmbeddedSpeechConfig embeddedSpeechConfig)Creates a new instance of an intent recognizer with embedded speech configuration.IntentRecognizer(EmbeddedSpeechConfig embeddedSpeechConfig, AudioConfig audioConfig)Creates a new instance of an intent recognizer with embedded speech configuration. -
Uses of EmbeddedSpeechConfig in com.microsoft.cognitiveservices.speech.translation
Constructors in com.microsoft.cognitiveservices.speech.translation with parameters of type EmbeddedSpeechConfig Constructor Description TranslationRecognizer(EmbeddedSpeechConfig embeddedSpeechConfig)Constructs an instance of a translation recognizer for embedded speech translation.TranslationRecognizer(EmbeddedSpeechConfig embeddedSpeechConfig, AudioConfig audioConfig)Constructs an instance of a translation recognizer for embedded speech translation.
-