toFinal method

Implementation

SpeechRecognitionResult toFinal() {
  return SpeechRecognitionResult(alternates, ResultType.finalResult.value);
}