isFinal property
If false
, this StreamingRecognitionResult
represents an
interim result that may change. If true
, this is the final time the
speech service will return this particular 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);
Implementation
@$pb.TagNumber(2)
set isFinal($core.bool v) {
$_setBool(1, v);
}