SemanticVad constructor
const
SemanticVad({
- bool? createResponse,
- SemanticVadEagerness? eagerness,
- bool? interruptResponse,
Creates a SemanticVad.
Implementation
const SemanticVad({
this.createResponse,
this.eagerness,
this.interruptResponse,
});