public static interface CoreNLPProtos.TokensRegexResponse.MatchLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBegin()
optional int32 begin = 2; |
int |
getEnd()
optional int32 end = 3; |
java.lang.String |
getText()
optional string text = 1; |
com.google.protobuf.ByteString |
getTextBytes()
optional string text = 1; |
boolean |
hasBegin()
optional int32 begin = 2; |
boolean |
hasEnd()
optional int32 end = 3; |
boolean |
hasText()
optional string text = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasText()
optional string text = 1;java.lang.String getText()
optional string text = 1;com.google.protobuf.ByteString getTextBytes()
optional string text = 1;boolean hasBegin()
optional int32 begin = 2;int getBegin()
optional int32 begin = 2;boolean hasEnd()
optional int32 end = 3;int getEnd()
optional int32 end = 3;