enableSpokenPunctuation property

  1. @TagNumber(22)
BoolValue enableSpokenPunctuation

The spoken punctuation behavior for the call If not set, uses default behavior based on model of choice e.g. command_and_search will enable spoken punctuation by default 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(22)
$5.BoolValue get enableSpokenPunctuation => $_getN(19);
  1. @TagNumber(22)
void enableSpokenPunctuation=(BoolValue v)

Implementation

@$pb.TagNumber(22)
set enableSpokenPunctuation($5.BoolValue v) {
  setField(22, v);
}