Skip to content

Commit 600da4b

Browse files
yoshi-automationsduskis
authored andcommitted
Regenerate speech client (#5419)
1 parent a9d83c8 commit 600da4b

4 files changed

Lines changed: 96 additions & 5 deletions

File tree

google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/SpeechContext.java

Lines changed: 65 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/SpeechContextOrBuilder.java

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/proto/google/cloud/speech/v1p1beta1/cloud_speech.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,12 @@ message SpeechContext {
515515
// specific commands are typically spoken by the user. This can also be used
516516
// to add additional words to the vocabulary of the recognizer. See
517517
// [usage limits](/speech-to-text/quotas#content).
518+
//
519+
// List items can also be set to classes for groups of words that represent
520+
// common concepts that occur in natural language. For example, rather than
521+
// providing phrase hints for every month of the year, using the $MONTH class
522+
// improves the likelihood of correctly transcribing audio that includes
523+
// months.
518524
repeated string phrases = 1;
519525

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

google-cloud-clients/google-cloud-speech/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-05-23T07:54:51.270554Z",
2+
"updateTime": "2019-06-05T17:58:37.726940Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.20.0",
8-
"dockerImage": "googleapis/artman@sha256:3246adac900f4bdbd62920e80de2e5877380e44036b3feae13667ec255ebf5ec"
7+
"version": "0.22.0",
8+
"dockerImage": "googleapis/artman@sha256:72f6287a42490bfe1609aed491f29411af21df3f744199fe8bb8d276c1fdf419"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "f792303254ea54442d03ca470ffb38930bda7806",
16-
"internalRef": "249516437"
15+
"sha": "47c142a7cecc6efc9f6f8af804b8be55392b795b",
16+
"internalRef": "251635729"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)