com.clarifai.grpc.api.TaskConceptOrBuilder 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 TaskConceptOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.TaskConcept)
com.google.protobuf.MessageOrBuilder {
/**
*
* For auto annotation, id/name and value, user + app id must be specified. For other tasks, only the id field is required.
*
*
* .clarifai.api.Concept concept = 1;
* @return Whether the concept field is set.
*/
boolean hasConcept();
/**
*
* For auto annotation, id/name and value, user + app id must be specified. For other tasks, only the id field is required.
*
*
* .clarifai.api.Concept concept = 1;
* @return The concept.
*/
com.clarifai.grpc.api.Concept getConcept();
/**
*
* For auto annotation, id/name and value, user + app id must be specified. For other tasks, only the id field is required.
*
*
* .clarifai.api.Concept concept = 1;
*/
com.clarifai.grpc.api.ConceptOrBuilder getConceptOrBuilder();
/**
* .clarifai.api.TaskConceptAutoAnnotationConfig auto_annotation_config = 2;
* @return Whether the autoAnnotationConfig field is set.
*/
boolean hasAutoAnnotationConfig();
/**
* .clarifai.api.TaskConceptAutoAnnotationConfig auto_annotation_config = 2;
* @return The autoAnnotationConfig.
*/
com.clarifai.grpc.api.TaskConceptAutoAnnotationConfig getAutoAnnotationConfig();
/**
* .clarifai.api.TaskConceptAutoAnnotationConfig auto_annotation_config = 2;
*/
com.clarifai.grpc.api.TaskConceptAutoAnnotationConfigOrBuilder getAutoAnnotationConfigOrBuilder();
}