Skip to content

Commit 68105af

Browse files
beccasaurusalexander-fenster
authored andcommitted
Remove unused "imports" region tag from v1p1beta1 sample (#13)
We decided this isn't necessary and are in-lining this 1 LOC in the docs
1 parent 86b3477 commit 68105af

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

vision/samples/detect.v1p1beta1.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717

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

2523
// Creates a client
2624
const client = new vision.ImageAnnotatorClient();

0 commit comments

Comments
 (0)