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 Details

    • SpeakerCustomModel

      public SpeakerCustomModel()
  • Method Details

    • getCustomizationId

      public String 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

      public List<SpeakerPrompt> 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