public final class EntityMention extends GeneratedMessageV3 implements EntityMentionOrBuilder
Represents a mention for an entity in the text. Currently, proper noun mentions are supported.Protobuf type
google.cloud.language.v1beta2.EntityMention| Modifier and Type | Class and Description | 
|---|---|
| static class  | EntityMention.Builder
 Represents a mention for an entity in the text. | 
| static class  | EntityMention.Type
 The supported types of mentions. | 
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description | 
|---|---|
| static int | SENTIMENT_FIELD_NUMBER | 
| static int | TEXT_FIELD_NUMBER | 
| static int | TYPE_FIELD_NUMBER | 
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| static EntityMention | getDefaultInstance() | 
| EntityMention | getDefaultInstanceForType() | 
| static Descriptors.Descriptor | getDescriptor() | 
| Parser<EntityMention> | getParserForType() | 
| Sentiment | getSentiment()
 For calls to [AnalyzeEntitySentiment][] or if
 [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1beta2.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. | 
| SentimentOrBuilder | getSentimentOrBuilder()
 For calls to [AnalyzeEntitySentiment][] or if
 [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1beta2.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. | 
| int | getSerializedSize() | 
| TextSpan | getText()
 The mention text. | 
| TextSpanOrBuilder | getTextOrBuilder()
 The mention text. | 
| EntityMention.Type | getType()
 The type of the entity mention. | 
| int | getTypeValue()
 The type of the entity mention. | 
| UnknownFieldSet | getUnknownFields() | 
| int | hashCode() | 
| boolean | hasSentiment()
 For calls to [AnalyzeEntitySentiment][] or if
 [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1beta2.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. | 
| boolean | hasText()
 The mention text. | 
| protected GeneratedMessageV3.FieldAccessorTable | internalGetFieldAccessorTable() | 
| boolean | isInitialized() | 
| static EntityMention.Builder | newBuilder() | 
| static EntityMention.Builder | newBuilder(EntityMention prototype) | 
| EntityMention.Builder | newBuilderForType() | 
| protected EntityMention.Builder | newBuilderForType(GeneratedMessageV3.BuilderParent parent) | 
| static EntityMention | parseDelimitedFrom(java.io.InputStream input) | 
| static EntityMention | parseDelimitedFrom(java.io.InputStream input,
                  ExtensionRegistryLite extensionRegistry) | 
| static EntityMention | parseFrom(byte[] data) | 
| static EntityMention | parseFrom(byte[] data,
         ExtensionRegistryLite extensionRegistry) | 
| static EntityMention | parseFrom(java.nio.ByteBuffer data) | 
| static EntityMention | parseFrom(java.nio.ByteBuffer data,
         ExtensionRegistryLite extensionRegistry) | 
| static EntityMention | parseFrom(ByteString data) | 
| static EntityMention | parseFrom(ByteString data,
         ExtensionRegistryLite extensionRegistry) | 
| static EntityMention | parseFrom(CodedInputStream input) | 
| static EntityMention | parseFrom(CodedInputStream input,
         ExtensionRegistryLite extensionRegistry) | 
| static EntityMention | parseFrom(java.io.InputStream input) | 
| static EntityMention | parseFrom(java.io.InputStream input,
         ExtensionRegistryLite extensionRegistry) | 
| static Parser<EntityMention> | parser() | 
| EntityMention.Builder | toBuilder() | 
| void | writeTo(CodedOutputStream output) | 
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TEXT_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int SENTIMENT_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public boolean hasText()
The mention text.
.google.cloud.language.v1beta2.TextSpan text = 1;hasText in interface EntityMentionOrBuilderpublic TextSpan getText()
The mention text.
.google.cloud.language.v1beta2.TextSpan text = 1;getText in interface EntityMentionOrBuilderpublic TextSpanOrBuilder getTextOrBuilder()
The mention text.
.google.cloud.language.v1beta2.TextSpan text = 1;getTextOrBuilder in interface EntityMentionOrBuilderpublic int getTypeValue()
The type of the entity mention.
.google.cloud.language.v1beta2.EntityMention.Type type = 2;getTypeValue in interface EntityMentionOrBuilderpublic EntityMention.Type getType()
The type of the entity mention.
.google.cloud.language.v1beta2.EntityMention.Type type = 2;getType in interface EntityMentionOrBuilderpublic boolean hasSentiment()
For calls to [AnalyzeEntitySentiment][] or if [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1beta2.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;hasSentiment in interface EntityMentionOrBuilderpublic Sentiment getSentiment()
For calls to [AnalyzeEntitySentiment][] or if [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1beta2.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;getSentiment in interface EntityMentionOrBuilderpublic SentimentOrBuilder getSentimentOrBuilder()
For calls to [AnalyzeEntitySentiment][] or if [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1beta2.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;getSentimentOrBuilder in interface EntityMentionOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static EntityMention parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EntityMention parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EntityMention parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EntityMention parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EntityMention parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EntityMention parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EntityMention parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static EntityMention parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static EntityMention parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static EntityMention parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static EntityMention parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static EntityMention parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic EntityMention.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static EntityMention.Builder newBuilder()
public static EntityMention.Builder newBuilder(EntityMention prototype)
public EntityMention.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected EntityMention.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static EntityMention getDefaultInstance()
public static Parser<EntityMention> parser()
public Parser<EntityMention> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public EntityMention getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder