Uses of Class
ai.rev.sentimentanalysis.models.SentimentMessage
-
Packages that use SentimentMessage Package Description ai.rev.sentimentanalysis.models -
-
Uses of SentimentMessage in ai.rev.sentimentanalysis.models
Methods in ai.rev.sentimentanalysis.models that return types with arguments of type SentimentMessage Modifier and Type Method Description List<SentimentMessage>SentimentAnalysisResult. getMessages()Get the messages of the result.Method parameters in ai.rev.sentimentanalysis.models with type arguments of type SentimentMessage Modifier and Type Method Description voidSentimentAnalysisResult. setMessages(List<SentimentMessage> messages)Set the messages of the result.
-