Skip to content

Commit d94ee76

Browse files
nnegreychingor13
authored andcommitted
samples: fix: region tag (#2312)
1 parent c7d3878 commit d94ee76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vision/snippets/src/main/java/com/example/vision/BatchAnnotateFilesGcs.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.example.vision;
1818

19-
// [START vision_batch_annotate_files]
19+
// [START vision_batch_annotate_files_gcs]
2020
import com.google.cloud.vision.v1.AnnotateFileRequest;
2121
import com.google.cloud.vision.v1.AnnotateImageResponse;
2222
import com.google.cloud.vision.v1.BatchAnnotateFilesRequest;
@@ -107,4 +107,4 @@ public static void batchAnnotateFilesGcs(String gcsUri) throws IOException {
107107
}
108108
}
109109
}
110-
// [END vision_batch_annotate_files]
110+
// [END vision_batch_annotate_files_gcs]

0 commit comments

Comments
 (0)