enableSpokenPunctuation property

bool? enableSpokenPunctuation
getter/setter pair

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

core.bool? enableSpokenPunctuation;