public static interface CoreNLPProtos.CorefChain.CorefMentionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnimacy()
optional string animacy = 5; |
com.google.protobuf.ByteString |
getAnimacyBytes()
optional string animacy = 5; |
int |
getBeginIndex()
optional uint32 beginIndex = 6; |
int |
getEndIndex()
optional uint32 endIndex = 7; |
java.lang.String |
getGender()
optional string gender = 4; |
com.google.protobuf.ByteString |
getGenderBytes()
optional string gender = 4; |
int |
getHeadIndex()
optional uint32 headIndex = 9; |
int |
getMentionID()
optional int32 mentionID = 1; |
java.lang.String |
getMentionType()
optional string mentionType = 2; |
com.google.protobuf.ByteString |
getMentionTypeBytes()
optional string mentionType = 2; |
java.lang.String |
getNumber()
optional string number = 3; |
com.google.protobuf.ByteString |
getNumberBytes()
optional string number = 3; |
int |
getPosition()
the second element of position
|
int |
getSentenceIndex()
optional uint32 sentenceIndex = 10; |
boolean |
hasAnimacy()
optional string animacy = 5; |
boolean |
hasBeginIndex()
optional uint32 beginIndex = 6; |
boolean |
hasEndIndex()
optional uint32 endIndex = 7; |
boolean |
hasGender()
optional string gender = 4; |
boolean |
hasHeadIndex()
optional uint32 headIndex = 9; |
boolean |
hasMentionID()
optional int32 mentionID = 1; |
boolean |
hasMentionType()
optional string mentionType = 2; |
boolean |
hasNumber()
optional string number = 3; |
boolean |
hasPosition()
the second element of position
|
boolean |
hasSentenceIndex()
optional uint32 sentenceIndex = 10; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMentionID()
optional int32 mentionID = 1;int getMentionID()
optional int32 mentionID = 1;boolean hasMentionType()
optional string mentionType = 2;java.lang.String getMentionType()
optional string mentionType = 2;com.google.protobuf.ByteString getMentionTypeBytes()
optional string mentionType = 2;boolean hasNumber()
optional string number = 3;java.lang.String getNumber()
optional string number = 3;com.google.protobuf.ByteString getNumberBytes()
optional string number = 3;boolean hasGender()
optional string gender = 4;java.lang.String getGender()
optional string gender = 4;com.google.protobuf.ByteString getGenderBytes()
optional string gender = 4;boolean hasAnimacy()
optional string animacy = 5;java.lang.String getAnimacy()
optional string animacy = 5;com.google.protobuf.ByteString getAnimacyBytes()
optional string animacy = 5;boolean hasBeginIndex()
optional uint32 beginIndex = 6;int getBeginIndex()
optional uint32 beginIndex = 6;boolean hasEndIndex()
optional uint32 endIndex = 7;int getEndIndex()
optional uint32 endIndex = 7;boolean hasHeadIndex()
optional uint32 headIndex = 9;int getHeadIndex()
optional uint32 headIndex = 9;boolean hasSentenceIndex()
optional uint32 sentenceIndex = 10;int getSentenceIndex()
optional uint32 sentenceIndex = 10;boolean hasPosition()
the second element of position
optional uint32 position = 11;int getPosition()
the second element of position
optional uint32 position = 11;