All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarifai.grpc.api.TextInfoOrBuilder 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 TextInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.TextInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * count of characters in text
   * 
* * int32 char_count = 1; * @return The charCount. */ int getCharCount(); /** *
   * text encoding
   * 
* * string encoding = 2; * @return The encoding. */ java.lang.String getEncoding(); /** *
   * text encoding
   * 
* * string encoding = 2; * @return The bytes for encoding. */ com.google.protobuf.ByteString getEncodingBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy