Skip to content

Commit

Permalink
fix(deps): require google-gax v2.12.0 (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored May 7, 2021
1 parent 384c733 commit c864f6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-speech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@google-cloud/common": "^3.0.0",
"@types/pumpify": "^1.4.1",
"google-gax": "^2.9.2",
"google-gax": "^2.12.0",
"protobufjs": "^6.8.6",
"pumpify": "^2.0.0",
"stream-events": "^1.0.4",
Expand Down
4 changes: 3 additions & 1 deletion packages/google-cloud-speech/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,16 @@ __Usage:__

### Transcribe Context Classes

Provides "hints" to the speech recognizer to favor specific words and phrases in the results.

View the [source code](https://github.com/googleapis/nodejs-speech/blob/master/samples/transcribeContextClasses.js).

[![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)

__Usage:__


`node samples/transcribeContextClasses.js`
`node samples/transcribeContextClasses.js <storageUri>`



Expand Down

0 comments on commit c864f6d

Please sign in to comment.