Activities
latest
false
Banner background image
Classic Integrations Activities
Last updated Apr 22, 2024

Annotate Image

UiPath.GoogleVision.Activities.AnnotateImage

Implements a generic Google Annotate call that performs image analysis on selected features and returns the result in a JSON string.

Properties

Common
  • ContinueOnError - If set, the remaining activities are executed if the current activity fails.
  • DisplayName - The display name of the activity.
Input
  • AnalysisType - The features for the annotate call. The features describe the type of image analysis. More than one type of image analysis may be done at the same time. The following options are available:

    • FaceDetection - Returns a faceAnnotation JSON response that includes the identified faces positional and sentiment information. For more information, see Detecting faces in the Google Cloud documentation.
    • LandmarkDetection - Returns a landmarkAnnotations JSON response that includes the image landmarks and their geographical position. For more information, see Detecting landmarks in the Google Cloud documentation.
    • LogoDetection - Returns a logoAnnotations JSON response that includes the identified company logos. For more information, see Detecting logos in the Google Cloud documentation.
    • LabelDetection - Returns a logoAnnotations JSON response that includes the identified generated labels. For more information, see Detecting labels in the Google Cloud documentation.
    • TextDetection - Returns a TextAnnotation JSON response that that includes the identified text description and position. For more information, see Detecting text in the Google Cloud documentation.
    • SafeSearchDetection - Returns a safeSearchAnnotation JSON response that specifies whether the image has adult, medical, or violent content. For more information, see Detecting safe search in the Google Cloud documentation.
    • WebDetection - Returns a webDetection JSON response that describes similar images on the web. For more information, see Detecting web in the Google Cloud documentation.
    • ImageProperties - Returns an imagePropertiesAnnotation JSON response that describes image properties (e.g., dominant colors). For more information, see Detecting properties in the Google Cloud documentation.
    • CropHints - Returns a cropHintsAnnotation JSON response that describes the most relevant region of the image. For more information, see Detecting crop hints in the Google Cloud documentation.
  • Image Path - The path to the local image to analyze. The field is mutually exclusive with Image URL and supports only Strings and String variables.
  • Image URL - The URL to the remote image to analyze. The field is mutually exclusive with Image Path and supports only Strings and String variables.
  • MaxNumberOfResults - The maximum number of results per analysis type. This field supports only integers and Int32 variables.
Misc
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
  • Result - A JSON string response that includes results of all features specified in the AnalysisType property. To get the results, the JSON string must be parsed.

  • Properties

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.