SpeechRecognitionResult constructor

SpeechRecognitionResult({
  1. List<SpeechRecognitionAlternative>? alternatives,
  2. int? channelTag,
  3. String? languageCode,
  4. String? resultEndTime,
})

Implementation

SpeechRecognitionResult({
  this.alternatives,
  this.channelTag,
  this.languageCode,
  this.resultEndTime,
});