fix: Restore deleted field to avoid a breaking change.

PiperOrigin-RevId: 279760458
This commit is contained in:
Google APIs 2019-11-11 10:05:19 -08:00 committed by Copybara-Service
parent ed13a73f30
commit eafaf30b7a
1 changed files with 4 additions and 0 deletions

View File

@ -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.