public interface BatchAnnotateFilesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotateFileRequest |
getRequests(int index)
The list of file annotation requests.
|
int |
getRequestsCount()
The list of file annotation requests.
|
List<AnnotateFileRequest> |
getRequestsList()
The list of file annotation requests.
|
AnnotateFileRequestOrBuilder |
getRequestsOrBuilder(int index)
The list of file annotation requests.
|
List<? extends AnnotateFileRequestOrBuilder> |
getRequestsOrBuilderList()
The list of file annotation requests.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AnnotateFileRequest> getRequestsList()
The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1;AnnotateFileRequest getRequests(int index)
The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1;int getRequestsCount()
The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1;List<? extends AnnotateFileRequestOrBuilder> getRequestsOrBuilderList()
The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1;AnnotateFileRequestOrBuilder getRequestsOrBuilder(int index)
The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1;Copyright © 2019 Google LLC. All rights reserved.