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 |
---|---|
UnaryCallable<AsyncBatchAnnotateFilesRequest,Operation> |
ImageAnnotatorClient.asyncBatchAnnotateFilesCallable()
Run asynchronous image detection and annotation for a list of generic files, such as PDF files,
which may contain multiple pages and multiple images per page.
|
OperationCallable<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata> |
ImageAnnotatorClient.asyncBatchAnnotateFilesOperationCallable()
Run asynchronous image detection and annotation for a list of generic files, such as PDF files,
which may contain multiple pages and multiple images per page.
|
OperationCallSettings<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata> |
ImageAnnotatorSettings.asyncBatchAnnotateFilesOperationSettings()
Returns the object with the settings used for calls to asyncBatchAnnotateFiles.
|
OperationCallSettings.Builder<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata> |
ImageAnnotatorSettings.Builder.asyncBatchAnnotateFilesOperationSettings()
Returns the builder for the settings used for calls to asyncBatchAnnotateFiles.
|
UnaryCallSettings<AsyncBatchAnnotateFilesRequest,Operation> |
ImageAnnotatorSettings.asyncBatchAnnotateFilesSettings()
Returns the object with the settings used for calls to asyncBatchAnnotateFiles.
|
UnaryCallSettings.Builder<AsyncBatchAnnotateFilesRequest,Operation> |
ImageAnnotatorSettings.Builder.asyncBatchAnnotateFilesSettings()
Returns the builder for the settings used for calls to asyncBatchAnnotateFiles.
|
static MethodDescriptor<AsyncBatchAnnotateFilesRequest,Operation> |
ImageAnnotatorGrpc.getAsyncBatchAnnotateFilesMethod() |
Parser<AsyncBatchAnnotateFilesRequest> |
AsyncBatchAnnotateFilesRequest.getParserForType() |
static Parser<AsyncBatchAnnotateFilesRequest> |
AsyncBatchAnnotateFilesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Operation |
ImageAnnotatorGrpc.ImageAnnotatorBlockingStub.asyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest request)
Run asynchronous image detection and annotation for a list of generic
files, such as PDF files, which may contain multiple pages and multiple
images per page.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
ImageAnnotatorGrpc.ImageAnnotatorFutureStub.asyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest request)
Run asynchronous image detection and annotation for a list of generic
files, such as PDF files, which may contain multiple pages and multiple
images per page.
|
void |
ImageAnnotatorGrpc.ImageAnnotatorImplBase.asyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest request,
StreamObserver<Operation> responseObserver)
Run asynchronous image detection and annotation for a list of generic
files, such as PDF files, which may contain multiple pages and multiple
images per page.
|
void |
ImageAnnotatorGrpc.ImageAnnotatorStub.asyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest request,
StreamObserver<Operation> responseObserver)
Run asynchronous image detection and annotation for a list of generic
files, such as PDF files, which may contain multiple pages and multiple
images per page.
|
OperationFuture<AsyncBatchAnnotateFilesResponse,OperationMetadata> |
ImageAnnotatorClient.asyncBatchAnnotateFilesAsync(AsyncBatchAnnotateFilesRequest request)
Run asynchronous image detection and annotation for a list of generic files, such as PDF files,
which may contain multiple pages and multiple images per page.
|
AsyncBatchAnnotateFilesRequest.Builder |
AsyncBatchAnnotateFilesRequest.Builder.mergeFrom(AsyncBatchAnnotateFilesRequest other) |
static AsyncBatchAnnotateFilesRequest.Builder |
AsyncBatchAnnotateFilesRequest.newBuilder(AsyncBatchAnnotateFilesRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.