results property
This repeated list contains zero or more results that
correspond to consecutive portions of the audio currently being processed.
It contains zero or one
google.cloud.speech.v2.StreamingRecognitionResult.is_final
=true
result (the newly settled portion), followed by zero or more
google.cloud.speech.v2.StreamingRecognitionResult.is_final
=false
results (the interim results).
Implementation
@$pb.TagNumber(6)
$core.List<StreamingRecognitionResult> get results => $_getList(2);