SynthesizeSpeechConfig constructor

SynthesizeSpeechConfig({
  1. String? consentAudioGcsUri,
  2. String? instruction,
  3. String? model,
  4. double? speakingRate,
  5. String? voice,
  6. String? voiceSampleGcsUri,
})

Implementation

SynthesizeSpeechConfig({
  this.consentAudioGcsUri,
  this.instruction,
  this.model,
  this.speakingRate,
  this.voice,
  this.voiceSampleGcsUri,
});