Interface TokenOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Token, Token.Builder

public interface TokenOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool argumentative = 2 [json_name = "argumentative"];
    boolean
    bool keyword = 3 [json_name = "keyword"];
    string text = 1 [json_name = "text"];
    com.google.protobuf.ByteString
    string text = 1 [json_name = "text"];

    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

    • getText

      String getText()
      string text = 1 [json_name = "text"];
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
      string text = 1 [json_name = "text"];
      Returns:
      The bytes for text.
    • getArgumentative

      boolean getArgumentative()
      bool argumentative = 2 [json_name = "argumentative"];
      Returns:
      The argumentative.
    • getKeyword

      boolean getKeyword()
      bool keyword = 3 [json_name = "keyword"];
      Returns:
      The keyword.