static TtsOracleSpeechSettings.Builder |
TtsOracleSpeechSettings.builder() |
Create a new builder.
|
TtsOracleSpeechSettings.Builder |
TtsOracleSpeechSettings.Builder.copy(TtsOracleSpeechSettings model) |
|
TtsOracleSpeechSettings.Builder |
TtsOracleSpeechSettings.Builder.outputFormat(TtsOracleSpeechSettings.OutputFormat outputFormat) |
The format of audio in which the user wants the audio to be in.
|
TtsOracleSpeechSettings.Builder |
TtsOracleSpeechSettings.Builder.sampleRateInHz(Integer sampleRateInHz) |
The sample rate of the generated audio.
|
TtsOracleSpeechSettings.Builder |
TtsOracleSpeechSettings.Builder.speechMarkTypes(List<TtsOracleSpeechSettings.SpeechMarkTypes> speechMarkTypes) |
The kind of time stamp markings the user wants for the audio.
|
TtsOracleSpeechSettings.Builder |
TtsOracleSpeechSettings.Builder.textType(TtsOracleSpeechSettings.TextType textType) |
The format in which the input text has been supplied i.e., Text or SSML.
|
TtsOracleSpeechSettings.Builder |
TtsOracleSpeechSettings.toBuilder() |
|