SpeechContextV2Beta1 constructor

SpeechContextV2Beta1({
  1. List<String> phrases = const [],
  2. double boost = 20,
})

Implementation

SpeechContextV2Beta1({
  this.phrases = const [],
  this.boost = 20
});