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.