Uses of Class
com.microsoft.cognitiveservices.speech.ResultReason
-
Packages that use ResultReason Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.speaker com.microsoft.cognitiveservices.speech.translation -
-
Uses of ResultReason in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return ResultReason Modifier and Type Method Description ResultReasonRecognitionResult. getReason()Specifies reason the result was created.ResultReasonSpeechSynthesisResult. getReason()Gets the reason the result was created.ResultReasonSynthesisVoicesResult. getReason()Gets the reason the result was created.static ResultReasonResultReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultReason[]ResultReason. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResultReason in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return ResultReason Modifier and Type Method Description ResultReasonSpeakerRecognitionResult. getReason()Specifies status of speaker recognition result.ResultReasonVoiceProfileEnrollmentResult. getReason()Specifies status of enrollment result.ResultReasonVoiceProfilePhraseResult. getReason()Specifies status of activation phrase result.ResultReasonVoiceProfileResult. getReason()Specifies the reason of voice profile result. -
Uses of ResultReason in com.microsoft.cognitiveservices.speech.translation
Methods in com.microsoft.cognitiveservices.speech.translation that return ResultReason Modifier and Type Method Description ResultReasonTranslationSynthesisResult. getReason()Specifies reason the result was created.
-