Class CreateSpeakerModelOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.text_to_speech.v1.model.CreateSpeakerModelOptions
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class CreateSpeakerModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createSpeakerModel options.
  • Method Details

    • newBuilder

      public CreateSpeakerModelOptions.Builder newBuilder()
      New builder.
      Returns:
      a CreateSpeakerModelOptions builder
    • speakerName

      public String speakerName()
      Gets the speakerName.

      The name of the speaker that is to be added to the service instance. * Include a maximum of 49 characters in the name. * Include only alphanumeric characters and `_` (underscores) in the name. * Do not include XML sensitive characters (double quotes, single quotes, ampersands, angle brackets, and slashes) in the name. * Do not use the name of an existing speaker that is already defined for the service instance.

      Returns:
      the speakerName
    • audio

      public InputStream audio()
      Gets the audio.

      An enrollment audio file that contains a sample of the speaker’s voice. * The enrollment audio must be in WAV format and must have a minimum sampling rate of 16 kHz. The service accepts audio with higher sampling rates. It transcodes all audio to 16 kHz before processing it. * The length of the enrollment audio is limited to 1 minute. Speaking one or two paragraphs of text that include five to ten sentences is recommended.

      Returns:
      the audio