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

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

  /**
   * string concept_name = 1 [deprecated = true];
   * @deprecated clarifai.api.LabelCount.concept_name is deprecated.
   *     See proto/clarifai/api/resources.proto;l=1912
   * @return The conceptName.
   */
  @java.lang.Deprecated java.lang.String getConceptName();
  /**
   * string concept_name = 1 [deprecated = true];
   * @deprecated clarifai.api.LabelCount.concept_name is deprecated.
   *     See proto/clarifai/api/resources.proto;l=1912
   * @return The bytes for conceptName.
   */
  @java.lang.Deprecated com.google.protobuf.ByteString
      getConceptNameBytes();

  /**
   * uint32 count = 2;
   * @return The count.
   */
  int getCount();

  /**
   * .clarifai.api.Concept concept = 3;
   * @return Whether the concept field is set.
   */
  boolean hasConcept();
  /**
   * .clarifai.api.Concept concept = 3;
   * @return The concept.
   */
  com.clarifai.grpc.api.Concept getConcept();
  /**
   * .clarifai.api.Concept concept = 3;
   */
  com.clarifai.grpc.api.ConceptOrBuilder getConceptOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy