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 Type
    Method
    Description
    getAffixTypes(int index)
    repeated string affixTypes = 4;
    com.google.protobuf.ByteString
    getAffixTypesBytes(int index)
    repeated string affixTypes = 4;
    int
    repeated string affixTypes = 4;
    repeated string affixTypes = 4;
    string expression = 1;
    com.google.protobuf.ByteString
    string expression = 1;
    int
    int32 frequency = 5;
    string grammaticalForm = 2;
    com.google.protobuf.ByteString
    string grammaticalForm = 2;
    string lemma = 3;
    com.google.protobuf.ByteString
    string lemma = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> getAffixTypesList()
      repeated string affixTypes = 4;
      Returns:
      A list containing the affixTypes.
    • getAffixTypesCount

      int getAffixTypesCount()
      repeated string affixTypes = 4;
      Returns:
      The count of affixTypes.
    • getAffixTypes

      String getAffixTypes(int index)
      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.