Uses of Class
com.microsoft.cognitiveservices.speech.SpeechSynthesisRequest.SpeechSynthesisRequestInputType
-
Packages that use SpeechSynthesisRequest.SpeechSynthesisRequestInputType Package Description com.microsoft.cognitiveservices.speech -
-
Uses of SpeechSynthesisRequest.SpeechSynthesisRequestInputType in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return SpeechSynthesisRequest.SpeechSynthesisRequestInputType Modifier and Type Method Description static SpeechSynthesisRequest.SpeechSynthesisRequestInputTypeSpeechSynthesisRequest.SpeechSynthesisRequestInputType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpeechSynthesisRequest.SpeechSynthesisRequestInputType[]SpeechSynthesisRequest.SpeechSynthesisRequestInputType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.cognitiveservices.speech with parameters of type SpeechSynthesisRequest.SpeechSynthesisRequestInputType Constructor Description PersonalVoiceSynthesisRequest(SpeechSynthesisRequest.SpeechSynthesisRequestInputType inputType, String personalVoiceName, String modelName)Creates a personal voice speech synthesis request with text streaming enabled.SpeechSynthesisRequest(SpeechSynthesisRequest.SpeechSynthesisRequestInputType inputType)
-