SpeechRecognitionResult constructor
SpeechRecognitionResult({
- List<
SpeechRecognitionAlternative> ? alternatives, - int? channelTag,
- String? languageCode,
- String? resultEndTime,
Implementation
SpeechRecognitionResult({
this.alternatives,
this.channelTag,
this.languageCode,
this.resultEndTime,
});