Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

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 c67ad09 commit e1c5a54
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 43 deletions.
2 changes: 1 addition & 1 deletion docs/_static/custom.css
@@ -1,4 +1,4 @@
div#python2-eol {
border-color: red;
border-width: medium;
}
}
1 change: 1 addition & 0 deletions docs/_templates/layout.html
@@ -1,3 +1,4 @@

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

0 comments on commit e1c5a54

Please sign in to comment.