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();
}