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