SemanticVad constructor

const SemanticVad({
  1. bool? createResponse,
  2. SemanticVadEagerness? eagerness,
  3. bool? interruptResponse,
})

Creates a SemanticVad.

Implementation

const SemanticVad({
  this.createResponse,
  this.eagerness,
  this.interruptResponse,
});