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