Object recognition
Object recognition activity can detect and extract multiple object with object localization. Object localization identifies multiple objects in an image and provides a LocalizedObjectAnnotation for each object in the image. Each LocalizedObjectAnnotation identifies information about the object, the position of the object, and rectangular bounds for the region of the image that contains the object.
You can find detailed information and documentation about Google Cloud Vision dedect multiple objects features.
| *Api key | Google Cloud Vision API Key |
| *Image path/url | Image Google Cloud Storage url |
| *Base64 | Image file’s Base64 String |
| *Response variable name | Variable name to store the http response |
Note: You can either use Image path/url or Base64 field in your process.
Api key example
You can use the Api key as shown in the example.
bb3c53c6-8515-4e34-97c8-8281de60972d
Image path/url example
You can use the Image path/url as shown in the example.
gs://cloud-samples-data/vision/ocr/sampleimage.jpg
Base64 example
You can use the Base64 as shown in the example.
/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUF……………./58x/8BX+R/9k=
Response variable name example
You can use the Response variable name fileas shown in the example.
getRespone