Uses of Class
com.microsoft.cognitiveservices.speech.CancellationErrorCode
-
-
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.intent
Methods in com.microsoft.cognitiveservices.speech.intent that return CancellationErrorCode Modifier and Type Method Description CancellationErrorCodeIntentRecognitionCanceledEventArgs. getErrorCode()The error code in case of an unsuccessful recognition (when getReason() returns Error). -
Uses of CancellationErrorCode in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return CancellationErrorCode Modifier and Type Method Description CancellationErrorCodeSpeakerRecognitionCancellationDetails. getErrorCode()The error code in case of an unsuccessful recognition (when getReason() returns Error).CancellationErrorCodeVoiceProfileCancellationDetails. getErrorCode()The error code in case of an unsuccessful voice profile creation (when getReason() returns Error).CancellationErrorCodeVoiceProfileEnrollmentCancellationDetails. getErrorCode()The error code in case of an unsuccessful recognition (when getReason() returns Error).CancellationErrorCodeVoiceProfilePhraseCancellationDetails. getErrorCode()The error code in case of an unsuccessful activation phrase request (when getReason() returns Error). -
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).
-