enableAutomaticPunctuation property

  1. @TagNumber(4)
bool get enableAutomaticPunctuation

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);
  1. @TagNumber(4)
set enableAutomaticPunctuation (bool v)

Implementation

@$pb.TagNumber(4)
set enableAutomaticPunctuation($core.bool v) {
  $_setBool(3, v);
}