toGoogleSpeechContext method

SpeechContext toGoogleSpeechContext()

Implementation

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