public class GetVoiceOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetVoiceOptions.Builder
Builder.
|
static interface |
GetVoiceOptions.Voice
The voice for which information is to be returned.
|
Modifier and Type | Method and Description |
---|---|
String |
customizationId()
Gets the customizationId.
|
GetVoiceOptions.Builder |
newBuilder()
New builder.
|
String |
voice()
Gets the voice.
|
public GetVoiceOptions.Builder newBuilder()
public String voice()
The voice for which information is to be returned.
public String customizationId()
The customization ID (GUID) of a custom model for which information is to be returned. You must make the request with credentials for the instance of the service that owns the custom model. Omit the parameter to see information about the specified voice with no customization.
Copyright © 2024 IBM Cloud. All rights reserved.