SynthesisInput constructor

SynthesisInput({
  1. CustomPronunciations? customPronunciations,
  2. MultiSpeakerMarkup? multiSpeakerMarkup,
  3. String? ssml,
  4. String? text,
})

Implementation

SynthesisInput({
  this.customPronunciations,
  this.multiSpeakerMarkup,
  this.ssml,
  this.text,
});