Package | Description |
---|---|
com.oracle.bmc.aispeech.model |
Modifier and Type | Method and Description |
---|---|
static TtsOracleSpeechSettings.OutputFormat |
TtsOracleSpeechSettings.OutputFormat.create(String key) |
TtsOracleSpeechSettings.OutputFormat |
TtsOracleSpeechSettings.getOutputFormat()
The format of audio in which the user wants the audio to be in.
|
static TtsOracleSpeechSettings.OutputFormat |
TtsOracleSpeechSettings.OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TtsOracleSpeechSettings.OutputFormat[] |
TtsOracleSpeechSettings.OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TtsOracleSpeechSettings.Builder |
TtsOracleSpeechSettings.Builder.outputFormat(TtsOracleSpeechSettings.OutputFormat outputFormat)
The format of audio in which the user wants the audio to be in.
|
Constructor and Description |
---|
TtsOracleSpeechSettings(TtsOracleSpeechSettings.TextType textType,
Integer sampleRateInHz,
TtsOracleSpeechSettings.OutputFormat outputFormat,
List<TtsOracleSpeechSettings.SpeechMarkTypes> speechMarkTypes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.