public class GetPronunciationOptions
extends com.ibm.cloud.sdk.core.service.model.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 | Field and Description |
|---|---|
protected java.lang.String |
customizationId |
protected java.lang.String |
format |
protected java.lang.String |
text |
protected java.lang.String |
voice |
| Modifier | Constructor and Description |
|---|---|
protected |
GetPronunciationOptions(GetPronunciationOptions.Builder builder) |
| 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.
|
protected java.lang.String text
protected java.lang.String voice
protected java.lang.String format
protected java.lang.String customizationId
protected GetPronunciationOptions(GetPronunciationOptions.Builder builder)
public GetPronunciationOptions.Builder newBuilder()
public java.lang.String text()
public java.lang.String voice()
public java.lang.String format()
public java.lang.String customizationId()