Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
com.google.cloud.vision.v1.stub |
Modifier and Type | Method and Description |
---|---|
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.
|
OperationFuture<AsyncBatchAnnotateFilesResponse,OperationMetadata> |
ImageAnnotatorClient.asyncBatchAnnotateFilesAsync(List<AsyncAnnotateFileRequest> requests)
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.
|
Parser<AsyncBatchAnnotateFilesResponse> |
AsyncBatchAnnotateFilesResponse.getParserForType() |
static Parser<AsyncBatchAnnotateFilesResponse> |
AsyncBatchAnnotateFilesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
AsyncBatchAnnotateFilesResponse.Builder |
AsyncBatchAnnotateFilesResponse.Builder.mergeFrom(AsyncBatchAnnotateFilesResponse other) |
static AsyncBatchAnnotateFilesResponse.Builder |
AsyncBatchAnnotateFilesResponse.newBuilder(AsyncBatchAnnotateFilesResponse prototype) |
Copyright © 2022 Google LLC. All rights reserved.