results property

  1. @TagNumber(2)
List<SpeechRecognitionResult> results

Sequential list of transcription results corresponding to sequential portions of audio.

Implementation

@$pb.TagNumber(2)
$core.List<SpeechRecognitionResult> get results => $_getList(0);