SynthesisInput constructor
SynthesisInput({
- CustomPronunciations? customPronunciations,
- MultiSpeakerMarkup? multiSpeakerMarkup,
- String? ssml,
- String? text,
Implementation
SynthesisInput({
this.customPronunciations,
this.multiSpeakerMarkup,
this.ssml,
this.text,
});