Google Vision AI
Google Vision AI Pack.#
This Integration is part of theImage processing with Google Vision API
#
Configure Google Vision AI on Cortex XSOARNavigate to Settings > Integrations > Servers & Services.
Search for Google Vision AI.
Click Add instance to create and configure a new integration instance.
Parameter Required Google service account JSON (a credentials JSON generated from Google API Manager or from GCP console) True Use system proxy settings False Trust any certificate (not secure) False Click Test to validate the URLs, token, and connection.
#
CommandsYou can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
google-vision-detect-logosDetects brand logos in the given image.
#
Base Commandgoogle-vision-detect-logos
#
InputArgument Name | Description | Required |
---|---|---|
entry_id | The entry ID of the image to process. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
GoogleVisionAPI.Logo.Description | Unknown | The logo description provided by the Google Vision API. |
GoogleVisionAPI.Logo.MID | Unknown | The unique logo MID provided by the Google Vision API. |
GoogleVisionAPI.Logo.Score | Unknown | The certainty score provided by the Google Vision API. |