public interface BatchAnnotateImagesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRequests(int index)
public abstract AnnotateImageRequest getRequests(int index)Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| AnnotateImageRequest |
getRequestsCount()
public abstract int getRequestsCount()Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int |
getRequestsList()
public abstract List<AnnotateImageRequest> getRequestsList()Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<AnnotateImageRequest> |
getRequestsOrBuilder(int index)
public abstract AnnotateImageRequestOrBuilder getRequestsOrBuilder(int index)Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| AnnotateImageRequestOrBuilder |
getRequestsOrBuilderList()
public abstract List<? extends AnnotateImageRequestOrBuilder> getRequestsOrBuilderList()Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<? extends com.google.cloud.vision.v1p1beta1.AnnotateImageRequestOrBuilder> |