Uses of Class
com.microsoft.cognitiveservices.speech.RecognitionEventArgs
-
-
Uses of RecognitionEventArgs in com.microsoft.cognitiveservices.speech
Subclasses of RecognitionEventArgs in com.microsoft.cognitiveservices.speech Modifier and Type Class Description classKeywordRecognitionEventArgsDefines content of an keyword recognizing/recognized events.classSpeechRecognitionCanceledEventArgsDefines payload of speech recognition canceled events.classSpeechRecognitionEventArgsDefines contents of speech recognizing/recognized event.Fields in com.microsoft.cognitiveservices.speech with type parameters of type RecognitionEventArgs Modifier and Type Field Description EventHandlerImpl<RecognitionEventArgs>Recognizer. speechEndDetectedDefines event handler for speech end detected event.EventHandlerImpl<RecognitionEventArgs>Recognizer. speechStartDetectedDefines event handler for speech start detected event. -
Uses of RecognitionEventArgs in com.microsoft.cognitiveservices.speech.dialog
Fields in com.microsoft.cognitiveservices.speech.dialog with type parameters of type RecognitionEventArgs Modifier and Type Field Description EventHandlerImpl<RecognitionEventArgs>DialogServiceConnector. speechEndDetectedDefines event handler for the speech end detection event.EventHandlerImpl<RecognitionEventArgs>DialogServiceConnector. speechStartDetectedDefines event handler for the speech start detection event. -
Uses of RecognitionEventArgs in com.microsoft.cognitiveservices.speech.intent
Subclasses of RecognitionEventArgs in com.microsoft.cognitiveservices.speech.intent Modifier and Type Class Description classIntentRecognitionCanceledEventArgsDefine payload of intent recognition canceled result events.classIntentRecognitionEventArgsDefines content of an intent recognizing/recognized events. -
Uses of RecognitionEventArgs in com.microsoft.cognitiveservices.speech.transcription
Subclasses of RecognitionEventArgs in com.microsoft.cognitiveservices.speech.transcription Modifier and Type Class Description classConversationTranscriptionCanceledEventArgsClass that defines conversation transcription canceled events.classConversationTranscriptionEventArgsClass that defines conversation transcription event arguments.classConversationTranslationCanceledEventArgsDefines a payload for the Canceled event.classConversationTranslationEventArgsDefines a payload for Transcribing, and Transcribed events.classMeetingTranscriptionCanceledEventArgsClass that defines meeting transcription canceled events.classMeetingTranscriptionEventArgsClass that defines meeting transcription event arguments. -
Uses of RecognitionEventArgs in com.microsoft.cognitiveservices.speech.translation
Subclasses of RecognitionEventArgs in com.microsoft.cognitiveservices.speech.translation Modifier and Type Class Description classTranslationRecognitionCanceledEventArgsDefines payload of translation canceled events.classTranslationRecognitionEventArgsDefines payload of translation recognizing/recognized events.
-