toGoogleSpeechContext method

SpeechContext toGoogleSpeechContext()

Implementation

_cs.SpeechContext toGoogleSpeechContext() => _cs.SpeechContext()
  ..phrases.addAll(phrases)
  ..boost = boost;