Skip to content

Commit

Permalink
Tweak 'SpeechContext' docstring (via synth). (#8223)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and tseaver committed Jun 5, 2019
1 parent b0edd87 commit 28cebca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,12 @@ message SpeechContext {
// specific commands are typically spoken by the user. This can also be used
// to add additional words to the vocabulary of the recognizer. See
// [usage limits](/speech-to-text/quotas#content).
//
// List items can also be set to classes for groups of words that represent
// common concepts that occur in natural language. For example, rather than
// providing phrase hints for every month of the year, using the $MONTH class
// improves the likelihood of correctly transcribing audio that includes
// months.
repeated string phrases = 1;

// Hint Boost. Positive value will increase the probability that a specific
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/google-cloud-speech/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-05-25T12:32:13.080853Z",
"updateTime": "2019-06-05T12:29:07.567477Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.21.0",
"dockerImage": "googleapis/artman@sha256:28d4271586772b275cd3bc95cb46bd227a24d3c9048de45dccdb7f3afb0bfba9"
"version": "0.23.1",
"dockerImage": "googleapis/artman@sha256:9d5cae1454da64ac3a87028f8ef486b04889e351c83bb95e83b8fab3959faed0"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "7ca19138ccebe219a67be2245200e821b3e32123",
"internalRef": "249916728"
"sha": "4f3516a6f96dac182973a3573ff5117e8e4f76c7",
"internalRef": "251559960"
}
},
{
Expand Down

0 comments on commit 28cebca

Please sign in to comment.