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.v1p4beta1.AnnotateFileResponse responses = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v1p4beta1.AnnotateFileResponse responses = 1;
| Returns | |
|---|---|
| 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.v1p4beta1.AnnotateFileResponse responses = 1;
| Returns | |
|---|---|
| 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.v1p4beta1.AnnotateFileResponse responses = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v1p4beta1.AnnotateFileResponse responses = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p4beta1.AnnotateFileResponseOrBuilder> |
|