Uses of Class
com.microsoft.cognitiveservices.speech.SpeechRecognitionResult
-
-
Uses of SpeechRecognitionResult in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return SpeechRecognitionResult Modifier and Type Method Description SpeechRecognitionResultSpeechRecognitionEventArgs. getResult()Specifies the recognition result.Methods in com.microsoft.cognitiveservices.speech that return types with arguments of type SpeechRecognitionResult Modifier and Type Method Description Future<SpeechRecognitionResult>SpeechRecognizer. recognizeOnceAsync()Starts speech recognition, and returns after a single utterance is recognized.Methods in com.microsoft.cognitiveservices.speech with parameters of type SpeechRecognitionResult Modifier and Type Method Description static AutoDetectSourceLanguageResultAutoDetectSourceLanguageResult. fromResult(SpeechRecognitionResult speechRecognitionResult)Creates an instance of the AutoDetectSourceLanguageResult from a speech recognition resultstatic PronunciationAssessmentResultPronunciationAssessmentResult. fromResult(SpeechRecognitionResult speechRecognitionResult)Creates an instance of the PronunciationAssessmentResult from a speech recognition result -
Uses of SpeechRecognitionResult in com.microsoft.cognitiveservices.speech.dialog
Methods in com.microsoft.cognitiveservices.speech.dialog that return types with arguments of type SpeechRecognitionResult Modifier and Type Method Description Future<SpeechRecognitionResult>DialogServiceConnector. listenOnceAsync()Starts a listening session that will terminate after the first utterance. -
Uses of SpeechRecognitionResult in com.microsoft.cognitiveservices.speech.intent
Subclasses of SpeechRecognitionResult in com.microsoft.cognitiveservices.speech.intent Modifier and Type Class Description classIntentRecognitionResultDefines result of intent recognition. -
Uses of SpeechRecognitionResult in com.microsoft.cognitiveservices.speech.transcription
Subclasses of SpeechRecognitionResult in com.microsoft.cognitiveservices.speech.transcription Modifier and Type Class Description classConversationTranscriptionResultClass that defines conversation transcription result.classMeetingTranscriptionResultClass that defines meeting transcription result.
-