TTSSynthesisInput constructor

const TTSSynthesisInput({
  1. String? text,
  2. String? ssml,
  3. String? voiceId,
  4. String? language,
})

Implementation

const TTSSynthesisInput({
  this.text,
  this.ssml,
  this.voiceId,
  this.language,
});