SynthesisInput constructor

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

Implementation

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