SynthesizeSpeechRequest constructor

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

Implementation

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