endTime property

  1. @TagNumber(2)
Duration endTime

Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if enable_word_time_offsets=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)
$3.Duration get endTime => $_getN(1);
  1. @TagNumber(2)
void endTime=(Duration v)

Implementation

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