SynthesizeSpeechRequest constructor
SynthesizeSpeechRequest({
- AudioConfig? audioConfig,
- SynthesisInput? input,
- VoiceSelectionParams? voice,
Implementation
SynthesizeSpeechRequest({
this.audioConfig,
this.input,
this.voice,
});