Uses of Class
com.oracle.bmc.aispeech.model.TtsConfiguration
-
Packages that use TtsConfiguration Package Description com.oracle.bmc.aispeech.model -
-
Uses of TtsConfiguration in com.oracle.bmc.aispeech.model
Subclasses of TtsConfiguration in com.oracle.bmc.aispeech.model Modifier and Type Class Description class
TtsOracleConfiguration
Use this configuration for selecting a model from Oracle model family.Methods in com.oracle.bmc.aispeech.model that return TtsConfiguration Modifier and Type Method Description TtsConfiguration
SynthesizeSpeechDetails. getConfiguration()
Methods in com.oracle.bmc.aispeech.model with parameters of type TtsConfiguration Modifier and Type Method Description SynthesizeSpeechDetails.Builder
SynthesizeSpeechDetails.Builder. configuration(TtsConfiguration configuration)
Constructors in com.oracle.bmc.aispeech.model with parameters of type TtsConfiguration Constructor Description SynthesizeSpeechDetails(String text, Boolean isStreamEnabled, String compartmentId, TtsConfiguration configuration, TtsAudioConfig audioConfig)
Deprecated.
-