VadParams class

本地vad参数

Constructors

VadParams({bool? vadEnable = true, String? engineType = 'evad', ResType? resType = ResType.assets, String? resPath = 'vad/evad_16k.jet', int? vadEos = 600, int? vadBos, int? cloudVadEos, int? cloudVadGap})

Properties

cloudVadEos int?
云端VAD后端超时时间
getter/setter pair
cloudVadGap int?
云端VAD分句间隔 单位:毫秒,上限值:1800
getter/setter pair
engineType String?
vad引擎类型
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resPath String?
资源文件路径
getter/setter pair
resType ResType?
资源类型
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vadBos int?
VAD前端超时时间
getter/setter pair
vadEnable bool?
启用vad
getter/setter pair
vadEos int?
VAD后端超时时间
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, String?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited