effectsProfileId property

List<String>? effectsProfileId
getter/setter pair

Input only.

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. See audio profiles for current supported profile ids.

Optional.

Implementation

core.List<core.String>? effectsProfileId;