category: Data Enrichment & Threat Intelligence provider: Google sectionorder: - Connect - Collect commonfields: id: Google Vision AI version: -1 configuration: - display: Google service account JSON (a credentials JSON generated from Google API Manager or from GCP console) name: auth_json type: 4 hidden: true required: false section: Connect - name: auth_json_creds type: 9 displaypassword: Google service account JSON (a credentials JSON generated from Google API Manager or from GCP console) hiddenusername: true required: false section: Connect - display: Use system proxy settings name: proxy type: 8 required: false section: Connect - display: Trust any certificate (not secure) name: insecure type: 8 section: Connect required: false description: Image processing with Google Vision API. display: Google Vision AI name: Google Vision AI script: commands: - arguments: - description: The entry ID of the image to process. isArray: true name: entry_id required: true description: Detects brand logos in the given image. name: google-vision-detect-logos outputs: - contextPath: GoogleVisionAPI.Logo.Description description: The logo description provided by the Google Vision API. type: Unknown - contextPath: GoogleVisionAPI.Logo.MID description: The unique logo MID provided by the Google Vision API. type: Unknown - contextPath: GoogleVisionAPI.Logo.Score description: The certainty score provided by the Google Vision API. type: Unknown dockerimage: demisto/google-vision-api:1.0.0.10262473 runonce: false script: '-' type: python subtype: python3 fromversion: 5.0.0 tests: - No tests (auto formatted)