AudioProcessingConfig constructor

AudioProcessingConfig({
  1. AmbientSoundConfig? ambientSoundConfig,
  2. BargeInConfig? bargeInConfig,
  3. String? inactivityTimeout,
  4. Map<String, SynthesizeSpeechConfig>? synthesizeSpeechConfigs,
})

Implementation

AudioProcessingConfig({
  this.ambientSoundConfig,
  this.bargeInConfig,
  this.inactivityTimeout,
  this.synthesizeSpeechConfigs,
});