Package com.oracle.bmc.aispeech.model
Class TtsBaseAudioConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.aispeech.model.TtsBaseAudioConfig.Builder
-
- Enclosing class:
- TtsBaseAudioConfig
public static class TtsBaseAudioConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TtsBaseAudioConfig
build()
TtsBaseAudioConfig.Builder
copy(TtsBaseAudioConfig model)
TtsBaseAudioConfig.Builder
savePath(String savePath)
Specify the path where you want to save the audio response.
-
-
-
Method Detail
-
savePath
public TtsBaseAudioConfig.Builder savePath(String savePath)
Specify the path where you want to save the audio response.- Parameters:
savePath
- the value to set- Returns:
- this builder
-
build
public TtsBaseAudioConfig build()
-
copy
public TtsBaseAudioConfig.Builder copy(TtsBaseAudioConfig model)
-
-