@@ -1438,7 +1438,7 @@ public static void detectDocumentsGcs(String gcsSourcePath, String gcsDestinatio
1438
1438
}
1439
1439
// [END vision_text_detection_pdf_gcs]
1440
1440
1441
- // [START vision_localize_objects ]
1441
+ // [START vision_localize_objects_beta ]
1442
1442
/**
1443
1443
* Detects localized objects in the specified local image.
1444
1444
*
@@ -1480,9 +1480,9 @@ public static void detectLocalizedObjects(String filePath, PrintStream out)
1480
1480
}
1481
1481
}
1482
1482
}
1483
- // [END vision_localize_objects ]
1483
+ // [END vision_localize_objects_beta ]
1484
1484
1485
- // [START vision_localize_objects_gcs ]
1485
+ // [START vision_localize_objects_gcs_beta ]
1486
1486
/**
1487
1487
* Detects localized objects in a remote image on Google Cloud Storage.
1488
1488
*
@@ -1525,9 +1525,9 @@ public static void detectLocalizedObjectsGcs(String gcsPath, PrintStream out)
1525
1525
}
1526
1526
}
1527
1527
}
1528
- // [END vision_localize_objects_gcs ]
1528
+ // [END vision_localize_objects_gcs_beta ]
1529
1529
1530
- // [START vision_handwritten_ocr ]
1530
+ // [START vision_handwritten_ocr_beta ]
1531
1531
/**
1532
1532
* Performs handwritten text detection on a local image file.
1533
1533
*
@@ -1598,9 +1598,9 @@ public static void detectHandwrittenOcr(String filePath, PrintStream out) throws
1598
1598
}
1599
1599
}
1600
1600
}
1601
- // [END vision_handwritten_ocr ]
1601
+ // [END vision_handwritten_ocr_beta ]
1602
1602
1603
- // [START vision_handwritten_ocr_gcs ]
1603
+ // [START vision_handwritten_ocr_gcs_beta ]
1604
1604
/**
1605
1605
* Performs handwritten text detection on a remote image on Google Cloud Storage.
1606
1606
*
@@ -1672,5 +1672,5 @@ public static void detectHandwrittenOcrGcs(String gcsPath, PrintStream out) thro
1672
1672
}
1673
1673
}
1674
1674
}
1675
- // [END vision_handwritten_ocr_gcs ]
1675
+ // [END vision_handwritten_ocr_gcs_beta ]
1676
1676
}
0 commit comments