SynthesizeSpeechOutput constructor

SynthesizeSpeechOutput({
  1. Uint8List? audioStream,
  2. String? contentType,
  3. int? requestCharacters,
})

Implementation

SynthesizeSpeechOutput({
  this.audioStream,
  this.contentType,
  this.requestCharacters,
});