Uses of Class
com.google.cloud.vision.v1p2beta1.AnnotateImageRequest
-
Packages that use AnnotateImageRequest Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of AnnotateImageRequest in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 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)
Required.AnnotateImageRequest
BatchAnnotateImagesRequest. getRequests(int index)
Required.AnnotateImageRequest
BatchAnnotateImagesRequestOrBuilder. getRequests(int index)
Required.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.v1p2beta1 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()
Required.List<AnnotateImageRequest>
BatchAnnotateImagesRequest. getRequestsList()
Required.List<AnnotateImageRequest>
BatchAnnotateImagesRequestOrBuilder. getRequestsList()
Required.static com.google.protobuf.Parser<AnnotateImageRequest>
AnnotateImageRequest. parser()
Methods in com.google.cloud.vision.v1p2beta1 with parameters of type AnnotateImageRequest Modifier and Type Method Description BatchAnnotateImagesRequest.Builder
BatchAnnotateImagesRequest.Builder. addRequests(int index, AnnotateImageRequest value)
Required.BatchAnnotateImagesRequest.Builder
BatchAnnotateImagesRequest.Builder. addRequests(AnnotateImageRequest value)
Required.AnnotateImageRequest.Builder
AnnotateImageRequest.Builder. mergeFrom(AnnotateImageRequest other)
static AnnotateImageRequest.Builder
AnnotateImageRequest. newBuilder(AnnotateImageRequest prototype)
BatchAnnotateImagesRequest.Builder
BatchAnnotateImagesRequest.Builder. setRequests(int index, AnnotateImageRequest value)
Required.Method parameters in com.google.cloud.vision.v1p2beta1 with type arguments of type AnnotateImageRequest Modifier and Type Method Description BatchAnnotateImagesRequest.Builder
BatchAnnotateImagesRequest.Builder. addAllRequests(Iterable<? extends AnnotateImageRequest> values)
Required.BatchAnnotateImagesResponse
ImageAnnotatorClient. batchAnnotateImages(List<AnnotateImageRequest> requests)
Run image detection and annotation for a batch of images.
-