Skip to content

Commit

Permalink
Udpate Beta Vision samples to use beta tags (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
alixhami authored Aug 16, 2018
1 parent a6aab26 commit a73dd58
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ public static void detectDocumentsGcs(String gcsSourcePath, String gcsDestinatio
}
// [END vision_text_detection_pdf_gcs]

// [START vision_localize_objects]
// [START vision_localize_objects_beta]
/**
* Detects localized objects in the specified local image.
*
Expand Down Expand Up @@ -1480,9 +1480,9 @@ public static void detectLocalizedObjects(String filePath, PrintStream out)
}
}
}
// [END vision_localize_objects]
// [END vision_localize_objects_beta]

// [START vision_localize_objects_gcs]
// [START vision_localize_objects_gcs_beta]
/**
* Detects localized objects in a remote image on Google Cloud Storage.
*
Expand Down Expand Up @@ -1525,9 +1525,9 @@ public static void detectLocalizedObjectsGcs(String gcsPath, PrintStream out)
}
}
}
// [END vision_localize_objects_gcs]
// [END vision_localize_objects_gcs_beta]

// [START vision_handwritten_ocr]
// [START vision_handwritten_ocr_beta]
/**
* Performs handwritten text detection on a local image file.
*
Expand Down Expand Up @@ -1598,9 +1598,9 @@ public static void detectHandwrittenOcr(String filePath, PrintStream out) throws
}
}
}
// [END vision_handwritten_ocr]
// [END vision_handwritten_ocr_beta]

// [START vision_handwritten_ocr_gcs]
// [START vision_handwritten_ocr_gcs_beta]
/**
* Performs handwritten text detection on a remote image on Google Cloud Storage.
*
Expand Down Expand Up @@ -1672,5 +1672,5 @@ public static void detectHandwrittenOcrGcs(String gcsPath, PrintStream out) thro
}
}
}
// [END vision_handwritten_ocr_gcs]
// [END vision_handwritten_ocr_gcs_beta]
}

0 comments on commit a73dd58

Please sign in to comment.