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

com.clarifai.grpc.api.LabelCountOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface LabelCountOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.LabelCount)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * FIXME: should move to Concept object and return the whole thing (including name and id)
   * otherwise if two concepts have same name then you won't tell them apart in confusion matrix.
   * 
* * string concept_name = 1; * @return The conceptName. */ java.lang.String getConceptName(); /** *
   * FIXME: should move to Concept object and return the whole thing (including name and id)
   * otherwise if two concepts have same name then you won't tell them apart in confusion matrix.
   * 
* * string concept_name = 1; * @return The bytes for conceptName. */ com.google.protobuf.ByteString getConceptNameBytes(); /** * uint32 count = 2; * @return The count. */ int getCount(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy