SynthesisInput constructor

SynthesisInput({
  1. String? ssml,
  2. String? text,
})

Implementation

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