Interface MLServerProto.AnalyzedTokenOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MLServerProto.AnalyzedToken, MLServerProto.AnalyzedToken.Builder
Enclosing class:
MLServerProto

public static interface MLServerProto.AnalyzedTokenOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string lemma = 3;
    com.google.protobuf.ByteString
    string lemma = 3;
    string posTag = 2;
    com.google.protobuf.ByteString
    string posTag = 2;
    string token = 1;
    com.google.protobuf.ByteString
    string token = 1;

    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

    • getToken

      String getToken()
      string token = 1;
      Returns:
      The token.
    • getTokenBytes

      com.google.protobuf.ByteString getTokenBytes()
      string token = 1;
      Returns:
      The bytes for token.
    • getPosTag

      String getPosTag()
      string posTag = 2;
      Returns:
      The posTag.
    • getPosTagBytes

      com.google.protobuf.ByteString getPosTagBytes()
      string posTag = 2;
      Returns:
      The bytes for posTag.
    • getLemma

      String getLemma()
      string lemma = 3;
      Returns:
      The lemma.
    • getLemmaBytes

      com.google.protobuf.ByteString getLemmaBytes()
      string lemma = 3;
      Returns:
      The bytes for lemma.