Uses of Class
com.microsoft.cognitiveservices.speech.RecognitionResult
-
-
Uses of RecognitionResult in com.microsoft.cognitiveservices.speech
Subclasses of RecognitionResult in com.microsoft.cognitiveservices.speech Modifier and Type Class Description classKeywordRecognitionResultDefines result of keyword recognition.classSpeechRecognitionResultDefines result of speech recognition.Methods in com.microsoft.cognitiveservices.speech with parameters of type RecognitionResult Modifier and Type Method Description static CancellationDetailsCancellationDetails. fromResult(RecognitionResult result)Creates an instance of CancellationDetails object for the canceled RecognitionResult.static NoMatchDetailsNoMatchDetails. fromResult(RecognitionResult result)Creates an instance of NoMatchDetails object for the NoMatch SpeechRecognitionResults. -
Uses of RecognitionResult in com.microsoft.cognitiveservices.speech.intent
Subclasses of RecognitionResult in com.microsoft.cognitiveservices.speech.intent Modifier and Type Class Description classIntentRecognitionResultDefines result of intent recognition. -
Uses of RecognitionResult in com.microsoft.cognitiveservices.speech.transcription
Subclasses of RecognitionResult in com.microsoft.cognitiveservices.speech.transcription Modifier and Type Class Description classConversationTranscriptionResultClass that defines conversation transcription result.classConversationTranslationResultDefines a conversation translation result.classMeetingTranscriptionResultClass that defines meeting transcription result. -
Uses of RecognitionResult in com.microsoft.cognitiveservices.speech.translation
Subclasses of RecognitionResult in com.microsoft.cognitiveservices.speech.translation Modifier and Type Class Description classTranslationRecognitionResultDefines translation recognition result.
-