public interface BatchAnnotateImagesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotateImageRequest |
getRequests(int index)
Individual image annotation requests for this batch.
|
int |
getRequestsCount()
Individual image annotation requests for this batch.
|
List<AnnotateImageRequest> |
getRequestsList()
Individual image annotation requests for this batch.
|
AnnotateImageRequestOrBuilder |
getRequestsOrBuilder(int index)
Individual image annotation requests for this batch.
|
List<? extends AnnotateImageRequestOrBuilder> |
getRequestsOrBuilderList()
Individual image annotation requests for this batch.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AnnotateImageRequest> getRequestsList()
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageRequest requests = 1;AnnotateImageRequest getRequests(int index)
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageRequest requests = 1;int getRequestsCount()
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageRequest requests = 1;List<? extends AnnotateImageRequestOrBuilder> getRequestsOrBuilderList()
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageRequest requests = 1;AnnotateImageRequestOrBuilder getRequestsOrBuilder(int index)
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageRequest requests = 1;Copyright © 2020 Google LLC. All rights reserved.