Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.vision.v1p4beta1.stub |
Modifier and Type | Method and Description |
---|---|
Operation |
ImageAnnotatorGrpc.ImageAnnotatorBlockingStub.asyncBatchAnnotateImages(AsyncBatchAnnotateImagesRequest request)
Run asynchronous image detection and annotation for a list of images.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
ImageAnnotatorGrpc.ImageAnnotatorFutureStub.asyncBatchAnnotateImages(AsyncBatchAnnotateImagesRequest request)
Run asynchronous image detection and annotation for a list of images.
|
void |
ImageAnnotatorGrpc.ImageAnnotatorImplBase.asyncBatchAnnotateImages(AsyncBatchAnnotateImagesRequest request,
StreamObserver<Operation> responseObserver)
Run asynchronous image detection and annotation for a list of images.
|
void |
ImageAnnotatorGrpc.ImageAnnotatorStub.asyncBatchAnnotateImages(AsyncBatchAnnotateImagesRequest request,
StreamObserver<Operation> responseObserver)
Run asynchronous image detection and annotation for a list of images.
|
OperationFuture<AsyncBatchAnnotateImagesResponse,OperationMetadata> |
ImageAnnotatorClient.asyncBatchAnnotateImagesAsync(AsyncBatchAnnotateImagesRequest request)
Run asynchronous image detection and annotation for a list of images.
|
AsyncBatchAnnotateImagesRequest.Builder |
AsyncBatchAnnotateImagesRequest.Builder.mergeFrom(AsyncBatchAnnotateImagesRequest other) |
static AsyncBatchAnnotateImagesRequest.Builder |
AsyncBatchAnnotateImagesRequest.newBuilder(AsyncBatchAnnotateImagesRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.