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