Uses of Class
com.microsoft.cognitiveservices.speech.intent.IntentRecognitionEventArgs
-
Packages that use IntentRecognitionEventArgs Package Description com.microsoft.cognitiveservices.speech.intent -
-
Uses of IntentRecognitionEventArgs in com.microsoft.cognitiveservices.speech.intent
Subclasses of IntentRecognitionEventArgs in com.microsoft.cognitiveservices.speech.intent Modifier and Type Class Description classIntentRecognitionCanceledEventArgsDefine payload of intent recognition canceled result events.Fields in com.microsoft.cognitiveservices.speech.intent with type parameters of type IntentRecognitionEventArgs Modifier and Type Field Description EventHandlerImpl<IntentRecognitionEventArgs>IntentRecognizer. recognizedThe event recognized signals that a final recognition result is received.EventHandlerImpl<IntentRecognitionEventArgs>IntentRecognizer. recognizingThe event recognizing signals that an intermediate recognition result is received.
-