SpeechRecognitionAlternative constructor

SpeechRecognitionAlternative({
  1. double? confidence,
  2. String? transcript,
  3. List<WordInfo>? words,
})

Implementation

SpeechRecognitionAlternative({
  this.confidence,
  this.transcript,
  this.words,
});