Skip to content

Computer Vision Image Analysis Activity

The Computer Vision Image Analysis activity enables the extraction of diverse visual features from images, including object detection, brand identification, and facial recognition. It integrates with Microsoft Cognitive Services to provide automated image processing and metadata generation for RPA workflows.

Field Description Requirement
Ocp Apim Subscription Key The unique API key provided by Microsoft Computer Vision services for authentication. Required
Endpoint The specific Microsoft Computer Vision API URL endpoint for the service instance. Required
Image Url The publicly accessible URL address of the image file to be analyzed. Required
Response variable name The name of the variable designated to store the HTTP response data. Required

Action Types & Examples

Image Analysis

  • Format: string (JSON)
  • Example Result: "{"categories":[],"adult":{"isAdultContent":false,"isRacyContent":false},"requestId":"54c5efdc66"}"

Implementation Examples

Field Setup - Ocp Apim Subscription Key: 2dfc034684a3434fb3270534c5efdc66 - Endpoint: https://yourapiurl.cognitiveservices.azure.com/

Execution Parameters - Image Url: http://example.com/images/test.jpg - Response variable name: getResponse

Technical Notes

This activity requires a valid Microsoft Azure subscription and a provisioned Computer Vision resource. The Image URL must be a direct link to a supported image format (JPEG, PNG, GIF, or BMP) and must be accessible via the public internet for the Microsoft API to process the request.