AnalyzeImage

Estimated reading: 2 minutes 2214 views

This activity can analyze an image and generate a human-readable sentence that describes its contents. The algorithm actually returns several descriptions based on different visual features, and each description is given a confidence score. The final output is a list of descriptions ordered from highest to lowest confidence.

Properties

INPUT

ImagePath:* Specify the image path for the image to be analyzed within double quotes.

MISC

Display Name: Displays the name of the activity. You can also customize the activity name to help troubleshoot issues faster. This name will be used for logging purposes.

SkipOnError: It specifies whether to continue executing the workflow even if it throws an error. This supports only Boolean value “True or False”. By default, it is set to “False”
True: Continues the workflow to the next step
False: Stops the workflow and throws an error.

Version: It specifies the version of the Microsoft computer vision feature in use.

OUTPUT

Output: Declare a variable here to see the result of the analyzed image. This is not a mandatory field. However, to see the output a variable has to be declared here.

Result: Define a Boolean value to validate the success state of the activity. This is not a mandatory field

*Represents mandatory field to execute the workflow.

Share this Doc

AnalyzeImage

Or copy link

CONTENTS