SynthesizeSpeechDetails.Builder |
SynthesizeSpeechDetails.Builder.audioConfig(TtsAudioConfig audioConfig) |
|
static SynthesizeSpeechDetails.Builder |
SynthesizeSpeechDetails.builder() |
Create a new builder.
|
SynthesizeSpeechDetails.Builder |
SynthesizeSpeechDetails.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment where the user has access to call SpeechSynthesize api.
|
SynthesizeSpeechDetails.Builder |
SynthesizeSpeechDetails.Builder.configuration(TtsConfiguration configuration) |
|
SynthesizeSpeechDetails.Builder |
SynthesizeSpeechDetails.Builder.copy(SynthesizeSpeechDetails model) |
|
SynthesizeSpeechDetails.Builder |
SynthesizeSpeechDetails.Builder.isStreamEnabled(Boolean isStreamEnabled) |
If set to true, response will be sent in the chunked transfer-encoding and audio chunks
are sent back as and when they are ready.
|
SynthesizeSpeechDetails.Builder |
SynthesizeSpeechDetails.Builder.text(String text) |
The text input to get the inference audio from TTS Service.
|
SynthesizeSpeechDetails.Builder |
SynthesizeSpeechDetails.toBuilder() |
|