AI Automation

โŒ˜K
  1. Home
  2. Docs
  3. AI Automation
  4. Sentiment Analysis

Sentiment Analysis

Aiwozo.AI.Core.Activities.SentimentAnalysis

  • Sentiment Analysis activity is used to identify the sentiment/viewpoint of the sentence entered by the user, if itโ€™s positive, negative or neutral.

Properties

ย  ย  ย  Misc

  • DisplayName (String) โ€“ To set a meaningful name according to the user.
  • Output (OutArgument<List<SentimentOutputModel>>) โ€“ Output result shows the prediction and confidence.
  • Text (InArgument<String>) โ€“ Define the text whose sentiment needs to be analyzed.