Activities
latest
false
Banner background image
Integration Service Activities
Last updated Apr 23, 2024

Sentiment Analysis

UiPath.MicrosoftSentiment.IntegrationService.Activities.SentimentAnalysis

Uses the Sentiment - POST API to analyze the sentiment of a text and return a sentiment prediction, as well as sentiment scores for each sentiment class (Positive, Negative, and Neutral) for the document and each sentence within it.

In the body of the activity

  • Text - The text to be analyzed.
  • Language - The language code.
  • ID - A unique identifier.
  • Sentiment - The analyzed sentiment.
  • Neutral confidence score - The neutral confidence score.
  • Negative confidence score - The negative confidence score.
  • Positive confidence score - The positive confidence score.

Properties

Common
  • DisplayName - The display name of the activity. This field supports only strings or String variables.
Misc
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
  • ResponseStatus - The status of the request (success/failure information). Enter a ResponseStatus variable (UiPath.BAF.Models.ResponseStatus). The ResponseStatus object includes three properties that you can use in other activities.
    • Success - Boolean - Specifies whether the API request was successful.
    • ErrorCode - String - The response error if the API request is unsuccessful (Success=False).
    • Message - String - The error message.
  • In the body of the activity
  • 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.