Class SpeakerCustomModel
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.text_to_speech.v1.model.SpeakerCustomModel
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SpeakerCustomModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A custom models for which the speaker has defined prompts.
-
Constructor Summary
Constructors Constructor Description SpeakerCustomModel()
-
Method Summary
Modifier and Type Method Description String
getCustomizationId()
Gets the customizationId.List<SpeakerPrompt>
getPrompts()
Gets the prompts.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
SpeakerCustomModel
public SpeakerCustomModel()
-
-
Method Details
-
getCustomizationId
Gets the customizationId.The customization ID (GUID) of a custom model for which the speaker has defined one or more prompts.
- Returns:
- the customizationId
-
getPrompts
Gets the prompts.An array of `SpeakerPrompt` objects that provides information about each prompt that the user has defined for the custom model.
- Returns:
- the prompts
-