startOffset property
Time offset relative to the beginning of the audio,
and corresponding to the start 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(1)
$5.Duration get startOffset => $_getN(0);
Implementation
@$pb.TagNumber(1)
set startOffset($5.Duration v) {
setField(1, v);
}