Google Vision Commands

◷ Reading Time: 3 minutes

Google Authenticate

Authenticate with Google vision API in order to run the rest of the commands.

Properties

Json Key: Goole cloud authentication key.
Copy Credential To: Name of the parameter that holds the authentication result.
Authentication type: Current version supports the Service-account option only.
Enforce Validation: To validate the specified JSON key.

Image Annotate

Detect Logos/Labels/Landmarks/Texts from nominated images based on the selected detection method.

Properties

Image Path: Image Uri (file path Or web URL path).
Detection: Choose the detection option on what result you are after, from the combo box.
Credential: The credential generated on the Google Authenticate command.
Copy Result To: Object name to store results based on the selected image and detection method.

Find web pages that have the same image as the selected one.

Properties

Image Path: Image Uri (file path Or web URL path).
Credential: The credential generated on the Google Authenticate command.
Copy Result To: Object name to store results based on the selected image.

Face Detect

Detect faces from nominated images and return bounding data for each of them.

Properties

Image Path: Image Uri (file path Or web URL path).
Credential: The credential generated on the Google Authenticate command.
Copy Result To: Object name to store results based on the selected image.

Object Detect

Detect objects from nominated images and return information for each of them.

Properties

Image Path: Image Uri (file path Or web URL path).
Credential: The credential generated on the Google Authenticate command.
Copy Result To: Object name to store results based on the selected image.

Document Text Detect

Detect and extract texts from the nominated image and return them as pages/paragraphs/words.

Properties

Image Path: Image Uri (file path Or web URL path).
Credential: The credential generated on the Google Authenticate command.
Copy Result To: Object name to store results based on the selected image.
Updated on February 13, 2023

Was this article helpful?

Related Articles