Skip to content

Commit

Permalink
fix(speech): re-add unused speaker_tag; update spacing in docs templa…
Browse files Browse the repository at this point in the history
…tes (via synth) (#9765)
  • Loading branch information
yoshi-automation authored and busunkim96 committed Nov 12, 2019
1 parent 3a5bcac commit b82ec68
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 43 deletions.
2 changes: 1 addition & 1 deletion speech/docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
div#python2-eol {
border-color: red;
border-width: medium;
}
}
1 change: 1 addition & 0 deletions speech/docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

{% extends "!layout.html" %}
{%- block content %}
{%- if theme_fixed_sidebar|lower == 'true' %}
Expand Down
4 changes: 4 additions & 0 deletions speech/google/cloud/speech_v1/proto/cloud_speech.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading

0 comments on commit b82ec68

Please sign in to comment.