enableWordTimeOffsets property
If true
, the top result includes a list of words and
the start and end time offsets (timestamps) for those words. If
false
, no word-level time offset information is returned. The default is
false
.
Implementation
@$pb.TagNumber(8)
$core.bool get enableWordTimeOffsets => $_getBF(7);
Implementation
@$pb.TagNumber(8)
set enableWordTimeOffsets($core.bool v) {
$_setBool(7, v);
}