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.