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.v1beta2.Sentiment sentiment = 3;
| 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.v1beta2.Sentiment sentiment = 3;
| Type | Description |
| SentimentOrBuilder |
getText()
public abstract TextSpan getText()The mention text.
.google.cloud.language.v1beta2.TextSpan text = 1;
| Type | Description |
| TextSpan | The text. |
getTextOrBuilder()
public abstract TextSpanOrBuilder getTextOrBuilder()The mention text.
.google.cloud.language.v1beta2.TextSpan text = 1;
| Type | Description |
| TextSpanOrBuilder |
getType()
public abstract EntityMention.Type getType()The type of the entity mention.
.google.cloud.language.v1beta2.EntityMention.Type type = 2;
| Type | Description |
| EntityMention.Type | The type. |
getTypeValue()
public abstract int getTypeValue()The type of the entity mention.
.google.cloud.language.v1beta2.EntityMention.Type type = 2;
| 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.v1beta2.Sentiment sentiment = 3;
| Type | Description |
| boolean | Whether the sentiment field is set. |
hasText()
public abstract boolean hasText()The mention text.
.google.cloud.language.v1beta2.TextSpan text = 1;
| Type | Description |
| boolean | Whether the text field is set. |