Uses of Class
com.google.cloud.vision.v1p4beta1.AnnotateImageRequest
-
Packages that use AnnotateImageRequest Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of AnnotateImageRequest in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 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
AsyncBatchAnnotateImagesRequest.Builder. getRequests(int index)
Required.AnnotateImageRequest
AsyncBatchAnnotateImagesRequest. getRequests(int index)
Required.AnnotateImageRequest
AsyncBatchAnnotateImagesRequestOrBuilder. getRequests(int index)
Required.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.v1p4beta1 that return types with arguments of type AnnotateImageRequest Modifier and Type Method Description com.google.protobuf.Parser<AnnotateImageRequest>
AnnotateImageRequest. getParserForType()
List<AnnotateImageRequest>
AsyncBatchAnnotateImagesRequest.Builder. getRequestsList()
Required.List<AnnotateImageRequest>
AsyncBatchAnnotateImagesRequest. getRequestsList()
Required.List<AnnotateImageRequest>
AsyncBatchAnnotateImagesRequestOrBuilder. getRequestsList()
Required.List<AnnotateImageRequest>
BatchAnnotateImagesRequest.Builder. getRequestsList()
Required.List<AnnotateImageRequest>
BatchAnnotateImagesRequest. getRequestsList()
Required.List<AnnotateImageRequest>
BatchAnnotateImagesRequestOrBuilder. getRequestsList()
Required.static com.google.protobuf.Parser<AnnotateImageRequest>
AnnotateImageRequest. parser()
Method parameters in com.google.cloud.vision.v1p4beta1 with type arguments of type AnnotateImageRequest Modifier and Type Method Description AsyncBatchAnnotateImagesRequest.Builder
AsyncBatchAnnotateImagesRequest.Builder. addAllRequests(Iterable<? extends AnnotateImageRequest> values)
Required.BatchAnnotateImagesRequest.Builder
BatchAnnotateImagesRequest.Builder. addAllRequests(Iterable<? extends AnnotateImageRequest> values)
Required.com.google.api.gax.longrunning.OperationFuture<AsyncBatchAnnotateImagesResponse,OperationMetadata>
ImageAnnotatorClient. asyncBatchAnnotateImagesAsync(List<AnnotateImageRequest> requests, OutputConfig outputConfig)
Run asynchronous image detection and annotation for a list of images.BatchAnnotateImagesResponse
ImageAnnotatorClient. batchAnnotateImages(List<AnnotateImageRequest> requests)
Run image detection and annotation for a batch of images.
-