Skip to content

Commit 502cc0e

Browse files
committed
update beta tags to standard
1 parent b7a783e commit 502cc0e

File tree

1 file changed

+4
-4
lines changed
  • vision/beta/cloud-client/src/main/java/com/example/vision

1 file changed

+4
-4
lines changed

vision/beta/cloud-client/src/main/java/com/example/vision/Detect.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ public static void detectLocalizedObjects(String filePath, PrintStream out)
14821482
}
14831483
// [END vision_localize_objects]
14841484

1485-
// [START vision_localize_objects_uri]
1485+
// [START vision_localize_objects_gcs]
14861486
/**
14871487
* Detects localized objects in a remote image on Google Cloud Storage.
14881488
*
@@ -1525,7 +1525,7 @@ public static void detectLocalizedObjectsGcs(String gcsPath, PrintStream out)
15251525
}
15261526
}
15271527
}
1528-
// [END vision_localize_objects_uri]
1528+
// [END vision_localize_objects_gcs]
15291529

15301530
// [START vision_handwritten_ocr]
15311531
/**
@@ -1600,7 +1600,7 @@ public static void detectHandwrittenOcr(String filePath, PrintStream out) throws
16001600
}
16011601
// [END vision_handwritten_ocr]
16021602

1603-
// [START vision_handwritten_ocr_uri]
1603+
// [START vision_handwritten_ocr_gcs]
16041604
/**
16051605
* Performs handwritten text detection on a remote image on Google Cloud Storage.
16061606
*
@@ -1672,5 +1672,5 @@ public static void detectHandwrittenOcrGcs(String gcsPath, PrintStream out) thro
16721672
}
16731673
}
16741674
}
1675-
// [END vision_handwritten_ocr_uri]
1675+
// [END vision_handwritten_ocr_gcs]
16761676
}

0 commit comments

Comments
 (0)