Uses of Class
com.microsoft.cognitiveservices.speech.ResultReason
-
Packages that use ResultReason Package Description com.microsoft.cognitiveservices.speech 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.translation
Methods in com.microsoft.cognitiveservices.speech.translation that return ResultReason Modifier and Type Method Description ResultReasonTranslationSynthesisResult. getReason()Specifies reason the result was created.
-