Interface SentimentOrBuilder (2.19.0)

public interface SentimentOrBuilder 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 = 3;

Returns
TypeDescription
float

The score.