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