public interface AsyncBatchAnnotateImagesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OutputConfig |
getOutputConfig()
Required.
|
OutputConfigOrBuilder |
getOutputConfigOrBuilder()
Required.
|
AnnotateImageRequest |
getRequests(int index)
Individual image annotation requests for this batch.
|
int |
getRequestsCount()
Individual image annotation requests for this batch.
|
List<AnnotateImageRequest> |
getRequestsList()
Individual image annotation requests for this batch.
|
AnnotateImageRequestOrBuilder |
getRequestsOrBuilder(int index)
Individual image annotation requests for this batch.
|
List<? extends AnnotateImageRequestOrBuilder> |
getRequestsOrBuilderList()
Individual image annotation requests for this batch.
|
boolean |
hasOutputConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AnnotateImageRequest> getRequestsList()
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1;AnnotateImageRequest getRequests(int index)
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1;int getRequestsCount()
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1;List<? extends AnnotateImageRequestOrBuilder> getRequestsOrBuilderList()
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1;AnnotateImageRequestOrBuilder getRequestsOrBuilder(int index)
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1;boolean hasOutputConfig()
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2;OutputConfig getOutputConfig()
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2;OutputConfigOrBuilder getOutputConfigOrBuilder()
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2;Copyright © 2019 Google LLC. All rights reserved.