SupportedFeatures
public struct SupportedFeatures : Codable, Equatable
Additional service features that are supported with the voice.
-
If
true
, the voice can be customized; iffalse
, the voice cannot be customized. (Same ascustomizable
.).Declaration
Swift
public var customPronunciation: Bool
-
If
true
, the voice can be transformed by using the SSML <voice-transformation> element; iffalse
, the voice cannot be transformed. The feature was available only for the now-deprecated standard voices. You cannot use the feature with neural voices.Declaration
Swift
public var voiceTransformation: Bool