Uses of Class
com.oracle.bmc.aispeech.model.TtsOracleSpeechSettings.OutputFormat
-
Packages that use TtsOracleSpeechSettings.OutputFormat Package Description com.oracle.bmc.aispeech.model -
-
Uses of TtsOracleSpeechSettings.OutputFormat in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return TtsOracleSpeechSettings.OutputFormat Modifier and Type Method Description static TtsOracleSpeechSettings.OutputFormat
TtsOracleSpeechSettings.OutputFormat. create(String key)
TtsOracleSpeechSettings.OutputFormat
TtsOracleSpeechSettings. getOutputFormat()
The format of audio in which the user wants the audio to be in.static TtsOracleSpeechSettings.OutputFormat
TtsOracleSpeechSettings.OutputFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static TtsOracleSpeechSettings.OutputFormat[]
TtsOracleSpeechSettings.OutputFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aispeech.model with parameters of type TtsOracleSpeechSettings.OutputFormat Modifier and Type Method Description TtsOracleSpeechSettings.Builder
TtsOracleSpeechSettings.Builder. outputFormat(TtsOracleSpeechSettings.OutputFormat outputFormat)
The format of audio in which the user wants the audio to be in.Constructors in com.oracle.bmc.aispeech.model with parameters of type TtsOracleSpeechSettings.OutputFormat Constructor Description TtsOracleSpeechSettings(TtsOracleSpeechSettings.TextType textType, Integer sampleRateInHz, TtsOracleSpeechSettings.OutputFormat outputFormat, List<TtsOracleSpeechSettings.SpeechMarkTypes> speechMarkTypes)
Deprecated.
-