- Overview
- Adobe Sign
- Alteryx
- Amazon Comprehend
- Amazon Connect
- Amazon Rekognition
- Amazon Textract
- Box
- Release notes
- About the Box activity package
- Fix XAML After Package Update
- Project compatibility
- Setup
- Technical references
- Box Scope
- Commit Session
- Create File Version Session
- Create Upload Session
- Upload Part
- Delete Old Version
- Get Versions
- Promote Version
- Upload File Version
- Copy File
- Delete File
- Download File
- Get File Comments
- Get File Info
- Get File Info Details
- Get File Lock Info
- Lock File
- Move File
- Unlock File
- Upload File
- Copy Folder
- Create Folder
- Delete Folder
- Get Folder Info
- Get Folder Items
- Rename Folder
- Search For Content
- Execute Method
- Cognitive
- DocuSign
- Release notes
- About the DocuSign activity package
- Project compatibility
- Setup
- DocuSign Scope
- Invoke DocuSign Operation
- Create Envelope
- Create Envelope And Send
- Create Envelope From Template
- Create Envelope Recipients
- Get Document
- Get Documents
- Get Envelope
- Get Form Data
- Send Envelope
- Update Envelope
- List Attachments
- List Custom Fields
- List Documents
- List Envelope Status Changes
- List Recipients
- Create Bulk Send List
- Create Bulk Send Request
- Get Bulk Send List
- Get Bulk Send Lists
- Create Template Custom Fields
- Create Template Recipients
- Get Template
- List Templates
- Google Vision
- Jira
- Release notes
- About the Jira activity package
- Project compatibility
- Setup
- Jira Scope
- Execute Method
- Add Attachment
- Delete Attachment
- Download Attachment
- Get Attachments
- Add Comment
- Delete Comment
- Get Comments
- Create Component
- Delete Component
- Get Components
- Search Dashboards
- Create Filter
- Get Filters
- Create Issue Link
- Delete Issue Link
- Get Issue Link Types
- Get Issue Links
- Add Watcher
- Assign Issue
- Clone Issue
- Create Issue
- Delete Issue
- Get Issue
- Get Watchers
- Remove Watcher
- Search Issues Using JQL
- Transition Issue
- Update Issue
- Create Project
- Delete Project
- Get Project Types
- Get Projects
- Update Project
- Get Transitions
- Create User
- Delete User
- Find Users
- Marketo
- Microsoft Dynamics
- Microsoft Dynamics Finance and Operations
- Microsoft Translator
- Microsoft Vision
- Oracle Integration Cloud
- Oracle NetSuite
- Salesforce
- Release notes
- About the Salesforce activity package
- Project compatibility
- Setup
- Quickstart
- Salesforce Application Scope
- Create Bulk API Job
- Get Bulk API Job
- Get Bulk API Job Results
- Start or Abort Bulk API Job
- Assign File
- Download File
- Upload File
- Composite Request
- Delete Record
- Get List View Records
- Get Record
- Insert Record
- Update Record
- Upsert Record
- Execute Report
- Execute SOQL
- Format Column Names
- Format Labels And Values
- Lightning REST API Request
- Search
- SAP BAPI
- ServiceNow
- Slack
- Smartsheet
- Release notes
- About the Smartsheet activity package
- Project compatibility
- Setup
- Technical references
- Quickstart: Working With Rows
- Smartsheet Application Scope
- Attach File
- Attach URL
- Delete Attachment
- Get Attachment
- List Attachments
- Add Comment
- Delete Comment
- Get Comment
- List Discussions
- Copy Folder
- Create Folder
- Delete Folder
- Get Folder
- List Folders
- Add Group Members
- Get Group
- List Groups
- Remove Group Member
- Get Report
- List Reports
- Add Rows
- Copy Rows
- Create Discussion on Row
- Delete Rows
- Get Row
- List Rows
- Move Rows
- Update Rows
- Copy Sheet
- Create Sheet
- Create Sheet From Template
- Download Sheet
- Get Sheet
- List Sheets
- Update Sheet
- Add User
- Get User
- List Users
- Remove User
- Copy Workspace
- Create Workspace
- List Workspaces
- Import Sheet From CSV / XLSX
- Invoke Smartsheet Operation
- Search Activity
- Send Via Email
- Share Object
- SuccessFactors
- Tableau
- Twilio
- Workato
- Workday
Analyze Image
UiPath.MicrosoftVision.Activities.AnalyzeImage
The Analyze Image activity uses the Microsoft Vision API to make a generic image call.
The following steps are an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Add the Microsoft Vision Scope activity to your project.
- Add the Analyze Image activity inside the Microsoft Vision Scope activity.
- Create and enter variables for the Intput properties.
- Create and enter variables for the Output property.
Common
- Continue On Error - This field only supports boolean values (True, False). The default value in this field is False. As a result, if this field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
- DisplayName - The display name of the activity. This field supports only
Strings
orString
variables.
Input
- Image Path - The path to a local image to be analyzed. This field supports only
Strings
orString
variables. If Image URL is provided, this field is ignored. - Image URL - The URL of an image to be analyzed. This field supports only
Strings
orString
variables. If Image Path is provided, this field is ignored.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Options
- Result Language - A selection that specifies the language in which the result is shown. Choose one of the following options: en, ja, pt, zh.
-
Selected Features - A combo box that defines the type of analysis to carry out on the image. The available options are: Adult, Categories, Color, Description, Faces, ImageType, Tags
Note:The allowed values are defined as:
- Adult - Identifies adult or racy content. For more information on the call, see Concept detecting adult content in the Microsoft Azure documentation.
- Categories - Categorizes the image based on a predefined taxonomy.
- For a full list of categories, see Category taxonomy in the Azure documentation.
-
For more information about categories, see Concept categorizing images in the Microsoft Azure documentation.
- Color - Retrieves dominant colors from the image.
-
For more information, see Concept detecting color schemes in the Microsoft Azure documentation.
- Description - Generates a description of the image.
-
For more information, see Concept describing images in the Microsoft Azure documentation.
- Faces - Identifies faces in the image and guesses the gender and age for the identified people.
-
For more information see Concept detecting faces in the Microsoft Azure documentation.
- ImageType - Identifies whether an image is clip art (rating the likelihood on a scale) or line drawing.
-
For more information, see Concept detecting image types in the Microsoft Azure documentation.
- Tags - Assigns tags to the image based on identified objects in the image.
- For more information, see Concept tagging images in the Microsoft Azure documentation.
Output
- Result - The result of the call based on the selected analysis features. Enter a
ImageAnalysis
variable.