RealtimeAudioConfigInput constructor

const RealtimeAudioConfigInput({
  1. RealtimeAudioFormats? format,
  2. AudioInputNoiseReduction? noiseReduction,
  3. InputAudioTranscription? transcription,
  4. RealtimeAudioInputTurnDetection? turnDetection,
  5. bool clearNoiseReduction = false,
  6. bool clearTranscription = false,
  7. bool clearTurnDetection = false,
})

Implementation

const RealtimeAudioConfigInput({
  this.format,
  this.noiseReduction,
  this.transcription,
  this.turnDetection,
  this.clearNoiseReduction = false,
  this.clearTranscription = false,
  this.clearTurnDetection = false,
});