enableAutomaticPunctuation property

  1. @TagNumber(11)
bool enableAutomaticPunctuation

If 'true', adds punctuation to recognition result hypotheses. This feature is only available in select languages. Setting this for requests in other languages has no effect at all. The default 'false' value does not add punctuation to result hypotheses.

Implementation

@$pb.TagNumber(11)
$core.bool get enableAutomaticPunctuation => $_getBF(9);
  1. @TagNumber(11)
void enableAutomaticPunctuation=(bool v)

Implementation

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