public interface AsyncBatchAnnotateFilesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AsyncAnnotateFileResponse |
getResponses(int index)
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
int |
getResponsesCount()
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
List<AsyncAnnotateFileResponse> |
getResponsesList()
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
AsyncAnnotateFileResponseOrBuilder |
getResponsesOrBuilder(int index)
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
List<? extends AsyncAnnotateFileResponseOrBuilder> |
getResponsesOrBuilderList()
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<AsyncAnnotateFileResponse> getResponsesList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
AsyncAnnotateFileResponse getResponses(int index)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
int getResponsesCount()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
List<? extends AsyncAnnotateFileResponseOrBuilder> getResponsesOrBuilderList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
AsyncAnnotateFileResponseOrBuilder getResponsesOrBuilder(int index)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
Copyright © 2022 Google LLC. All rights reserved.