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 | Method and Description |
---|---|
String |
customizationId()
Gets the customizationId.
|
String |
format()
Gets the format.
|
GetPronunciationOptions.Builder |
newBuilder()
New builder.
|
String |
text()
Gets the text.
|
String |
voice()
Gets the voice.
|
public GetPronunciationOptions.Builder newBuilder()
public String text()
The word for which the pronunciation is requested.
public String voice()
A voice that specifies the language in which the pronunciation is to be returned. If you omit the `voice` parameter, the service uses the US English `en-US_MichaelV3Voice` by default. All voices for the same language (for example, `en-US`) return the same translation.
_For IBM Cloud Pak for Data,_ if you do not install the `en-US_MichaelV3Voice`, you must either specify a voice with the request or specify a new default voice for your installation of the service.
**See also:** [Using the default voice](https://cloud.ibm.com/docs/text-to-speech?topic=text-to-speech-voices-use#specify-voice-default).
public String format()
The phoneme format in which to return the pronunciation. The Arabic, Chinese, Dutch, Australian English, and Korean languages support only IPA. Omit the parameter to obtain the pronunciation in the default format.
public String customizationId()
The customization ID (GUID) of a custom model for which the pronunciation is to be returned. The language of a specified custom model must match the language of the specified voice. If the word is not defined in the specified custom model, the service returns the default translation for the custom model's language. You must make the request with credentials for the instance of the service that owns the custom model. Omit the parameter to see the translation for the specified voice with no customization.
Copyright © 2023 IBM Cloud. All rights reserved.