From eafaf30b7a3af0bc72f323fe6a6827327d3cad75 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 11 Nov 2019 10:05:19 -0800 Subject: [PATCH] fix: Restore deleted field to avoid a breaking change. PiperOrigin-RevId: 279760458 --- google/cloud/speech/v1/cloud_speech.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/google/cloud/speech/v1/cloud_speech.proto b/google/cloud/speech/v1/cloud_speech.proto index 9553510a..f343fa21 100644 --- a/google/cloud/speech/v1/cloud_speech.proto +++ b/google/cloud/speech/v1/cloud_speech.proto @@ -366,6 +366,10 @@ message SpeakerDiarizationConfig { // flexibility by allowing the system to automatically determine the correct // number of speakers. If not set, the default value is 6. int32 max_speaker_count = 3; + + // Unused. + int32 speaker_tag = 5 + [(google.api.field_behavior) = OUTPUT_ONLY, deprecated = true]; } // Description of audio data to be recognized.