SpeechContext constructor

SpeechContext({
  1. double? boost,
  2. List<String>? phrases,
})

Implementation

SpeechContext({this.boost, this.phrases});