Uses of Class
com.google.cloud.vision.v1p3beta1.AnnotateImageRequest
-
Packages that use AnnotateImageRequest Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of AnnotateImageRequest in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 that return AnnotateImageRequest Modifier and Type Method Description AnnotateImageRequest
AnnotateImageRequest.Builder. build()
AnnotateImageRequest
AnnotateImageRequest.Builder. buildPartial()
static AnnotateImageRequest
AnnotateImageRequest. getDefaultInstance()
AnnotateImageRequest
AnnotateImageRequest.Builder. getDefaultInstanceForType()
AnnotateImageRequest
AnnotateImageRequest. getDefaultInstanceForType()
AnnotateImageRequest
BatchAnnotateImagesRequest.Builder. getRequests(int index)
Individual image annotation requests for this batch.AnnotateImageRequest
BatchAnnotateImagesRequest. getRequests(int index)
Individual image annotation requests for this batch.AnnotateImageRequest
BatchAnnotateImagesRequestOrBuilder. getRequests(int index)
Individual image annotation requests for this batch.static AnnotateImageRequest
AnnotateImageRequest. parseDelimitedFrom(InputStream input)
static AnnotateImageRequest
AnnotateImageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateImageRequest
AnnotateImageRequest. parseFrom(byte[] data)
static AnnotateImageRequest
AnnotateImageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateImageRequest
AnnotateImageRequest. parseFrom(com.google.protobuf.ByteString data)
static AnnotateImageRequest
AnnotateImageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateImageRequest
AnnotateImageRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotateImageRequest
AnnotateImageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateImageRequest
AnnotateImageRequest. parseFrom(InputStream input)
static AnnotateImageRequest
AnnotateImageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateImageRequest
AnnotateImageRequest. parseFrom(ByteBuffer data)
static AnnotateImageRequest
AnnotateImageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type AnnotateImageRequest Modifier and Type Method Description com.google.protobuf.Parser<AnnotateImageRequest>
AnnotateImageRequest. getParserForType()
List<AnnotateImageRequest>
BatchAnnotateImagesRequest.Builder. getRequestsList()
Individual image annotation requests for this batch.List<AnnotateImageRequest>
BatchAnnotateImagesRequest. getRequestsList()
Individual image annotation requests for this batch.List<AnnotateImageRequest>
BatchAnnotateImagesRequestOrBuilder. getRequestsList()
Individual image annotation requests for this batch.static com.google.protobuf.Parser<AnnotateImageRequest>
AnnotateImageRequest. parser()
Methods in com.google.cloud.vision.v1p3beta1 with parameters of type AnnotateImageRequest Modifier and Type Method Description BatchAnnotateImagesRequest.Builder
BatchAnnotateImagesRequest.Builder. addRequests(int index, AnnotateImageRequest value)
Individual image annotation requests for this batch.BatchAnnotateImagesRequest.Builder
BatchAnnotateImagesRequest.Builder. addRequests(AnnotateImageRequest value)
Individual image annotation requests for this batch.AnnotateImageRequest.Builder
AnnotateImageRequest.Builder. mergeFrom(AnnotateImageRequest other)
static AnnotateImageRequest.Builder
AnnotateImageRequest. newBuilder(AnnotateImageRequest prototype)
BatchAnnotateImagesRequest.Builder
BatchAnnotateImagesRequest.Builder. setRequests(int index, AnnotateImageRequest value)
Individual image annotation requests for this batch.Method parameters in com.google.cloud.vision.v1p3beta1 with type arguments of type AnnotateImageRequest Modifier and Type Method Description BatchAnnotateImagesRequest.Builder
BatchAnnotateImagesRequest.Builder. addAllRequests(Iterable<? extends AnnotateImageRequest> values)
Individual image annotation requests for this batch.BatchAnnotateImagesResponse
ImageAnnotatorClient. batchAnnotateImages(List<AnnotateImageRequest> requests)
Run image detection and annotation for a batch of images.
-