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

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

  /**
   * 
   * Whether this concept is rankable based on ConceptExtraInfoRequest configuration.
   * 
* * bool is_rankable = 1; * @return The isRankable. */ boolean getIsRankable(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy