SynthesizeSpeechRequest constructor

SynthesizeSpeechRequest({
  1. AudioConfig? audioConfig,
  2. SynthesisInput? input,
  3. VoiceSelectionParams? voice,
})

Implementation

SynthesizeSpeechRequest({
  this.audioConfig,
  this.input,
  this.voice,
});