Uses of Class
com.microsoft.cognitiveservices.speech.SpeechRecognitionEventArgs
-
Packages that use SpeechRecognitionEventArgs Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.dialog -
-
Uses of SpeechRecognitionEventArgs in com.microsoft.cognitiveservices.speech
Subclasses of SpeechRecognitionEventArgs in com.microsoft.cognitiveservices.speech Modifier and Type Class Description classSpeechRecognitionCanceledEventArgsDefines payload of speech recognition canceled events.Fields in com.microsoft.cognitiveservices.speech with type parameters of type SpeechRecognitionEventArgs Modifier and Type Field Description EventHandlerImpl<SpeechRecognitionEventArgs>SpeechRecognizer. recognizedThe event recognized signals that a final recognition result is received.EventHandlerImpl<SpeechRecognitionEventArgs>SpeechRecognizer. recognizingThe event recognizing signals that an intermediate recognition result is received. -
Uses of SpeechRecognitionEventArgs in com.microsoft.cognitiveservices.speech.dialog
Fields in com.microsoft.cognitiveservices.speech.dialog with type parameters of type SpeechRecognitionEventArgs Modifier and Type Field Description EventHandlerImpl<SpeechRecognitionEventArgs>DialogServiceConnector. recognizedDefines event handler for the recognized event.EventHandlerImpl<SpeechRecognitionEventArgs>DialogServiceConnector. recognizingDefines event handler for the recognizing event.
-