public class CreateVoiceModelOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateVoiceModelOptions.Builder
Builder.
|
static interface |
CreateVoiceModelOptions.Language
The language of the new custom voice model.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Gets the description.
|
java.lang.String |
language()
Gets the language.
|
java.lang.String |
name()
Gets the name.
|
CreateVoiceModelOptions.Builder |
newBuilder()
New builder.
|
equals, hashCode, toString
public CreateVoiceModelOptions.Builder newBuilder()
public java.lang.String name()
public java.lang.String language()
public java.lang.String description()