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 SummaryConstructors Constructor Description SpeakerCustomModel()
- 
Method SummaryModifier and Type Method Description StringgetCustomizationId()Gets the customizationId.List<SpeakerPrompt>getPrompts()Gets the prompts.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Constructor Details- 
SpeakerCustomModelpublic SpeakerCustomModel()
 
- 
- 
Method Details- 
getCustomizationIdGets the customizationId.The customization ID (GUID) of a custom model for which the speaker has defined one or more prompts. - Returns:
- the customizationId
 
- 
getPromptsGets 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
 
 
-