AudioProcessingConfig constructor
AudioProcessingConfig({
- AmbientSoundConfig? ambientSoundConfig,
- BargeInConfig? bargeInConfig,
- String? inactivityTimeout,
- Map<
String, SynthesizeSpeechConfig> ? synthesizeSpeechConfigs,
Implementation
AudioProcessingConfig({
this.ambientSoundConfig,
this.bargeInConfig,
this.inactivityTimeout,
this.synthesizeSpeechConfigs,
});