enableAutomaticPunctuation property
If true
, adds punctuation to recognition result hypotheses. This feature
is only available in select languages. The default false
value does not
add punctuation to result hypotheses.
Implementation
@$pb.TagNumber(4)
$core.bool get enableAutomaticPunctuation => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set enableAutomaticPunctuation($core.bool v) {
$_setBool(3, v);
}