public static interface CoreNLPProtos.TokenLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getSentenceIndex()
optional uint32 sentenceIndex = 1; |
int |
getTokenIndex()
optional uint32 tokenIndex = 2; |
boolean |
hasSentenceIndex()
optional uint32 sentenceIndex = 1; |
boolean |
hasTokenIndex()
optional uint32 tokenIndex = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSentenceIndex()
optional uint32 sentenceIndex = 1;int getSentenceIndex()
optional uint32 sentenceIndex = 1;boolean hasTokenIndex()
optional uint32 tokenIndex = 2;int getTokenIndex()
optional uint32 tokenIndex = 2;