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.TextTypeTtsOracleSpeechSettings.TextType. create(String key)TtsOracleSpeechSettings.TextTypeTtsOracleSpeechSettings. getTextType()The format in which the input text has been supplied i.e., Text or SSML.static TtsOracleSpeechSettings.TextTypeTtsOracleSpeechSettings.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.BuilderTtsOracleSpeechSettings.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.
-