AiuiParams class
AIUI参数
Constructors
-
AiuiParams({required String appId, Map<
String, String?> ? userParams, GlobalParams? global, InteractParams? interact, VadParams? vad, IatParams? iat, AudioParams? audioParams, RecorderParams? recorder, IvwParams? ivw, SpeechParams? speech, TtsParams? tts, LogParams? log}) - 新建AIUI参数
Properties
- appId ↔ String
-
在讯飞开放平台上注册的8位应用唯一标识。
getter/setter pair
- audioParams ↔ AudioParams
-
音频参数
getter/setter pair
- global ↔ GlobalParams
-
全局设置
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iat ↔ IatParams
-
Iat语音识别相关配置
getter/setter pair
- interact ↔ InteractParams
-
交互设置
getter/setter pair
- ivw ↔ IvwParams
-
语音唤醒参数
getter/setter pair
- log ↔ LogParams
-
日志设置
getter/setter pair
- recorder ↔ RecorderParams
-
录音器参数
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speech ↔ SpeechParams
-
语音业务流程控制参数
getter/setter pair
- tts ↔ TtsParams
-
getter/setter pair
-
userParams
↔ Map<
String, String?> ? -
latefinal
- vad ↔ VadParams
-
本地vad参数
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Map?> ? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited