public interface BatchAnnotateFilesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AnnotateFileResponse |
getResponses(int index)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
int |
getResponsesCount()
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
List<AnnotateFileResponse> |
getResponsesList()
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
AnnotateFileResponseOrBuilder |
getResponsesOrBuilder(int index)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
List<? extends AnnotateFileResponseOrBuilder> |
getResponsesOrBuilderList()
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
int getResponsesCount()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1.AnnotateFileResponse responses = 1;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.