Synchronize new proto/yaml changes.

PiperOrigin-RevId: 190265890
This commit is contained in:
Google APIs 2018-03-23 13:27:56 -07:00 committed by Copybara-Service
parent e8cf0865b2
commit f81082ea1e
1 changed files with 9 additions and 0 deletions

View File

@ -242,6 +242,15 @@ message RecognitionConfig {
// `false`.
bool enable_word_time_offsets = 8;
// *Optional* 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.
// NOTE: "This is currently offered as an experimental service, complimentary
// to all users. In the future this may be exclusively available as a
// premium feature."
bool enable_automatic_punctuation = 11;
// *Optional* Metadata regarding this request.
RecognitionMetadata metadata = 9;