public static interface CoreNLPProtos.CorefChainOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getChainID()
required int32 chainID = 1; |
CoreNLPProtos.CorefChain.CorefMention |
getMention(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2; |
int |
getMentionCount()
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2; |
java.util.List<CoreNLPProtos.CorefChain.CorefMention> |
getMentionList()
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2; |
CoreNLPProtos.CorefChain.CorefMentionOrBuilder |
getMentionOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2; |
java.util.List<? extends CoreNLPProtos.CorefChain.CorefMentionOrBuilder> |
getMentionOrBuilderList()
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2; |
int |
getRepresentative()
required uint32 representative = 3; |
boolean |
hasChainID()
required int32 chainID = 1; |
boolean |
hasRepresentative()
required uint32 representative = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasChainID()
required int32 chainID = 1;int getChainID()
required int32 chainID = 1;java.util.List<CoreNLPProtos.CorefChain.CorefMention> getMentionList()
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;CoreNLPProtos.CorefChain.CorefMention getMention(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;int getMentionCount()
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;java.util.List<? extends CoreNLPProtos.CorefChain.CorefMentionOrBuilder> getMentionOrBuilderList()
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;CoreNLPProtos.CorefChain.CorefMentionOrBuilder getMentionOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;boolean hasRepresentative()
required uint32 representative = 3;int getRepresentative()
required uint32 representative = 3;