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

Análisis de texto de Microsoft

UiPath.Cognitive.Activities.Text.Analysis.MicrosoftTextAnalysis

Extrae el idioma de un texto especificado, la opinión general, las frases clave como variables IEnumerable (String) y toda la información en formato JSON.

Propiedades

Salida

  • Sentiment - Extracts the overall sentiment of the given text, as a Double variable. It can range from 0 (negative) to 1 (positive). If the Sentiment Analysis Type is not selected, its value is always 0.
  • KeyPhrases - Extracts important phrases from the specified text, as an IEnumerable(String) variable. If the Key Phrases Analysis Type is not selected, an error is thrown.
  • Error: extrae mensajes de error (si los hubiera) en forma de variables String.
  • Language - Extracts the language the given text is in. If the Language Analysis Type is not selected, the value is empty.
  • ResultadoBruto: te permite extraer información del texto especificado, en formato JSON, como variable String. Los datos obtenidos difieren en función del tipo de análisis seleccionado.

Entrada

Nota:

Las cadenas deben entrecomillarse.

  • Texto: el texto que va a analizarse. Este campo admite variables String.
  • ServiceUrl - The custom web address of the regional Microsoft Cognitive server used to connect to the text analysis service. This URL needs to match the API key provided in the Key property. If this field is left blank, the default URL is used.
  • Key - The API key used to provide you access to the Microsoft Text Analysis tool. This field supports String variables.

Opciones

  • AnalysisType - Select the type of analysis to be performed on the specified text. The following types are available: Language, Sentiment and Key Phrases. Depending on the analysis types selected, the output properties may differ.

Común

  • Nombre para mostrar: el nombre para mostrar de la actividad.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
  • Propiedades
  • Salida
  • Entrada
  • Opciones
  • Común
  • Otros

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado