-
Notifications
You must be signed in to change notification settings - Fork 604
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
Video Intelligence (GAPIC only) #2318
Conversation
{ | ||
"url": "https://github.com/googleapis/googleapis", | ||
"name": "@google-cloud/video-intelligence", | ||
"version": "0.1.0", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
"node": ">=4.0.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -0,0 +1,55 @@ | |||
/* | |||
* Copyright 2016 Google Inc. All rights reserved. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
'use strict'; | ||
|
||
var gapic = { | ||
v1beta1: require('./v1beta1'), |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
||
|
||
/** | ||
* Create an imageAnnotatorClient with additional helpers for common |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
* Create an imageAnnotatorClient with additional helpers for common | ||
* tasks. | ||
* | ||
* @param {Object=} opts - The optional parameters. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -0,0 +1,27 @@ | |||
{ | |||
"url": "https://github.com/googleapis/googleapis", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
module.exports = videointelligenceV1beta1; | ||
module.exports.v1beta1 = videointelligenceV1beta1; | ||
module.exports = VideoIntelligence; | ||
module.exports.v1beta1 = v1beta1; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
* The domain name of the API remote host. | ||
* @param {number=} opts.port | ||
* The port on which to connect to the remote host. | ||
* @param {grpc.ClientCredentials=} opts.sslCreds |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@lukesneeringer PTAL and feel free to merge. That will be my |
This is the video intelligence (GAPIC only) release for Node.js.