You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,6 +32,57 @@ Before running the samples, make sure you've followed the steps outlined in
29
32
30
33
31
34
35
+
### Async-batch-annotate-images
36
+
37
+
View the [source code](https://github.com/googleapis/nodejs-vision/blob/master/samples/async-batch-annotate-images.js).
38
+
39
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-vision&page=editor&open_in_editor=samples/async-batch-annotate-images.js,samples/README.md)
40
+
41
+
__Usage:__
42
+
43
+
44
+
`node async-batch-annotate-images.js`
45
+
46
+
47
+
-----
48
+
49
+
50
+
51
+
52
+
### Batch-annotate-files-gcs
53
+
54
+
View the [source code](https://github.com/googleapis/nodejs-vision/blob/master/samples/batch-annotate-files-gcs.js).
55
+
56
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-vision&page=editor&open_in_editor=samples/batch-annotate-files-gcs.js,samples/README.md)
57
+
58
+
__Usage:__
59
+
60
+
61
+
`node batch-annotate-files-gcs.js`
62
+
63
+
64
+
-----
65
+
66
+
67
+
68
+
69
+
### Batch-annotate-files
70
+
71
+
View the [source code](https://github.com/googleapis/nodejs-vision/blob/master/samples/batch-annotate-files.js).
72
+
73
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-vision&page=editor&open_in_editor=samples/batch-annotate-files.js,samples/README.md)
74
+
75
+
__Usage:__
76
+
77
+
78
+
`node batch-annotate-files.js`
79
+
80
+
81
+
-----
82
+
83
+
84
+
85
+
32
86
### Detect
33
87
34
88
View the [source code](https://github.com/googleapis/nodejs-vision/blob/master/samples/detect.js).
0 commit comments