public static interface MLServerProto.AnalyzedTokenOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLemma()
string lemma = 3; |
com.google.protobuf.ByteString |
getLemmaBytes()
string lemma = 3; |
String |
getPosTag()
string posTag = 2; |
com.google.protobuf.ByteString |
getPosTagBytes()
string posTag = 2; |
String |
getToken()
string token = 1; |
com.google.protobuf.ByteString |
getTokenBytes()
string token = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getToken()
string token = 1;
com.google.protobuf.ByteString getTokenBytes()
string token = 1;
String getPosTag()
string posTag = 2;
com.google.protobuf.ByteString getPosTagBytes()
string posTag = 2;
String getLemma()
string lemma = 3;
com.google.protobuf.ByteString getLemmaBytes()
string lemma = 3;