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

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

  /**
   * 
   * The estimated total number of hits for the search query, not just the current page.
   * 
* * uint64 estimated_total = 1; * @return The estimatedTotal. */ long getEstimatedTotal(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy