public interface AsyncBatchAnnotateFilesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRequests(int index)
public abstract AsyncAnnotateFileRequest getRequests(int index)Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest |
|
getRequestsCount()
public abstract int getRequestsCount()Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public abstract List<AsyncAnnotateFileRequest> getRequestsList()Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<AsyncAnnotateFileRequest> |
|
getRequestsOrBuilder(int index)
public abstract AsyncAnnotateFileRequestOrBuilder getRequestsOrBuilder(int index)Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequestOrBuilder |
|
getRequestsOrBuilderList()
public abstract List<? extends AsyncAnnotateFileRequestOrBuilder> getRequestsOrBuilderList()Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequestOrBuilder> |
|