public interface BatchAnnotateFilesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
index |
int |
| Type | Description |
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;
| Type | Description |
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;
| Type | Description |
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;
| Name | Description |
index |
int |
| Type | Description |
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;
| Type | Description |
List<? extends com.google.cloud.vision.v1.AnnotateFileResponseOrBuilder> |