public class GetPronunciationOptions extends GenericModel
| Modifier and Type | Class and Description |
|---|---|
static class |
GetPronunciationOptions.Builder
Builder.
|
static interface |
GetPronunciationOptions.Format
The phoneme format in which to return the pronunciation.
|
static interface |
GetPronunciationOptions.Voice
A voice that specifies the language in which the pronunciation is to be returned.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
customizationId()
Gets the customizationId.
|
java.lang.String |
format()
Gets the format.
|
GetPronunciationOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
text()
Gets the text.
|
java.lang.String |
voice()
Gets the voice.
|
equals, hashCode, toStringpublic GetPronunciationOptions.Builder newBuilder()
public java.lang.String text()
public java.lang.String voice()
public java.lang.String format()
public java.lang.String customizationId()