Class SentimentAnalysisResult (0.52.0)

public final class SentimentAnalysisResult extends GeneratedMessageV3 implements SentimentAnalysisResultOrBuilder

The result of sentiment analysis. Sentiment analysis inspects user input and identifies the prevailing subjective opinion, especially to determine a user's attitude as positive, negative, or neutral.

Protobuf type google.cloud.dialogflow.cx.v3beta1.SentimentAnalysisResult

Static Fields

MAGNITUDE_FIELD_NUMBER

public static final int MAGNITUDE_FIELD_NUMBER
Field Value
TypeDescription
int

SCORE_FIELD_NUMBER

public static final int SCORE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SentimentAnalysisResult getDefaultInstance()
Returns
TypeDescription
SentimentAnalysisResult

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SentimentAnalysisResult.Builder newBuilder()
Returns
TypeDescription
SentimentAnalysisResult.Builder

newBuilder(SentimentAnalysisResult prototype)

public static SentimentAnalysisResult.Builder newBuilder(SentimentAnalysisResult prototype)
Parameter
NameDescription
prototypeSentimentAnalysisResult
Returns
TypeDescription
SentimentAnalysisResult.Builder

parseDelimitedFrom(InputStream input)

public static SentimentAnalysisResult parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SentimentAnalysisResult
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SentimentAnalysisResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SentimentAnalysisResult
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SentimentAnalysisResult parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SentimentAnalysisResult
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SentimentAnalysisResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SentimentAnalysisResult
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SentimentAnalysisResult parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SentimentAnalysisResult
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SentimentAnalysisResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SentimentAnalysisResult
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SentimentAnalysisResult parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SentimentAnalysisResult
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SentimentAnalysisResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SentimentAnalysisResult
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SentimentAnalysisResult parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SentimentAnalysisResult
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SentimentAnalysisResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SentimentAnalysisResult
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SentimentAnalysisResult parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SentimentAnalysisResult
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SentimentAnalysisResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SentimentAnalysisResult
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SentimentAnalysisResult> parser()
Returns
TypeDescription
Parser<SentimentAnalysisResult>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SentimentAnalysisResult getDefaultInstanceForType()
Returns
TypeDescription
SentimentAnalysisResult

getMagnitude()

public 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.

getParserForType()

public Parser<SentimentAnalysisResult> getParserForType()
Returns
TypeDescription
Parser<SentimentAnalysisResult>
Overrides

getScore()

public float getScore()

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

float score = 1;

Returns
TypeDescription
float

The score.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SentimentAnalysisResult.Builder newBuilderForType()
Returns
TypeDescription
SentimentAnalysisResult.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SentimentAnalysisResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SentimentAnalysisResult.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SentimentAnalysisResult.Builder toBuilder()
Returns
TypeDescription
SentimentAnalysisResult.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException