Interface BatchAnnotateImagesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchAnnotateImagesRequest
,BatchAnnotateImagesRequest.Builder
public interface BatchAnnotateImagesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRequestsList
List<AnnotateImageRequest> getRequestsList()
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
getRequests
AnnotateImageRequest getRequests(int index)
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
getRequestsCount
int getRequestsCount()
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
getRequestsOrBuilderList
List<? extends AnnotateImageRequestOrBuilder> getRequestsOrBuilderList()
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
getRequestsOrBuilder
AnnotateImageRequestOrBuilder getRequestsOrBuilder(int index)
Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
-