Send feedback
Class AnalyzeSentimentResponse (2.1.10)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.1.10 keyboard_arrow_down
public final class AnalyzeSentimentResponse extends GeneratedMessageV3 implements AnalyzeSentimentResponseOrBuilder
The sentiment analysis response message.
Protobuf type google.cloud.language.v1.AnalyzeSentimentResponse
Static Fields
DOCUMENT_SENTIMENT_FIELD_NUMBER
public static final int DOCUMENT_SENTIMENT_FIELD_NUMBER
Field Value
LANGUAGE_FIELD_NUMBER
public static final int LANGUAGE_FIELD_NUMBER
Field Value
SENTENCES_FIELD_NUMBER
public static final int SENTENCES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AnalyzeSentimentResponse getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static AnalyzeSentimentResponse . Builder newBuilder ()
Returns
newBuilder(AnalyzeSentimentResponse prototype)
public static AnalyzeSentimentResponse . Builder newBuilder ( AnalyzeSentimentResponse prototype )
Parameter
Returns
public static AnalyzeSentimentResponse parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static AnalyzeSentimentResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AnalyzeSentimentResponse parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeSentimentResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AnalyzeSentimentResponse parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeSentimentResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static AnalyzeSentimentResponse parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static AnalyzeSentimentResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static AnalyzeSentimentResponse parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static AnalyzeSentimentResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AnalyzeSentimentResponse parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeSentimentResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<AnalyzeSentimentResponse> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public AnalyzeSentimentResponse getDefaultInstanceForType ()
Returns
getDocumentSentiment()
public Sentiment getDocumentSentiment ()
The overall sentiment of the input document.
.google.cloud.language.v1.Sentiment document_sentiment = 1;
Returns
Type Description Sentiment The documentSentiment.
getDocumentSentimentOrBuilder()
public SentimentOrBuilder getDocumentSentimentOrBuilder ()
The overall sentiment of the input document.
.google.cloud.language.v1.Sentiment document_sentiment = 1;
Returns
getLanguage()
public String getLanguage ()
The language of the text, which will be the same as the language specified
in the request or, if not specified, the automatically-detected language.
See Document.language field for more details.
string language = 2;
Returns
Type Description String The language.
getLanguageBytes()
public ByteString getLanguageBytes ()
The language of the text, which will be the same as the language specified
in the request or, if not specified, the automatically-detected language.
See Document.language field for more details.
string language = 2;
Returns
getParserForType()
public Parser<AnalyzeSentimentResponse> getParserForType ()
Returns
Overrides
getSentences(int index)
public Sentence getSentences ( int index )
The sentiment for all the sentences in the document.
repeated .google.cloud.language.v1.Sentence sentences = 3;
Parameter
Returns
getSentencesCount()
public int getSentencesCount ()
The sentiment for all the sentences in the document.
repeated .google.cloud.language.v1.Sentence sentences = 3;
Returns
getSentencesList()
public List<Sentence> getSentencesList ()
The sentiment for all the sentences in the document.
repeated .google.cloud.language.v1.Sentence sentences = 3;
Returns
getSentencesOrBuilder(int index)
public SentenceOrBuilder getSentencesOrBuilder ( int index )
The sentiment for all the sentences in the document.
repeated .google.cloud.language.v1.Sentence sentences = 3;
Parameter
Returns
getSentencesOrBuilderList()
public List <? extends SentenceOrBuilder > getSentencesOrBuilderList ()
The sentiment for all the sentences in the document.
repeated .google.cloud.language.v1.Sentence sentences = 3;
Returns
Type Description List <? extends com.google.cloud.language.v1.SentenceOrBuilder >
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasDocumentSentiment()
public boolean hasDocumentSentiment ()
The overall sentiment of the input document.
.google.cloud.language.v1.Sentiment document_sentiment = 1;
Returns
Type Description boolean Whether the documentSentiment field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public AnalyzeSentimentResponse . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AnalyzeSentimentResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public AnalyzeSentimentResponse . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]