public interface EntityMentionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSentiment()
public abstract Sentiment getSentiment()For calls to [AnalyzeEntitySentiment][] or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the sentiment expressed for this mention of the entity in the provided document.
.google.cloud.language.v1.Sentiment sentiment = 3;
| Returns | |
|---|---|
| Type | Description |
Sentiment |
The sentiment. |
getSentimentOrBuilder()
public abstract SentimentOrBuilder getSentimentOrBuilder()For calls to [AnalyzeEntitySentiment][] or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the sentiment expressed for this mention of the entity in the provided document.
.google.cloud.language.v1.Sentiment sentiment = 3;
| Returns | |
|---|---|
| Type | Description |
SentimentOrBuilder |
|
getText()
public abstract TextSpan getText()The mention text.
.google.cloud.language.v1.TextSpan text = 1;
| Returns | |
|---|---|
| Type | Description |
TextSpan |
The text. |
getTextOrBuilder()
public abstract TextSpanOrBuilder getTextOrBuilder()The mention text.
.google.cloud.language.v1.TextSpan text = 1;
| Returns | |
|---|---|
| Type | Description |
TextSpanOrBuilder |
|
getType()
public abstract EntityMention.Type getType()The type of the entity mention.
.google.cloud.language.v1.EntityMention.Type type = 2;
| Returns | |
|---|---|
| Type | Description |
EntityMention.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()The type of the entity mention.
.google.cloud.language.v1.EntityMention.Type type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |
hasSentiment()
public abstract boolean hasSentiment()For calls to [AnalyzeEntitySentiment][] or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the sentiment expressed for this mention of the entity in the provided document.
.google.cloud.language.v1.Sentiment sentiment = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sentiment field is set. |
hasText()
public abstract boolean hasText()The mention text.
.google.cloud.language.v1.TextSpan text = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the text field is set. |