com.clarifai.grpc.api.DuplicateAnnotationsResultsOrBuilder 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 DuplicateAnnotationsResultsOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.DuplicateAnnotationsResults)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string duplicate_cfid = 1;
* @return A list containing the duplicateCfid.
*/
java.util.List
getDuplicateCfidList();
/**
* repeated string duplicate_cfid = 1;
* @return The count of duplicateCfid.
*/
int getDuplicateCfidCount();
/**
* repeated string duplicate_cfid = 1;
* @param index The index of the element to return.
* @return The duplicateCfid at the given index.
*/
java.lang.String getDuplicateCfid(int index);
/**
* repeated string duplicate_cfid = 1;
* @param index The index of the value to return.
* @return The bytes of the duplicateCfid at the given index.
*/
com.google.protobuf.ByteString
getDuplicateCfidBytes(int index);
/**
* int32 unique_count = 2;
* @return The uniqueCount.
*/
int getUniqueCount();
}