Class EntityMention.Builder (2.35.0)

publicstaticfinalclass EntityMention.BuilderextendsGeneratedMessageV3.Builder<EntityMention.Builder>implementsEntityMentionOrBuilder

Represents a mention for an entity in the text. Currently, proper noun mentions are supported.

Protobuf type google.cloud.language.v2.EntityMention

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicEntityMention.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
EntityMention.Builder
Overrides

build()

publicEntityMentionbuild()
Returns
Type Description
EntityMention

buildPartial()

publicEntityMentionbuildPartial()
Returns
Type Description
EntityMention

clear()

publicEntityMention.Builderclear()
Returns
Type Description
EntityMention.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicEntityMention.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
EntityMention.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicEntityMention.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
EntityMention.Builder
Overrides

clearProbability()

publicEntityMention.BuilderclearProbability()

Probability score associated with the entity.

The score shows the probability of the entity mention being the entity type. The score is in (0, 1] range.

float probability = 4;

Returns
Type Description
EntityMention.Builder

This builder for chaining.

clearSentiment()

publicEntityMention.BuilderclearSentiment()

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.v2.Sentiment sentiment = 3;

Returns
Type Description
EntityMention.Builder

clearText()

publicEntityMention.BuilderclearText()

The mention text.

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

Returns
Type Description
EntityMention.Builder

clearType()

publicEntityMention.BuilderclearType()

The type of the entity mention.

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

Returns
Type Description
EntityMention.Builder

This builder for chaining.

clone()

publicEntityMention.Builderclone()
Returns
Type Description
EntityMention.Builder
Overrides

getDefaultInstanceForType()

publicEntityMentiongetDefaultInstanceForType()
Returns
Type Description
EntityMention

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getProbability()

publicfloatgetProbability()

Probability score associated with the entity.

The score shows the probability of the entity mention being the entity type. The score is in (0, 1] range.

float probability = 4;

Returns
Type Description
float

The probability.

getSentiment()

publicSentimentgetSentiment()

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.v2.Sentiment sentiment = 3;

Returns
Type Description
Sentiment

The sentiment.

getSentimentBuilder()

publicSentiment.BuildergetSentimentBuilder()

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.v2.Sentiment sentiment = 3;

Returns
Type Description
Sentiment.Builder

getSentimentOrBuilder()

publicSentimentOrBuildergetSentimentOrBuilder()

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.v2.Sentiment sentiment = 3;

Returns
Type Description
SentimentOrBuilder

getText()

publicTextSpangetText()

The mention text.

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

Returns
Type Description
TextSpan

The text.

getTextBuilder()

publicTextSpan.BuildergetTextBuilder()

The mention text.

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

Returns
Type Description
TextSpan.Builder

getTextOrBuilder()

publicTextSpanOrBuildergetTextOrBuilder()

The mention text.

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

Returns
Type Description
TextSpanOrBuilder

getType()

publicEntityMention.TypegetType()

The type of the entity mention.

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

Returns
Type Description
EntityMention.Type

The type.

getTypeValue()

publicintgetTypeValue()

The type of the entity mention.

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

Returns
Type Description
int

The enum numeric value on the wire for type.

hasSentiment()

publicbooleanhasSentiment()

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.v2.Sentiment sentiment = 3;

Returns
Type Description
boolean

Whether the sentiment field is set.

hasText()

publicbooleanhasText()

The mention text.

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

Returns
Type Description
boolean

Whether the text field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(EntityMention other)

publicEntityMention.BuildermergeFrom(EntityMentionother)
Parameter
Name Description
other EntityMention
Returns
Type Description
EntityMention.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicEntityMention.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EntityMention.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicEntityMention.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
EntityMention.Builder
Overrides

mergeSentiment(Sentiment value)

publicEntityMention.BuildermergeSentiment(Sentimentvalue)

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.v2.Sentiment sentiment = 3;

Parameter
Name Description
value Sentiment
Returns
Type Description
EntityMention.Builder

mergeText(TextSpan value)

publicEntityMention.BuildermergeText(TextSpanvalue)

The mention text.

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

Parameter
Name Description
value TextSpan
Returns
Type Description
EntityMention.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalEntityMention.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
EntityMention.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicEntityMention.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
EntityMention.Builder
Overrides

setProbability(float value)

publicEntityMention.BuildersetProbability(floatvalue)

Probability score associated with the entity.

The score shows the probability of the entity mention being the entity type. The score is in (0, 1] range.

float probability = 4;

Parameter
Name Description
value float

The probability to set.

Returns
Type Description
EntityMention.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicEntityMention.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
EntityMention.Builder
Overrides

setSentiment(Sentiment value)

publicEntityMention.BuildersetSentiment(Sentimentvalue)

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.v2.Sentiment sentiment = 3;

Parameter
Name Description
value Sentiment
Returns
Type Description
EntityMention.Builder

setSentiment(Sentiment.Builder builderForValue)

publicEntityMention.BuildersetSentiment(Sentiment.BuilderbuilderForValue)

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.v2.Sentiment sentiment = 3;

Parameter
Name Description
builderForValue Sentiment.Builder
Returns
Type Description
EntityMention.Builder

setText(TextSpan value)

publicEntityMention.BuildersetText(TextSpanvalue)

The mention text.

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

Parameter
Name Description
value TextSpan
Returns
Type Description
EntityMention.Builder

setText(TextSpan.Builder builderForValue)

publicEntityMention.BuildersetText(TextSpan.BuilderbuilderForValue)

The mention text.

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

Parameter
Name Description
builderForValue TextSpan.Builder
Returns
Type Description
EntityMention.Builder

setType(EntityMention.Type value)

publicEntityMention.BuildersetType(EntityMention.Typevalue)

The type of the entity mention.

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

Parameter
Name Description
value EntityMention.Type

The type to set.

Returns
Type Description
EntityMention.Builder

This builder for chaining.

setTypeValue(int value)

publicEntityMention.BuildersetTypeValue(intvalue)

The type of the entity mention.

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

Parameter
Name Description
value int

The enum numeric value on the wire for type to set.

Returns
Type Description
EntityMention.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalEntityMention.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
EntityMention.Builder
Overrides

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年10月30日 UTC.