public interface AsyncBatchAnnotateFilesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResponses(int index)
public abstract AsyncAnnotateFileResponse getResponses(int index)The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileResponse |
|
getResponsesCount()
public abstract int getResponsesCount()The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResponsesList()
public abstract List<AsyncAnnotateFileResponse> getResponsesList()The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
| Returns | |
|---|---|
| Type | Description |
List<AsyncAnnotateFileResponse> |
|
getResponsesOrBuilder(int index)
public abstract AsyncAnnotateFileResponseOrBuilder getResponsesOrBuilder(int index)The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileResponseOrBuilder |
|
getResponsesOrBuilderList()
public abstract List<? extends AsyncAnnotateFileResponseOrBuilder> getResponsesOrBuilderList()The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponseOrBuilder> |
|