SpeechRecognitionWords constructor

const SpeechRecognitionWords(
  1. String recognizedWords,
  2. double confidence
)

Implementation

const SpeechRecognitionWords(this.recognizedWords, this.confidence);