Type Alias: FsmnVadModel
FsmnVadModel =
object
Defined in: extensions/speech/tasks/fsmnVoiceActivityDetection.ts:62
Model configuration required to instantiate an FSMN-VAD task runner.
Properties
defaultOptions
readonlydefaultOptions:Required<VadOptions>
Defined in: extensions/speech/tasks/fsmnVoiceActivityDetection.ts:70
Detection thresholds tuned for this model, overridable per detectVoice
call. Defined alongside the model in the models registry so defaults
are discoverable there.
modelPath
readonlymodelPath:string
Defined in: extensions/speech/tasks/fsmnVoiceActivityDetection.ts:64
Local path or remote URL of the .pte model.