UiPath Documentation
activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Atividades de integrações clássicas

Última atualização 18 de mai de 2026

Análise de texto da Microsoft

UiPath.Cognitive.Activities.Text.Analysis.MicrosoftTextAnalysis

Extrai o idioma de um texto especificado, o sentimento geral, frases-chave como variáveis IEnumerable(String) e todas as informações, em um formato JSON.

Propriedades

Saída

  • 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.
  • Erro - Extrai mensagens de erro (se houver), como variáveis String.
  • Language - Extracts the language the given text is in. If the Language Analysis Type is not selected, the value is empty.
  • ResultadoBruto - Permite que você extraia informações de um texto especificado, em um formato JSON, como uma variável String. Os dados obtidos são diferentes, dependendo do tipo de análise selecionado.

Entrada

Observação:

Strings devem ser colocadas entre aspas.

  • Texto - O texto a ser analisado. Esse campo é compatível com variáveis 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.

Opções

  • 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.

Comum

  • DisplayName - O nome de exibição da atividade.

Diversos

  • Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.
  • Propriedades
  • Saída
  • Entrada
  • Opções
  • Comum
  • Diversos

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades