Googleapis Vision
googleapis-vision is a generated connector for the Google Cloud Vision API, which analyzes images for labels, text, faces, objects, and visual content metadata.
- Base URL:
https://vision.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
vision_files_annotate— POST /v1p1beta1/files:annotate — Service that performs image detection and annotation for a batch of files. Now ovision_files_asyncbatchannotate— POST /v1p1beta1/files:asyncBatchAnnotate — Run asynchronous image detection and annotation for a list of generic files, sucvision_images_annotate— POST /v1p1beta1/images:annotate — Run image detection and annotation for a batch of images.vision_images_asyncbatchannotate— POST /v1p1beta1/images:asyncBatchAnnotate — Run asynchronous image detection and annotation for a list of images. Progress avision_projects_locations_files_annotate— POST /v1p1beta1/{parent}/files:annotate — Service that performs image detection and annotation for a batch of files. Now ovision_projects_locations_files_asyncbatchannota— POST /v1p1beta1/{parent}/files:asyncBatchAnnotate — Run asynchronous image detection and annotation for a list of generic files, suc
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: vision_files_annotate
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: vision_files_annotate, vision_files_asyncbatchannotate, vision_images_annotate, vision_images_asyncbatchannotate, vision_projects_locations_files_annotate, vision_projects_locations_files_asyncbatchannota |
parent |
string | no | — | Path parameter parent (required by some operations). |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |