Skip to content

Commit bf5f1bf

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 30557 b: refs/heads/autosynth-automl c: 600da4b h: refs/heads/master i: 30555: 2ea3911
1 parent bd6eaa1 commit bf5f1bf

5 files changed

Lines changed: 97 additions & 6 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
122122
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
123123
refs/heads/autosynth-asset: bdb45634a0fe8f7a510692b56b31f5312e25f453
124-
refs/heads/autosynth-automl: a9d83c89f9e773f11fae18ba6c3175b2747528ae
124+
refs/heads/autosynth-automl: 600da4b1402802961e9762dd7350da3580013cd0
125125
refs/heads/autosynth-bigquerydatatransfer: d88aa5aae5fd9d3c6d75bbab1a05162c6d4d948f
126126
refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127127
refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58

branches/autosynth-automl/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.

branches/autosynth-automl/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.

branches/autosynth-automl/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

branches/autosynth-automl/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)