Uses of Class
com.microsoft.cognitiveservices.speech.CancellationErrorCode
-
Packages that use CancellationErrorCode Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.transcription com.microsoft.cognitiveservices.speech.translation -
-
Uses of CancellationErrorCode in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return CancellationErrorCode Modifier and Type Method Description CancellationErrorCodeCancellationDetails. getErrorCode()The error code in case of an unsuccessful recognition (when getReason() returns Error).CancellationErrorCodeSpeechRecognitionCanceledEventArgs. getErrorCode()The error code in case of an unsuccessful recognition (when getReason() returns Error).CancellationErrorCodeSpeechSynthesisCancellationDetails. getErrorCode()The error code in case of an unsuccessful recognition (when getReason() returns Error).static CancellationErrorCodeCancellationErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CancellationErrorCode[]CancellationErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CancellationErrorCode in com.microsoft.cognitiveservices.speech.transcription
Methods in com.microsoft.cognitiveservices.speech.transcription that return CancellationErrorCode Modifier and Type Method Description CancellationErrorCodeConversationTranscriptionCanceledEventArgs. getErrorCode()The error code in case of an unsuccessful recognition (when getReason() returns Error).CancellationErrorCodeConversationTranslationCanceledEventArgs. getErrorCode()The error code in case of an unsuccessful recognition (when getReason() returns Error).CancellationErrorCodeMeetingTranscriptionCanceledEventArgs. getErrorCode()The error code in case of an unsuccessful recognition (when getReason() returns Error). -
Uses of CancellationErrorCode in com.microsoft.cognitiveservices.speech.translation
Methods in com.microsoft.cognitiveservices.speech.translation that return CancellationErrorCode Modifier and Type Method Description CancellationErrorCodeTranslationRecognitionCanceledEventArgs. getErrorCode()The error code in case of an unsuccessful recognition (when getReason() returns Error).
-