isFinal property

  1. @TagNumber(2)
bool get isFinal

If false, this google.cloud.speech.v2.StreamingRecognitionResult represents an interim result that may change. If true, this is the final time the speech service will return this particular google.cloud.speech.v2.StreamingRecognitionResult, the recognizer will not return any further hypotheses for this portion of the transcript and corresponding audio.

Implementation

@$pb.TagNumber(2)
$core.bool get isFinal => $_getBF(1);
  1. @TagNumber(2)
set isFinal (bool v)

Implementation

@$pb.TagNumber(2)
set isFinal($core.bool v) {
  $_setBool(1, v);
}