UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de integraciones clásicas

Última actualización 18 de may. de 2026

Analizar imagen

UiPath.MicrosoftVision.Activities.AnalyzeImage

La actividad Analizar imagen utiliza la API de Microsoft Vision para realizar una llamada de imagen genérica.

Cómo funciona

Los siguientes pasos son un ejemplo de cómo funciona la actividad desde el momento de diseño (es decir, las dependencias de la actividad y las propiedades de entrada / salida) hasta el tiempo de ejecución.

  1. Añade la actividad Ámbito de Microsoft Vision a tu proyecto.
  2. Add the Analyze Image activity inside the Microsoft Vision Scope activity.
  3. Crea e introduce variables para las propiedades de entrada .
  4. Crea e introduce variables para la propiedad Salida .

Propiedades

Común

  • 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 or String variables.

Entrada

  • Image Path - The path to a local image to be analyzed. This field supports only Strings or String 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 or String variables. If Image Path is provided, this field is ignored.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.

Opciones

  • 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

    Nota:

    Los valores permitidos se definen como:

    • Color - Retrieves dominant colors from the image.
    • Description - Generates a description of the image.
    • Faces - Identifies faces in the image and guesses the gender and age for the identified people.
    • ImageType - Identifies whether an image is clip art (rating the likelihood on a scale) or line drawing.
    • Tags - Assigns tags to the image based on identified objects in the image.

Salida

  • Result - The result of the call based on the selected analysis features. Enter a ImageAnalysis variable.
  • Cómo funciona
  • Propiedades
  • Común
  • Entrada
  • Otros
  • Opciones
  • Salida

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado