Interface EntityMentionOrBuilder (2.18.0)

public interface EntityMentionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
SentimentOrBuilder

getText()

public abstract TextSpan getText()

The mention text.

.google.cloud.language.v1beta2.TextSpan text = 1;

Returns
TypeDescription
TextSpan

The text.

getTextOrBuilder()

public abstract TextSpanOrBuilder getTextOrBuilder()

The mention text.

.google.cloud.language.v1beta2.TextSpan text = 1;

Returns
TypeDescription
TextSpanOrBuilder

getType()

public abstract EntityMention.Type getType()

The type of the entity mention.

.google.cloud.language.v1beta2.EntityMention.Type type = 2;

Returns
TypeDescription
EntityMention.Type

The type.

getTypeValue()

public abstract int getTypeValue()

The type of the entity mention.

.google.cloud.language.v1beta2.EntityMention.Type type = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the sentiment field is set.

hasText()

public abstract boolean hasText()

The mention text.

.google.cloud.language.v1beta2.TextSpan text = 1;

Returns
TypeDescription
boolean

Whether the text field is set.