Skip to content

Commit

Permalink
Update sample region tags (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
beccasaurus authored and Ace Nassri committed May 21, 2018
1 parent 5ca43e2 commit cbec9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-videointelligence/samples/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

'use strict';

// [START videointelligence_quickstart]
// [START video_quickstart]
// Imports the Google Cloud Video Intelligence library
const videoIntelligence = require('@google-cloud/video-intelligence');

Expand Down Expand Up @@ -77,4 +77,4 @@ client
.catch(err => {
console.error('ERROR:', err);
});
// [END videointelligence_quickstart]
// [END video_quickstart]

0 comments on commit cbec9df

Please sign in to comment.