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 Summary
Constructors Constructor Description SupportedFeatures()
-
Method Summary
Modifier and Type Method Description Boolean
isCustomPronunciation()
Gets the customPronunciation.Boolean
isVoiceTransformation()
Gets the voiceTransformation.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
SupportedFeatures
public SupportedFeatures()
-
-
Method Details
-
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
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
-