Interface AnnotationTokenizerResultMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnnotationTokenizerResultMessage,AnnotationTokenizerResultMessage.Builder
public interface AnnotationTokenizerResultMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAffixTypes(int index) repeated string affixTypes = 4;com.google.protobuf.ByteStringgetAffixTypesBytes(int index) repeated string affixTypes = 4;intrepeated string affixTypes = 4;repeated string affixTypes = 4;string expression = 1;com.google.protobuf.ByteStringstring expression = 1;intint32 frequency = 5;string grammaticalForm = 2;com.google.protobuf.ByteStringstring grammaticalForm = 2;getLemma()string lemma = 3;com.google.protobuf.ByteStringstring lemma = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getExpression
String getExpression()string expression = 1;- Returns:
- The expression.
-
getExpressionBytes
com.google.protobuf.ByteString getExpressionBytes()string expression = 1;- Returns:
- The bytes for expression.
-
getGrammaticalForm
String getGrammaticalForm()string grammaticalForm = 2;- Returns:
- The grammaticalForm.
-
getGrammaticalFormBytes
com.google.protobuf.ByteString getGrammaticalFormBytes()string grammaticalForm = 2;- Returns:
- The bytes for grammaticalForm.
-
getLemma
String getLemma()string lemma = 3;- Returns:
- The lemma.
-
getLemmaBytes
com.google.protobuf.ByteString getLemmaBytes()string lemma = 3;- Returns:
- The bytes for lemma.
-
getAffixTypesList
repeated string affixTypes = 4;- Returns:
- A list containing the affixTypes.
-
getAffixTypesCount
int getAffixTypesCount()repeated string affixTypes = 4;- Returns:
- The count of affixTypes.
-
getAffixTypes
repeated string affixTypes = 4;- Parameters:
index- The index of the element to return.- Returns:
- The affixTypes at the given index.
-
getAffixTypesBytes
com.google.protobuf.ByteString getAffixTypesBytes(int index) repeated string affixTypes = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the affixTypes at the given index.
-
getFrequency
int getFrequency()int32 frequency = 5;- Returns:
- The frequency.
-