SpeechParams constructor
SpeechParams({
- DataSource dataSource = DataSource.sdk,
- InteractMode interactMode = InteractMode.oneshot,
- WakeupMode wakeupMode = WakeupMode.off,
- EngineType? intentEngineType,
Implementation
SpeechParams({
this.dataSource = DataSource.sdk,
this.interactMode = InteractMode.oneshot,
this.wakeupMode = WakeupMode.off,
this.intentEngineType,
});