public interface BatchAnnotateImagesRequestOrBuilder extends 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.
|
java.util.List<AnnotateImageRequest> |
getRequestsList()
Individual image annotation requests for this batch.
|
AnnotateImageRequestOrBuilder |
getRequestsOrBuilder(int index)
Individual image annotation requests for this batch.
|
java.util.List<? extends AnnotateImageRequestOrBuilder> |
getRequestsOrBuilderList()
Individual image annotation requests for this batch.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<AnnotateImageRequest> getRequestsList()
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1;
AnnotateImageRequest getRequests(int index)
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1;
int getRequestsCount()
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1;
java.util.List<? extends AnnotateImageRequestOrBuilder> getRequestsOrBuilderList()
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1;
AnnotateImageRequestOrBuilder getRequestsOrBuilder(int index)
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1;