results property

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

This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed. It contains zero or one is_final=true result (the newly settled portion), followed by zero or more is_final=false results (the interim results).

Implementation

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