public class SupportedFeatures
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
SupportedFeatures()  | 
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
isCustomPronunciation()
Gets the customPronunciation. 
 | 
Boolean | 
isVoiceTransformation()
Gets the voiceTransformation. 
 | 
public Boolean isCustomPronunciation()
If `true`, the voice can be customized; if `false`, the voice cannot be customized. (Same as `customizable`.).
public Boolean isVoiceTransformation()
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.
Copyright © 2021 IBM Cloud. All rights reserved.