Skip to content

Commit 48a8ce2

Browse files
committed
Fixed region tag.
1 parent f7d43c3 commit 48a8ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/detect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function detectLabelsGCS (bucketName, fileName) {
131131
.catch((err) => {
132132
console.error('ERROR:', err);
133133
});
134-
// [END vision_label_detection]
134+
// [END vision_label_detection_gcs]
135135
}
136136

137137
function detectLandmarks (fileName) {

0 commit comments

Comments
 (0)