SynthesizeSpeechResponse constructor

SynthesizeSpeechResponse({
  1. String? audioContent,
})

Implementation

SynthesizeSpeechResponse({
  this.audioContent,
});