Quickstart
Before you begin
If you haven't done so already, set up your project and create a Google Cloud Storage bucket, as explained below.
Set up your project
- In the Cloud Platform Console, go to the Projects page and select or create a new project.
- Enable billing for your project.
- Enable the Cloud Vision API.
You do not need to get credentials after enabling the API.
Create a Cloud Storage bucket
- In the Cloud Platform Console, go to the Cloud Storage browser.
- Click Create bucket.
- In the Create bucket dialog, specify the following attributes:
- Name: A unique bucket name. Do not include sensitive information in the bucket name, as the bucket namespace is global and publicly visible.
- Storage class: Standard
- A location where bucket data will be stored.
- Click Create.
Make a request to the Cloud Vision API service
- Download
demo-image.jpg
. (You may need to right-click the link.) - Open the Cloud Platform Console Storage Browser, select a bucket, then click UPLOAD FILES and select theThis is the image file that you just uploaded:
demo-image.jpg
file to upload from your local machine to your Cloud Storage bucket. - After the file is uploaded and listed in the Cloud Storage Browser, share the image publicly by clicking the
Public link
box in the right column of the listing. - Complete the interactive API Explorer template, below, by replacing
bucket
in thesource→gcsImageUri
field with the name of the Cloud Storage bucket where you uploaded thedemo-image.jpg
file. - Click Execute without OAuth to send the request to the service (you may have to click twice). After less than one second (typically), the JSON response appears above.
Congratulations! You've made your first
images.annotate
request to the Cloud Vision API service.Clean up
To avoid unnecessary Google Cloud Platform charges, use the Cloud Platform Console to delete your Cloud Storage bucket (and your project) if you do not need them.
No hay comentarios:
Publicar un comentario