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