public class SupportedFeatures
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.Boolean | customPronunciation | 
| protected java.lang.Boolean | voiceTransformation | 
| Constructor and Description | 
|---|
| SupportedFeatures() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Boolean | isCustomPronunciation()Gets the customPronunciation. | 
| java.lang.Boolean | isVoiceTransformation()Gets the voiceTransformation. | 
@SerializedName(value="custom_pronunciation") protected java.lang.Boolean customPronunciation
@SerializedName(value="voice_transformation") protected java.lang.Boolean voiceTransformation
public java.lang.Boolean isCustomPronunciation()
If `true`, the voice can be customized; if `false`, the voice cannot be customized. (Same as `customizable`.).
public java.lang.Boolean isVoiceTransformation()
If `true`, the voice can be transformed by using the SSML <voice-transformation> element; if `false`, the voice cannot be transformed.