Interface BatchAnnotateFilesResponseOrBuilder (2.0.29)

public interface BatchAnnotateFilesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResponses(int index)

public abstract AnnotateFileResponse getResponses(int index)

The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

repeated .google.cloud.vision.v1.AnnotateFileResponse responses = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotateFileResponse

getResponsesCount()

public abstract int getResponsesCount()

The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

repeated .google.cloud.vision.v1.AnnotateFileResponse responses = 1;

Returns
TypeDescription
int

getResponsesList()

public abstract List<AnnotateFileResponse> getResponsesList()

The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

repeated .google.cloud.vision.v1.AnnotateFileResponse responses = 1;

Returns
TypeDescription
List<AnnotateFileResponse>

getResponsesOrBuilder(int index)

public abstract AnnotateFileResponseOrBuilder getResponsesOrBuilder(int index)

The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

repeated .google.cloud.vision.v1.AnnotateFileResponse responses = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotateFileResponseOrBuilder

getResponsesOrBuilderList()

public abstract List<? extends AnnotateFileResponseOrBuilder> getResponsesOrBuilderList()

The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

repeated .google.cloud.vision.v1.AnnotateFileResponse responses = 1;

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1.AnnotateFileResponseOrBuilder>