Skip to content

Commit dacb725

Browse files
fix(deps): require google-gax v2.12.0 (#740)
1 parent ea70175 commit dacb725

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/google-cloud-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@google-cloud/common": "^3.0.0",
5252
"@types/pumpify": "^1.4.1",
53-
"google-gax": "^2.9.2",
53+
"google-gax": "^2.12.0",
5454
"protobufjs": "^6.8.6",
5555
"pumpify": "^2.0.0",
5656
"stream-events": "^1.0.4",

packages/google-cloud-node/samples/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,16 @@ __Usage:__
199199

200200
### Transcribe Context Classes
201201

202+
Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
203+
202204
View the [source code](https://github.com/googleapis/nodejs-speech/blob/master/samples/transcribeContextClasses.js).
203205

204206
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-speech&page=editor&open_in_editor=samples/transcribeContextClasses.js,samples/README.md)
205207

206208
__Usage:__
207209

208210

209-
`node samples/transcribeContextClasses.js`
211+
`node samples/transcribeContextClasses.js <storageUri>`
210212

211213

212214

0 commit comments

Comments
 (0)