Uses of Class
com.microsoft.cognitiveservices.speech.Recognizer
-
-
Uses of Recognizer in com.microsoft.cognitiveservices.speech
Subclasses of Recognizer in com.microsoft.cognitiveservices.speech Modifier and Type Class Description classSpeechRecognizerPerforms speech recognition from microphone, file, or other audio input streams, and gets transcribed text as result.Methods in com.microsoft.cognitiveservices.speech with parameters of type Recognizer Modifier and Type Method Description voidPronunciationAssessmentConfig. applyTo(Recognizer recognizer)Applies the settings in this config to a recognizer.static ConnectionConnection. fromRecognizer(Recognizer recognizer)Gets the Connection instance from the specified recognizer.static GrammarListGrammarList. fromRecognizer(Recognizer recognizer)Creates a GrammarList from a given speech recognizer.static PhraseListGrammarPhraseListGrammar. fromRecognizer(Recognizer recognizer)Creates a PhraseListGrammar from a given speech recognizer. -
Uses of Recognizer in com.microsoft.cognitiveservices.speech.intent
Subclasses of Recognizer in com.microsoft.cognitiveservices.speech.intent Modifier and Type Class Description classIntentRecognizerPerforms intent recognition on the speech input. -
Uses of Recognizer in com.microsoft.cognitiveservices.speech.transcription
Subclasses of Recognizer in com.microsoft.cognitiveservices.speech.transcription Modifier and Type Class Description classConversationTranscriberPerforms conversation transcribing for audio input streams, and gets transcribed text and speaker id as a result.classMeetingTranscriberPerforms meeting transcribing for audio input streams, and gets transcribed text and user id as a result. -
Uses of Recognizer in com.microsoft.cognitiveservices.speech.translation
Subclasses of Recognizer in com.microsoft.cognitiveservices.speech.translation Modifier and Type Class Description classTranslationRecognizerPerforms translation on the speech input.
-