Uses of Class
com.microsoft.cognitiveservices.speech.CancellationReason
-
-
Uses of CancellationReason in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return CancellationReason Modifier and Type Method Description CancellationReasonCancellationDetails. getReason()The reason the recognition was canceled.CancellationReasonSpeechRecognitionCanceledEventArgs. getReason()The reason the recognition was canceled.CancellationReasonSpeechSynthesisCancellationDetails. getReason()The reason the recognition was canceled.static CancellationReasonCancellationReason. valueOf(String name)Returns the enum constant of this type with the specified name.static CancellationReason[]CancellationReason. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CancellationReason in com.microsoft.cognitiveservices.speech.intent
Methods in com.microsoft.cognitiveservices.speech.intent that return CancellationReason Modifier and Type Method Description CancellationReasonIntentRecognitionCanceledEventArgs. getReason()The reason the recognition was canceled. -
Uses of CancellationReason in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return CancellationReason Modifier and Type Method Description CancellationReasonSpeakerRecognitionCancellationDetails. getReason()The reason the recognition was canceled.CancellationReasonVoiceProfileCancellationDetails. getReason()The reason the voice profile creation was canceled.CancellationReasonVoiceProfileEnrollmentCancellationDetails. getReason()The reason the recognition was canceled.CancellationReasonVoiceProfilePhraseCancellationDetails. getReason()The reason the activation phrase request was canceled. -
Uses of CancellationReason in com.microsoft.cognitiveservices.speech.transcription
Methods in com.microsoft.cognitiveservices.speech.transcription that return CancellationReason Modifier and Type Method Description CancellationReasonConversationTranscriptionCanceledEventArgs. getReason()The reason the recognition was canceled.CancellationReasonConversationTranslationCanceledEventArgs. getReason()The reason the recognition was canceled.CancellationReasonMeetingTranscriptionCanceledEventArgs. getReason()The reason the recognition was canceled. -
Uses of CancellationReason in com.microsoft.cognitiveservices.speech.translation
Methods in com.microsoft.cognitiveservices.speech.translation that return CancellationReason Modifier and Type Method Description CancellationReasonTranslationRecognitionCanceledEventArgs. getReason()The reason the recognition was canceled.
-