SpeechRecognitionWords constructor

const SpeechRecognitionWords(
  1. String recognizedWords,
  2. List<String>? recognizedPhrases,
  3. double confidence
)

Implementation

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