effectsProfileId property

List<String>? effectsProfileId
getter/setter pair

An identifier which selects 'audio effects' profiles that are applied on (post synthesized) text to speech.

Effects are applied on top of each other in the order they are given.

Optional.

Implementation

core.List<core.String>? effectsProfileId;