Interface BatchAnnotateFilesResponseOrBuilder (2.1.1)

See more code actions.
public interface BatchAnnotateFilesResponseOrBuilder extends MessageOrBuilder
MessageOrBuilder
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

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>