TextToSpeechOptions constructor
TextToSpeechOptions({})
Creates a new TextToSpeechOptions.
Implementation
TextToSpeechOptions({
this.modelId,
this.voiceId,
this.language,
this.audioFormat,
this.speed,
this.pitch,
this.volume,
this.rawRepresentationFactory,
this.additionalProperties,
});