public static interface CoreNLPProtos.MorphologyRequest.TaggedWordOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getWord()
required string word = 1; |
com.google.protobuf.ByteString |
getWordBytes()
required string word = 1; |
java.lang.String |
getXpos()
optional string xpos = 2; |
com.google.protobuf.ByteString |
getXposBytes()
optional string xpos = 2; |
boolean |
hasWord()
required string word = 1; |
boolean |
hasXpos()
optional string xpos = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWord()
required string word = 1;java.lang.String getWord()
required string word = 1;com.google.protobuf.ByteString getWordBytes()
required string word = 1;boolean hasXpos()
optional string xpos = 2;java.lang.String getXpos()
optional string xpos = 2;com.google.protobuf.ByteString getXposBytes()
optional string xpos = 2;