Skip to content

Commit b82ec68

Browse files
yoshi-automationbusunkim96
authored andcommitted
fix(speech): re-add unused speaker_tag; update spacing in docs templates (via synth) (#9765)
1 parent 3a5bcac commit b82ec68

File tree

5 files changed

+69
-43
lines changed

5 files changed

+69
-43
lines changed

speech/docs/_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
div#python2-eol {
22
border-color: red;
33
border-width: medium;
4-
}
4+
}

speech/docs/_templates/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{% extends "!layout.html" %}
23
{%- block content %}
34
{%- if theme_fixed_sidebar|lower == 'true' %}

speech/google/cloud/speech_v1/proto/cloud_speech.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,10 @@ message SpeakerDiarizationConfig {
366366
// flexibility by allowing the system to automatically determine the correct
367367
// number of speakers. If not set, the default value is 6.
368368
int32 max_speaker_count = 3;
369+
370+
// Unused.
371+
int32 speaker_tag = 5
372+
[(google.api.field_behavior) = OUTPUT_ONLY, deprecated = true];
369373
}
370374

371375
// Description of audio data to be recognized.

0 commit comments

Comments
 (0)