fix: Restore deleted field to avoid a breaking change.
PiperOrigin-RevId: 279760458
This commit is contained in:
parent
ed13a73f30
commit
eafaf30b7a
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue