startTime property

  1. @TagNumber(1)
Duration startTime

Time offset relative to the beginning of the audio, and corresponding to the start 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(1)
$3.Duration get startTime => $_getN(0);
  1. @TagNumber(1)
void startTime=(Duration v)

Implementation

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