Class EntityMention.Builder (2.35.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.79.0 (latest)
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.1
- 2.3.4
- 2.2.0
- 2.1.10
publicstaticfinalclass EntityMention.BuilderextendsGeneratedMessageV3.Builder<EntityMention.Builder>implementsEntityMentionOrBuilderRepresents a mention for an entity in the text. Currently, proper noun mentions are supported.
Protobuf type google.cloud.language.v2.EntityMention
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > EntityMention.BuilderImplements
EntityMentionOrBuilderInherited Members
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 |
|
build()
publicEntityMentionbuild()| Returns | |
|---|---|
| Type | Description |
EntityMention |
|
buildPartial()
publicEntityMentionbuildPartial()| Returns | |
|---|---|
| Type | Description |
EntityMention |
|
clear()
publicEntityMention.Builderclear()| Returns | |
|---|---|
| Type | Description |
EntityMention.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicEntityMention.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
EntityMention.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicEntityMention.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
EntityMention.Builder |
|
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 |
|
getDefaultInstanceForType()
publicEntityMentiongetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EntityMention |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicEntityMention.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
EntityMention.Builder |
|
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 |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicEntityMention.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
EntityMention.Builder |
|
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 |
|
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 |
|