Label Detection
UiPath.GoogleVision.Activities.LabelDetection
Generates description labels for the specified image.
Properties
Common
- ContinueOnError - If set, the remaining activities are executed if the current activity fails.
- DisplayName - The display name of the activity.
Input
- ImagePath - The path to a local image to be analysed. The field is mutually exclusive with ImageUrl. This field supports only strings and String variables.
- ImageUrl - The URL to a remote image to be analysed. The field is mutually exclusive with ImagePath. This field supports only strings and String variables.
- MaxNumberOfResults - The maximum number of detected logos. The fields supports only integers and
Int32variables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- Labels - A list of
KeyValuePairs<String,Single>that contains the labels assigned to the specified image as Key and the score for the respective label as Value.