Class SpeakerCustomModels
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.text_to_speech.v1.model.SpeakerCustomModels
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SpeakerCustomModels
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Custom models for which the speaker has defined prompts.
-
Constructor Summary
Constructors Constructor Description SpeakerCustomModels()
-
Method Summary
Modifier and Type Method Description List<SpeakerCustomModel>
getCustomizations()
Gets the customizations.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
SpeakerCustomModels
public SpeakerCustomModels()
-
-
Method Details
-
getCustomizations
Gets the customizations.An array of `SpeakerCustomModel` objects. Each object provides information about the prompts that are defined for a specified speaker in the custom models that are owned by a specified service instance. The array is empty if no prompts are defined for the speaker.
- Returns:
- the customizations
-