enableSpokenPunctuation property

  1. @TagNumber(14)
bool get enableSpokenPunctuation

The spoken punctuation behavior for the call. If true, replaces spoken punctuation with the corresponding symbols in the request. For example, "how are you question mark" becomes "how are you?". See https://cloud.google.com/speech-to-text/docs/spoken-punctuation for support. If false, spoken punctuation is not replaced.

Implementation

@$pb.TagNumber(14)
$core.bool get enableSpokenPunctuation => $_getBF(5);
  1. @TagNumber(14)
set enableSpokenPunctuation (bool v)

Implementation

@$pb.TagNumber(14)
set enableSpokenPunctuation($core.bool v) {
  $_setBool(5, v);
}