results property

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

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

Implementation

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