public class SynthesizeOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
SynthesizeOptions.Accept
The type of the response: audio/basic, audio/flac, audio/l16;rate=nnnn, audio/ogg, audio/ogg;codecs=opus,
audio/ogg;codecs=vorbis, audio/mp3, audio/mpeg, audio/mulaw;rate=nnnn, audio/wav, audio/webm,
audio/webm;codecs=opus, or audio/webm;codecs=vorbis.
|
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.lang.String |
voice()
Gets the voice.
|
equals, hashCode, toString
public SynthesizeOptions.Builder newBuilder()
public java.lang.String text()
public java.lang.String accept()
public java.lang.String voice()
public java.lang.String customizationId()