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 f6d6771 commit 484fb4c
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 43 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
div#python2-eol {
border-color: red;
border-width: medium;
}
}
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
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 484fb4c

Please sign in to comment.