AdvancedVoiceOptions constructor
AdvancedVoiceOptions({
- bool? enableTextnorm,
- bool? lowLatencyJourneySynthesis,
- bool? relaxSafetyFilters,
- SafetySettings? safetySettings,
Implementation
AdvancedVoiceOptions({
this.enableTextnorm,
this.lowLatencyJourneySynthesis,
this.relaxSafetyFilters,
this.safetySettings,
});