ServerVad constructor

const ServerVad({
  1. bool? createResponse,
  2. int? idleTimeoutMs,
  3. bool? interruptResponse,
  4. int? prefixPaddingMs,
  5. int? silenceDurationMs,
  6. double? threshold,
})

Creates a ServerVad.

Implementation

const ServerVad({
  this.createResponse,
  this.idleTimeoutMs,
  this.interruptResponse,
  this.prefixPaddingMs,
  this.silenceDurationMs,
  this.threshold,
});