Interface WebhookRequest.SentimentAnalysisResultOrBuilder (0.48.0)

public static interface WebhookRequest.SentimentAnalysisResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMagnitude()

public abstract float getMagnitude()

A non-negative number in the [0, +inf) range, which represents the absolute magnitude of sentiment, regardless of score (positive or negative).

float magnitude = 2;

Returns
TypeDescription
float

The magnitude.

getScore()

public abstract float getScore()

Sentiment score between -1.0 (negative sentiment) and 1.0 (positive sentiment).

float score = 1;

Returns
TypeDescription
float

The score.