AdvancedVoiceOptions constructor

AdvancedVoiceOptions({
  1. bool? enableTextnorm,
  2. bool? lowLatencyJourneySynthesis,
  3. bool? relaxSafetyFilters,
})

Implementation

AdvancedVoiceOptions({
  this.enableTextnorm,
  this.lowLatencyJourneySynthesis,
  this.relaxSafetyFilters,
});