IatAudioParams class
音频语义理解参数
Constructors
- IatAudioParams({int? sampleRate = 16000, String? dwa = 'wpgs', String? tag})
Properties
- dataType ↔ DataType
-
参数类型
getter/setter pairinherited
- dwa ↔ String?
-
流式识别配置
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ int?
-
采样率
getter/setter pair
- tag ↔ String?
-
识别标记
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited