public class SynthesizeOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
SynthesizeOptions.Accept
The requested format (MIME type) of the audio.
|
static class |
SynthesizeOptions.Builder
Builder.
|
static interface |
SynthesizeOptions.Voice
The voice to use for synthesis.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
accept()
Gets the accept.
|
java.lang.String |
customizationId()
Gets the customizationId.
|
SynthesizeOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
text()
Gets the text.
|
java.util.List<java.lang.String> |
timings()
Gets the timings.
|
java.lang.String |
voice()
Gets the voice.
|
public SynthesizeOptions.Builder newBuilder()
public java.lang.String text()
public java.lang.String voice()
public java.lang.String customizationId()
public java.util.List<java.lang.String> timings()
public java.lang.String accept()