com.clarifai.grpc.api.TaskReviewConsensusStrategyInfoOrBuilder 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 TaskReviewConsensusStrategyInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.TaskReviewConsensusStrategyInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The number of labelers that need to agree in order to automatically approve an annotation.
*
*
* uint32 approval_threshold = 2;
* @return The approvalThreshold.
*/
int getApprovalThreshold();
}