public static final class CoreNLPProtos.NERMention.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder> implements CoreNLPProtos.NERMentionOrBuilder
An NER mention in the textProtobuf type
edu.stanford.nlp.pipeline.NERMention| Modifier and Type | Method and Description |
|---|---|
CoreNLPProtos.NERMention.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CoreNLPProtos.NERMention |
build() |
CoreNLPProtos.NERMention |
buildPartial() |
CoreNLPProtos.NERMention.Builder |
clear() |
CoreNLPProtos.NERMention.Builder |
clearCanonicalEntityMentionIndex()
optional uint32 canonicalEntityMentionIndex = 11; |
CoreNLPProtos.NERMention.Builder |
clearEntityMentionIndex()
optional uint32 entityMentionIndex = 10; |
CoreNLPProtos.NERMention.Builder |
clearEntityMentionText()
optional string entityMentionText = 12; |
CoreNLPProtos.NERMention.Builder |
clearEntityType()
optional string entityType = 6; |
CoreNLPProtos.NERMention.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CoreNLPProtos.NERMention.Builder |
clearGender()
optional string gender = 9; |
CoreNLPProtos.NERMention.Builder |
clearNer()
required string ner = 4; |
CoreNLPProtos.NERMention.Builder |
clearNormalizedNER()
optional string normalizedNER = 5; |
CoreNLPProtos.NERMention.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CoreNLPProtos.NERMention.Builder |
clearSentenceIndex()
optional uint32 sentenceIndex = 1; |
CoreNLPProtos.NERMention.Builder |
clearTimex()
optional .edu.stanford.nlp.pipeline.Timex timex = 7; |
CoreNLPProtos.NERMention.Builder |
clearTokenEndInSentenceExclusive()
required uint32 tokenEndInSentenceExclusive = 3; |
CoreNLPProtos.NERMention.Builder |
clearTokenStartInSentenceInclusive()
required uint32 tokenStartInSentenceInclusive = 2; |
CoreNLPProtos.NERMention.Builder |
clearWikipediaEntity()
optional string wikipediaEntity = 8; |
CoreNLPProtos.NERMention.Builder |
clone() |
int |
getCanonicalEntityMentionIndex()
optional uint32 canonicalEntityMentionIndex = 11; |
CoreNLPProtos.NERMention |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getEntityMentionIndex()
optional uint32 entityMentionIndex = 10; |
java.lang.String |
getEntityMentionText()
optional string entityMentionText = 12; |
com.google.protobuf.ByteString |
getEntityMentionTextBytes()
optional string entityMentionText = 12; |
java.lang.String |
getEntityType()
optional string entityType = 6; |
com.google.protobuf.ByteString |
getEntityTypeBytes()
optional string entityType = 6; |
java.lang.String |
getGender()
optional string gender = 9; |
com.google.protobuf.ByteString |
getGenderBytes()
optional string gender = 9; |
java.lang.String |
getNer()
required string ner = 4; |
com.google.protobuf.ByteString |
getNerBytes()
required string ner = 4; |
java.lang.String |
getNormalizedNER()
optional string normalizedNER = 5; |
com.google.protobuf.ByteString |
getNormalizedNERBytes()
optional string normalizedNER = 5; |
int |
getSentenceIndex()
optional uint32 sentenceIndex = 1; |
CoreNLPProtos.Timex |
getTimex()
optional .edu.stanford.nlp.pipeline.Timex timex = 7; |
CoreNLPProtos.Timex.Builder |
getTimexBuilder()
optional .edu.stanford.nlp.pipeline.Timex timex = 7; |
CoreNLPProtos.TimexOrBuilder |
getTimexOrBuilder()
optional .edu.stanford.nlp.pipeline.Timex timex = 7; |
int |
getTokenEndInSentenceExclusive()
required uint32 tokenEndInSentenceExclusive = 3; |
int |
getTokenStartInSentenceInclusive()
required uint32 tokenStartInSentenceInclusive = 2; |
java.lang.String |
getWikipediaEntity()
optional string wikipediaEntity = 8; |
com.google.protobuf.ByteString |
getWikipediaEntityBytes()
optional string wikipediaEntity = 8; |
boolean |
hasCanonicalEntityMentionIndex()
optional uint32 canonicalEntityMentionIndex = 11; |
boolean |
hasEntityMentionIndex()
optional uint32 entityMentionIndex = 10; |
boolean |
hasEntityMentionText()
optional string entityMentionText = 12; |
boolean |
hasEntityType()
optional string entityType = 6; |
boolean |
hasGender()
optional string gender = 9; |
boolean |
hasNer()
required string ner = 4; |
boolean |
hasNormalizedNER()
optional string normalizedNER = 5; |
boolean |
hasSentenceIndex()
optional uint32 sentenceIndex = 1; |
boolean |
hasTimex()
optional .edu.stanford.nlp.pipeline.Timex timex = 7; |
boolean |
hasTokenEndInSentenceExclusive()
required uint32 tokenEndInSentenceExclusive = 3; |
boolean |
hasTokenStartInSentenceInclusive()
required uint32 tokenStartInSentenceInclusive = 2; |
boolean |
hasWikipediaEntity()
optional string wikipediaEntity = 8; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CoreNLPProtos.NERMention.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CoreNLPProtos.NERMention.Builder |
mergeFrom(CoreNLPProtos.NERMention other) |
CoreNLPProtos.NERMention.Builder |
mergeFrom(com.google.protobuf.Message other) |
CoreNLPProtos.NERMention.Builder |
mergeTimex(CoreNLPProtos.Timex value)
optional .edu.stanford.nlp.pipeline.Timex timex = 7; |
CoreNLPProtos.NERMention.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CoreNLPProtos.NERMention.Builder |
setCanonicalEntityMentionIndex(int value)
optional uint32 canonicalEntityMentionIndex = 11; |
CoreNLPProtos.NERMention.Builder |
setEntityMentionIndex(int value)
optional uint32 entityMentionIndex = 10; |
CoreNLPProtos.NERMention.Builder |
setEntityMentionText(java.lang.String value)
optional string entityMentionText = 12; |
CoreNLPProtos.NERMention.Builder |
setEntityMentionTextBytes(com.google.protobuf.ByteString value)
optional string entityMentionText = 12; |
CoreNLPProtos.NERMention.Builder |
setEntityType(java.lang.String value)
optional string entityType = 6; |
CoreNLPProtos.NERMention.Builder |
setEntityTypeBytes(com.google.protobuf.ByteString value)
optional string entityType = 6; |
CoreNLPProtos.NERMention.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CoreNLPProtos.NERMention.Builder |
setGender(java.lang.String value)
optional string gender = 9; |
CoreNLPProtos.NERMention.Builder |
setGenderBytes(com.google.protobuf.ByteString value)
optional string gender = 9; |
CoreNLPProtos.NERMention.Builder |
setNer(java.lang.String value)
required string ner = 4; |
CoreNLPProtos.NERMention.Builder |
setNerBytes(com.google.protobuf.ByteString value)
required string ner = 4; |
CoreNLPProtos.NERMention.Builder |
setNormalizedNER(java.lang.String value)
optional string normalizedNER = 5; |
CoreNLPProtos.NERMention.Builder |
setNormalizedNERBytes(com.google.protobuf.ByteString value)
optional string normalizedNER = 5; |
CoreNLPProtos.NERMention.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
CoreNLPProtos.NERMention.Builder |
setSentenceIndex(int value)
optional uint32 sentenceIndex = 1; |
CoreNLPProtos.NERMention.Builder |
setTimex(CoreNLPProtos.Timex.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.Timex timex = 7; |
CoreNLPProtos.NERMention.Builder |
setTimex(CoreNLPProtos.Timex value)
optional .edu.stanford.nlp.pipeline.Timex timex = 7; |
CoreNLPProtos.NERMention.Builder |
setTokenEndInSentenceExclusive(int value)
required uint32 tokenEndInSentenceExclusive = 3; |
CoreNLPProtos.NERMention.Builder |
setTokenStartInSentenceInclusive(int value)
required uint32 tokenStartInSentenceInclusive = 2; |
CoreNLPProtos.NERMention.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CoreNLPProtos.NERMention.Builder |
setWikipediaEntity(java.lang.String value)
optional string wikipediaEntity = 8; |
CoreNLPProtos.NERMention.Builder |
setWikipediaEntityBytes(com.google.protobuf.ByteString value)
optional string wikipediaEntity = 8; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder>public CoreNLPProtos.NERMention.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder>public CoreNLPProtos.NERMention getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CoreNLPProtos.NERMention build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CoreNLPProtos.NERMention buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CoreNLPProtos.NERMention.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder>public CoreNLPProtos.NERMention.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder>public CoreNLPProtos.NERMention.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder>public CoreNLPProtos.NERMention.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder>public CoreNLPProtos.NERMention.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder>public CoreNLPProtos.NERMention.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder>public CoreNLPProtos.NERMention.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CoreNLPProtos.NERMention.Builder>public CoreNLPProtos.NERMention.Builder mergeFrom(CoreNLPProtos.NERMention other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder>public CoreNLPProtos.NERMention.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CoreNLPProtos.NERMention.Builder>java.io.IOExceptionpublic boolean hasSentenceIndex()
optional uint32 sentenceIndex = 1;hasSentenceIndex in interface CoreNLPProtos.NERMentionOrBuilderpublic int getSentenceIndex()
optional uint32 sentenceIndex = 1;getSentenceIndex in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.NERMention.Builder setSentenceIndex(int value)
optional uint32 sentenceIndex = 1;value - The sentenceIndex to set.public CoreNLPProtos.NERMention.Builder clearSentenceIndex()
optional uint32 sentenceIndex = 1;public boolean hasTokenStartInSentenceInclusive()
required uint32 tokenStartInSentenceInclusive = 2;hasTokenStartInSentenceInclusive in interface CoreNLPProtos.NERMentionOrBuilderpublic int getTokenStartInSentenceInclusive()
required uint32 tokenStartInSentenceInclusive = 2;getTokenStartInSentenceInclusive in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.NERMention.Builder setTokenStartInSentenceInclusive(int value)
required uint32 tokenStartInSentenceInclusive = 2;value - The tokenStartInSentenceInclusive to set.public CoreNLPProtos.NERMention.Builder clearTokenStartInSentenceInclusive()
required uint32 tokenStartInSentenceInclusive = 2;public boolean hasTokenEndInSentenceExclusive()
required uint32 tokenEndInSentenceExclusive = 3;hasTokenEndInSentenceExclusive in interface CoreNLPProtos.NERMentionOrBuilderpublic int getTokenEndInSentenceExclusive()
required uint32 tokenEndInSentenceExclusive = 3;getTokenEndInSentenceExclusive in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.NERMention.Builder setTokenEndInSentenceExclusive(int value)
required uint32 tokenEndInSentenceExclusive = 3;value - The tokenEndInSentenceExclusive to set.public CoreNLPProtos.NERMention.Builder clearTokenEndInSentenceExclusive()
required uint32 tokenEndInSentenceExclusive = 3;public boolean hasNer()
required string ner = 4;hasNer in interface CoreNLPProtos.NERMentionOrBuilderpublic java.lang.String getNer()
required string ner = 4;getNer in interface CoreNLPProtos.NERMentionOrBuilderpublic com.google.protobuf.ByteString getNerBytes()
required string ner = 4;getNerBytes in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.NERMention.Builder setNer(java.lang.String value)
required string ner = 4;value - The ner to set.public CoreNLPProtos.NERMention.Builder clearNer()
required string ner = 4;public CoreNLPProtos.NERMention.Builder setNerBytes(com.google.protobuf.ByteString value)
required string ner = 4;value - The bytes for ner to set.public boolean hasNormalizedNER()
optional string normalizedNER = 5;hasNormalizedNER in interface CoreNLPProtos.NERMentionOrBuilderpublic java.lang.String getNormalizedNER()
optional string normalizedNER = 5;getNormalizedNER in interface CoreNLPProtos.NERMentionOrBuilderpublic com.google.protobuf.ByteString getNormalizedNERBytes()
optional string normalizedNER = 5;getNormalizedNERBytes in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.NERMention.Builder setNormalizedNER(java.lang.String value)
optional string normalizedNER = 5;value - The normalizedNER to set.public CoreNLPProtos.NERMention.Builder clearNormalizedNER()
optional string normalizedNER = 5;public CoreNLPProtos.NERMention.Builder setNormalizedNERBytes(com.google.protobuf.ByteString value)
optional string normalizedNER = 5;value - The bytes for normalizedNER to set.public boolean hasEntityType()
optional string entityType = 6;hasEntityType in interface CoreNLPProtos.NERMentionOrBuilderpublic java.lang.String getEntityType()
optional string entityType = 6;getEntityType in interface CoreNLPProtos.NERMentionOrBuilderpublic com.google.protobuf.ByteString getEntityTypeBytes()
optional string entityType = 6;getEntityTypeBytes in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.NERMention.Builder setEntityType(java.lang.String value)
optional string entityType = 6;value - The entityType to set.public CoreNLPProtos.NERMention.Builder clearEntityType()
optional string entityType = 6;public CoreNLPProtos.NERMention.Builder setEntityTypeBytes(com.google.protobuf.ByteString value)
optional string entityType = 6;value - The bytes for entityType to set.public boolean hasTimex()
optional .edu.stanford.nlp.pipeline.Timex timex = 7;hasTimex in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.Timex getTimex()
optional .edu.stanford.nlp.pipeline.Timex timex = 7;getTimex in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.NERMention.Builder setTimex(CoreNLPProtos.Timex value)
optional .edu.stanford.nlp.pipeline.Timex timex = 7;public CoreNLPProtos.NERMention.Builder setTimex(CoreNLPProtos.Timex.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.Timex timex = 7;public CoreNLPProtos.NERMention.Builder mergeTimex(CoreNLPProtos.Timex value)
optional .edu.stanford.nlp.pipeline.Timex timex = 7;public CoreNLPProtos.NERMention.Builder clearTimex()
optional .edu.stanford.nlp.pipeline.Timex timex = 7;public CoreNLPProtos.Timex.Builder getTimexBuilder()
optional .edu.stanford.nlp.pipeline.Timex timex = 7;public CoreNLPProtos.TimexOrBuilder getTimexOrBuilder()
optional .edu.stanford.nlp.pipeline.Timex timex = 7;getTimexOrBuilder in interface CoreNLPProtos.NERMentionOrBuilderpublic boolean hasWikipediaEntity()
optional string wikipediaEntity = 8;hasWikipediaEntity in interface CoreNLPProtos.NERMentionOrBuilderpublic java.lang.String getWikipediaEntity()
optional string wikipediaEntity = 8;getWikipediaEntity in interface CoreNLPProtos.NERMentionOrBuilderpublic com.google.protobuf.ByteString getWikipediaEntityBytes()
optional string wikipediaEntity = 8;getWikipediaEntityBytes in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.NERMention.Builder setWikipediaEntity(java.lang.String value)
optional string wikipediaEntity = 8;value - The wikipediaEntity to set.public CoreNLPProtos.NERMention.Builder clearWikipediaEntity()
optional string wikipediaEntity = 8;public CoreNLPProtos.NERMention.Builder setWikipediaEntityBytes(com.google.protobuf.ByteString value)
optional string wikipediaEntity = 8;value - The bytes for wikipediaEntity to set.public boolean hasGender()
optional string gender = 9;hasGender in interface CoreNLPProtos.NERMentionOrBuilderpublic java.lang.String getGender()
optional string gender = 9;getGender in interface CoreNLPProtos.NERMentionOrBuilderpublic com.google.protobuf.ByteString getGenderBytes()
optional string gender = 9;getGenderBytes in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.NERMention.Builder setGender(java.lang.String value)
optional string gender = 9;value - The gender to set.public CoreNLPProtos.NERMention.Builder clearGender()
optional string gender = 9;public CoreNLPProtos.NERMention.Builder setGenderBytes(com.google.protobuf.ByteString value)
optional string gender = 9;value - The bytes for gender to set.public boolean hasEntityMentionIndex()
optional uint32 entityMentionIndex = 10;hasEntityMentionIndex in interface CoreNLPProtos.NERMentionOrBuilderpublic int getEntityMentionIndex()
optional uint32 entityMentionIndex = 10;getEntityMentionIndex in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.NERMention.Builder setEntityMentionIndex(int value)
optional uint32 entityMentionIndex = 10;value - The entityMentionIndex to set.public CoreNLPProtos.NERMention.Builder clearEntityMentionIndex()
optional uint32 entityMentionIndex = 10;public boolean hasCanonicalEntityMentionIndex()
optional uint32 canonicalEntityMentionIndex = 11;hasCanonicalEntityMentionIndex in interface CoreNLPProtos.NERMentionOrBuilderpublic int getCanonicalEntityMentionIndex()
optional uint32 canonicalEntityMentionIndex = 11;getCanonicalEntityMentionIndex in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.NERMention.Builder setCanonicalEntityMentionIndex(int value)
optional uint32 canonicalEntityMentionIndex = 11;value - The canonicalEntityMentionIndex to set.public CoreNLPProtos.NERMention.Builder clearCanonicalEntityMentionIndex()
optional uint32 canonicalEntityMentionIndex = 11;public boolean hasEntityMentionText()
optional string entityMentionText = 12;hasEntityMentionText in interface CoreNLPProtos.NERMentionOrBuilderpublic java.lang.String getEntityMentionText()
optional string entityMentionText = 12;getEntityMentionText in interface CoreNLPProtos.NERMentionOrBuilderpublic com.google.protobuf.ByteString getEntityMentionTextBytes()
optional string entityMentionText = 12;getEntityMentionTextBytes in interface CoreNLPProtos.NERMentionOrBuilderpublic CoreNLPProtos.NERMention.Builder setEntityMentionText(java.lang.String value)
optional string entityMentionText = 12;value - The entityMentionText to set.public CoreNLPProtos.NERMention.Builder clearEntityMentionText()
optional string entityMentionText = 12;public CoreNLPProtos.NERMention.Builder setEntityMentionTextBytes(com.google.protobuf.ByteString value)
optional string entityMentionText = 12;value - The bytes for entityMentionText to set.public final CoreNLPProtos.NERMention.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder>public final CoreNLPProtos.NERMention.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.NERMention.Builder>