com.clarifai.grpc.api.TokenOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface TokenOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.Token)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 char_start = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The charStart.
*/
int getCharStart();
/**
* uint32 char_end = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The charEnd.
*/
int getCharEnd();
/**
* string raw_text = 3;
* @return The rawText.
*/
java.lang.String getRawText();
/**
* string raw_text = 3;
* @return The bytes for rawText.
*/
com.google.protobuf.ByteString
getRawTextBytes();
}