Skip to content
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

Update videointelligence v1beta1 client #2524

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Doc nits
  • Loading branch information
evaogbe authored and stephenplusplus committed Aug 15, 2017
commit eb2bd8142aa30066bc471ace192b3a4f44ff4a57
6 changes: 4 additions & 2 deletions packages/video-intelligence/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
/*!

This comment was marked as spam.

* @module video-intelligence
*/

'use strict';

var extend = require('extend');
Expand All @@ -28,16 +29,17 @@ var gaxGrpc = require('google-gax').grpc();
const VERSION = require('../package.json').version;

/**
* Create an videoIntelligenceServiceClient with additional helpers for common
* Create a videoIntelligenceServiceClient with additional helpers for common
* tasks.
*
* Service that implements Google Cloud Video Intelligence API.
* Use this service to interact with the Google Cloud Video Intelligence API.
*
* @param {object=} options - [Configuration object](#/docs).
* @param {number=} options.port - The port on which to connect to
* the remote host.
* @param {string=} options.servicePath - The domain name of the
* API remote host.
* @resource [Cloud Video Intelligence](https://cloud.google.com/video-intelligence)
*/
function videoIntelligenceV1beta1(options) {
// Define the header options.
Expand Down