public interface AsyncBatchAnnotateImagesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOutputConfig()
public abstract OutputConfig getOutputConfig()Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
OutputConfig |
The outputConfig. |
getOutputConfigOrBuilder()
public abstract OutputConfigOrBuilder getOutputConfigOrBuilder()Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
OutputConfigOrBuilder |
|
getRequests(int index)
public abstract AnnotateImageRequest getRequests(int index)Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotateImageRequest |
|
getRequestsCount()
public abstract int getRequestsCount()Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public abstract List<AnnotateImageRequest> getRequestsList()Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| 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.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotateImageRequestOrBuilder |
|
getRequestsOrBuilderList()
public abstract List<? extends AnnotateImageRequestOrBuilder> getRequestsOrBuilderList()Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p4beta1.AnnotateImageRequestOrBuilder> |
|
hasOutputConfig()
public abstract boolean hasOutputConfig()Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the outputConfig field is set. |