public interface SentimentOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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 |
getScore()
Sentiment score between -1.0 (negative sentiment) and 1.0
(positive sentiment).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
float getScore()
Sentiment score between -1.0 (negative sentiment) and 1.0 (positive sentiment).
float score = 3;
Copyright © 2022 Google LLC. All rights reserved.