-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speech partial veneer #2459
Speech partial veneer #2459
Conversation
exposing the auto-gen surface, with some manual glue code. See googleapis#2421 for the details. This PR is the canonical one instead in order to decouple it from Vision (which I based the previous branch off of).
packages/speech/package.json
Outdated
"name": "@google-cloud/speech", | ||
"version": "0.9.4", | ||
"version": "0.10.0", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/speech/package.json
Outdated
"proxyquire": "^1.7.10", | ||
"tmp": "^0.0.31", | ||
"uuid": "^3.0.1" | ||
"intelli-espower-loader": "^1.0.1", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/speech/package.json
Outdated
"uuid": "^3.0.1" | ||
"intelli-espower-loader": "^1.0.1", | ||
"mocha": "^3.2.0", | ||
"nyc": "^10.3.0", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/speech/src/helpers.js
Outdated
|
||
requestStream, | ||
|
||
// Pass through the results. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/speech/src/helpers.js
Outdated
* | ||
* @example | ||
* | ||
* var client = require('@google-cloud/speech')(); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
* onto the pure GAPIC. | ||
*/ | ||
module.exports = () => { | ||
var methods = {}; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This commit adds the Speech "partial Veneer", which shifts us to mostly exposing the auto-gen surface, with some manual glue code.
This commit adds the Speech "partial Veneer", which shifts us to mostly exposing the auto-gen surface, with some manual glue code.
Supercedes #2421.