Skip to content

Commit 9ff7626

Browse files
remove instantation from examples
1 parent d674b45 commit 9ff7626

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

packages/vision/src/helpers.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ module.exports = apiVersion => {
127127
* API call.
128128
*
129129
* @example
130-
* var vision = require('@google-cloud/vision')();
131130
* var request = {
132131
* image: {source: {imageUri: 'gs://path/to/image.jpg'}},
133132
* features: [],
@@ -213,7 +212,6 @@ module.exports = apiVersion => {
213212
* API call.
214213
*
215214
* @example
216-
* var vision = require('@google-cloud/vision')();
217215
* var image = {
218216
* source: {imageUri: 'gs://path/to/image.jpg'}
219217
* };
@@ -254,7 +252,6 @@ module.exports = apiVersion => {
254252
* API call.
255253
*
256254
* @example
257-
* var vision = require('@google-cloud/vision')();
258255
* var image = {
259256
* source: {imageUri: 'gs://path/to/image.jpg'}
260257
* };
@@ -295,7 +292,6 @@ module.exports = apiVersion => {
295292
* API call.
296293
*
297294
* @example
298-
* var vision = require('@google-cloud/vision')();
299295
* var image = {
300296
* source: {imageUri: 'gs://path/to/image.jpg'}
301297
* };
@@ -336,7 +332,6 @@ module.exports = apiVersion => {
336332
* API call.
337333
*
338334
* @example
339-
* var vision = require('@google-cloud/vision')();
340335
* var image = {
341336
* source: {imageUri: 'gs://path/to/image.jpg'}
342337
* };
@@ -377,7 +372,6 @@ module.exports = apiVersion => {
377372
* API call.
378373
*
379374
* @example
380-
* var vision = require('@google-cloud/vision')();
381375
* var image = {
382376
* source: {imageUri: 'gs://path/to/image.jpg'}
383377
* };
@@ -418,7 +412,6 @@ module.exports = apiVersion => {
418412
* API call.
419413
*
420414
* @example
421-
* var vision = require('@google-cloud/vision')();
422415
* var image = {
423416
* source: {imageUri: 'gs://path/to/image.jpg'}
424417
* };
@@ -459,7 +452,6 @@ module.exports = apiVersion => {
459452
* API call.
460453
*
461454
* @example
462-
* var vision = require('@google-cloud/vision')();
463455
* var image = {
464456
* source: {imageUri: 'gs://path/to/image.jpg'}
465457
* };
@@ -500,7 +492,6 @@ module.exports = apiVersion => {
500492
* API call.
501493
*
502494
* @example
503-
* var vision = require('@google-cloud/vision')();
504495
* var image = {
505496
* source: {imageUri: 'gs://path/to/image.jpg'}
506497
* };
@@ -541,7 +532,6 @@ module.exports = apiVersion => {
541532
* API call.
542533
*
543534
* @example
544-
* var vision = require('@google-cloud/vision')();
545535
* var image = {
546536
* source: {imageUri: 'gs://path/to/image.jpg'}
547537
* };
@@ -582,7 +572,6 @@ module.exports = apiVersion => {
582572
* API call.
583573
*
584574
* @example
585-
* var vision = require('@google-cloud/vision')();
586575
* var image = {
587576
* source: {imageUri: 'gs://path/to/image.jpg'}
588577
* };

0 commit comments

Comments
 (0)