public interface SentenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSentiment()
public abstract Sentiment getSentiment()For calls to [AnalyzeSentiment][] or if AnnotateTextRequest.Features.extract_document_sentiment is set to true, this field will contain the sentiment for the sentence.
.google.cloud.language.v1beta2.Sentiment sentiment = 2;
| Type | Description |
| Sentiment | The sentiment. |
getSentimentOrBuilder()
public abstract SentimentOrBuilder getSentimentOrBuilder()For calls to [AnalyzeSentiment][] or if AnnotateTextRequest.Features.extract_document_sentiment is set to true, this field will contain the sentiment for the sentence.
.google.cloud.language.v1beta2.Sentiment sentiment = 2;
| Type | Description |
| SentimentOrBuilder |
getText()
public abstract TextSpan getText()The sentence text.
.google.cloud.language.v1beta2.TextSpan text = 1;
| Type | Description |
| TextSpan | The text. |
getTextOrBuilder()
public abstract TextSpanOrBuilder getTextOrBuilder()The sentence text.
.google.cloud.language.v1beta2.TextSpan text = 1;
| Type | Description |
| TextSpanOrBuilder |
hasSentiment()
public abstract boolean hasSentiment()For calls to [AnalyzeSentiment][] or if AnnotateTextRequest.Features.extract_document_sentiment is set to true, this field will contain the sentiment for the sentence.
.google.cloud.language.v1beta2.Sentiment sentiment = 2;
| Type | Description |
| boolean | Whether the sentiment field is set. |
hasText()
public abstract boolean hasText()The sentence text.
.google.cloud.language.v1beta2.TextSpan text = 1;
| Type | Description |
| boolean | Whether the text field is set. |