public class UpdateVoiceModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateVoiceModelOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
customizationId |
protected java.lang.String |
description |
protected java.lang.String |
name |
protected java.util.List<Word> |
words |
Modifier | Constructor and Description |
---|---|
protected |
UpdateVoiceModelOptions(UpdateVoiceModelOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
customizationId()
Gets the customizationId.
|
java.lang.String |
description()
Gets the description.
|
java.lang.String |
name()
Gets the name.
|
UpdateVoiceModelOptions.Builder |
newBuilder()
New builder.
|
java.util.List<Word> |
words()
Gets the words.
|
protected java.lang.String customizationId
protected java.lang.String name
protected java.lang.String description
protected java.util.List<Word> words
protected UpdateVoiceModelOptions(UpdateVoiceModelOptions.Builder builder)
public UpdateVoiceModelOptions.Builder newBuilder()
public java.lang.String customizationId()
The customization ID (GUID) of the custom voice model. You must make the request with credentials for the instance of the service that owns the custom model.
public java.lang.String name()
A new name for the custom voice model.
public java.lang.String description()
A new description for the custom voice model.
public java.util.List<Word> words()
An array of `Word` objects that provides the words and their translations that are to be added or updated for the custom voice model. Pass an empty array to make no additions or updates.