Uses of Class
com.oracle.bmc.aispeech.model.TtsOracleSpeechSettings.TextType
-
Packages that use TtsOracleSpeechSettings.TextType Package Description com.oracle.bmc.aispeech.model -
-
Uses of TtsOracleSpeechSettings.TextType in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return TtsOracleSpeechSettings.TextType Modifier and Type Method Description static TtsOracleSpeechSettings.TextType
TtsOracleSpeechSettings.TextType. create(String key)
TtsOracleSpeechSettings.TextType
TtsOracleSpeechSettings. getTextType()
The format in which the input text has been supplied i.e., Text or SSML.static TtsOracleSpeechSettings.TextType
TtsOracleSpeechSettings.TextType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TtsOracleSpeechSettings.TextType[]
TtsOracleSpeechSettings.TextType. 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.TextType Modifier and Type Method Description TtsOracleSpeechSettings.Builder
TtsOracleSpeechSettings.Builder. textType(TtsOracleSpeechSettings.TextType textType)
The format in which the input text has been supplied i.e., Text or SSML.Constructors in com.oracle.bmc.aispeech.model with parameters of type TtsOracleSpeechSettings.TextType Constructor Description TtsOracleSpeechSettings(TtsOracleSpeechSettings.TextType textType, Integer sampleRateInHz, TtsOracleSpeechSettings.OutputFormat outputFormat, List<TtsOracleSpeechSettings.SpeechMarkTypes> speechMarkTypes)
Deprecated.
-