SpeechParams constructor

SpeechParams({
  1. DataSource dataSource = DataSource.sdk,
  2. InteractMode interactMode = InteractMode.oneshot,
  3. WakeupMode wakeupMode = WakeupMode.off,
  4. EngineType? intentEngineType,
})

Implementation

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