Skip to content

Commit

Permalink
Remove unused "imports" region tag from v1p1beta1 sample (googleapis#13)
Browse files Browse the repository at this point in the history
We decided this isn't necessary and are in-lining this 1 LOC in the docs
  • Loading branch information
beccasaurus authored and alexander-fenster committed Jan 11, 2018
1 parent 0e56e09 commit 8457bb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/detect.v1p1beta1.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@

function detectFulltext(fileName) {
// [START vision_detect_document]
// [START imports]
// Imports the Google Cloud client libraries
const vision = require('@google-cloud/vision').v1p1beta1;
// [END imports]

// Creates a client
const client = new vision.ImageAnnotatorClient();
Expand Down

0 comments on commit 8457bb8

Please sign in to comment.