Uses of Class
com.microsoft.cognitiveservices.speech.SpeechRecognitionCanceledEventArgs
-
Packages that use SpeechRecognitionCanceledEventArgs Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.dialog -
-
Uses of SpeechRecognitionCanceledEventArgs in com.microsoft.cognitiveservices.speech
Fields in com.microsoft.cognitiveservices.speech with type parameters of type SpeechRecognitionCanceledEventArgs Modifier and Type Field Description EventHandlerImpl<SpeechRecognitionCanceledEventArgs>KeywordRecognizer. canceledThe signal for events relating to the cancellation of an interaction.EventHandlerImpl<SpeechRecognitionCanceledEventArgs>SpeechRecognizer. canceledThe event canceled signals that the recognition was canceled. -
Uses of SpeechRecognitionCanceledEventArgs in com.microsoft.cognitiveservices.speech.dialog
Fields in com.microsoft.cognitiveservices.speech.dialog with type parameters of type SpeechRecognitionCanceledEventArgs Modifier and Type Field Description EventHandlerImpl<SpeechRecognitionCanceledEventArgs>DialogServiceConnector. canceledDefines event handler for the canceled event.
-