SpeechParams class
语音业务流程控制参数
Constructors
- SpeechParams({DataSource dataSource = DataSource.sdk, InteractMode interactMode = InteractMode.oneshot, WakeupMode wakeupMode = WakeupMode.off, EngineType? intentEngineType})
Properties
- dataSource ↔ DataSource
-
录音数据来源配置
DataSource.sdk sdk内部录音
DataSource.user 外部录音
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intentEngineType ↔ EngineType?
-
引擎设置
getter/setter pair
- interactMode ↔ InteractMode
-
交互模式设置
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wakeupMode ↔ WakeupMode
-
唤醒模式设置
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