endOffset property

  1. @TagNumber(2)
Duration endOffset

Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets is true and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.

Implementation

@$pb.TagNumber(2)
$5.Duration get endOffset => $_getN(1);
  1. @TagNumber(2)
void endOffset=(Duration v)

Implementation

@$pb.TagNumber(2)
set endOffset($5.Duration v) {
  setField(2, v);
}