Uses of Class
com.microsoft.cognitiveservices.speech.SpeechSynthesisOutputFormat
-
Packages that use SpeechSynthesisOutputFormat Package Description com.microsoft.cognitiveservices.speech -
-
Uses of SpeechSynthesisOutputFormat in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return SpeechSynthesisOutputFormat Modifier and Type Method Description static SpeechSynthesisOutputFormatSpeechSynthesisOutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static SpeechSynthesisOutputFormat[]SpeechSynthesisOutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.cognitiveservices.speech with parameters of type SpeechSynthesisOutputFormat Modifier and Type Method Description voidEmbeddedSpeechConfig. setSpeechSynthesisOutputFormat(SpeechSynthesisOutputFormat value)Sets the embedded speech synthesis output format.voidHybridSpeechConfig. setSpeechSynthesisOutputFormat(SpeechSynthesisOutputFormat value)Sets the speech synthesis output format.voidSpeechConfig. setSpeechSynthesisOutputFormat(SpeechSynthesisOutputFormat value)Sets the speech synthesis output format.
-