Class SupportedFeatures

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

public class SupportedFeatures
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Additional service features that are supported with the voice.
  • Constructor Details

    • SupportedFeatures

      public SupportedFeatures()
  • Method Details

    • isCustomPronunciation

      public Boolean isCustomPronunciation()
      Gets the customPronunciation.

      If `true`, the voice can be customized; if `false`, the voice cannot be customized. (Same as `customizable`.).

      Returns:
      the customPronunciation
    • isVoiceTransformation

      public Boolean isVoiceTransformation()
      Gets the voiceTransformation.

      If `true`, the voice can be transformed by using the SSML <voice-transformation> element; if `false`, the voice cannot be transformed. The feature was available only for the now-deprecated standard voices. You cannot use the feature with neural voices.

      Returns:
      the voiceTransformation