Uses of Class
ai.rev.sentimentanalysis.models.Sentiment
-
Packages that use Sentiment Package Description ai.rev.sentimentanalysis ai.rev.sentimentanalysis.models -
-
Uses of Sentiment in ai.rev.sentimentanalysis
Methods in ai.rev.sentimentanalysis with parameters of type Sentiment Modifier and Type Method Description SentimentAnalysisResultSentimentAnalysisClient. getResultObject(String id, Sentiment filterFor)The method sends a GET request to the /jobs/{id}/result endpoint and returns aSentimentAnalysisResultobject. -
Uses of Sentiment in ai.rev.sentimentanalysis.models
Methods in ai.rev.sentimentanalysis.models that return Sentiment Modifier and Type Method Description SentimentSentimentMessage. getSentiment()Returns the Sentiment of the informant.static SentimentSentiment. valueOf(String name)Returns the enum constant of this type with the specified name.static Sentiment[]Sentiment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.rev.sentimentanalysis.models with parameters of type Sentiment Modifier and Type Method Description voidSentimentMessage. setSentiment(Sentiment sentiment)Sets the Sentiment of the informant.
-