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.
|
OperationFuture<AsyncBatchAnnotateImagesResponse,OperationMetadata> |
ImageAnnotatorClient.asyncBatchAnnotateImagesAsync(AsyncBatchAnnotateImagesRequest request)
Run asynchronous image detection and annotation for a list of images.
|
OperationFuture<AsyncBatchAnnotateImagesResponse,OperationMetadata> |
ImageAnnotatorClient.asyncBatchAnnotateImagesAsync(List<AnnotateImageRequest> requests,
OutputConfig outputConfig)
Run asynchronous image detection and annotation for a list of images.
|
OperationCallable<AsyncBatchAnnotateImagesRequest,AsyncBatchAnnotateImagesResponse,OperationMetadata> |
ImageAnnotatorClient.asyncBatchAnnotateImagesOperationCallable()
Run asynchronous image detection and annotation for a list of images.
|
OperationCallSettings<AsyncBatchAnnotateImagesRequest,AsyncBatchAnnotateImagesResponse,OperationMetadata> |
ImageAnnotatorSettings.asyncBatchAnnotateImagesOperationSettings()
Returns the object with the settings used for calls to asyncBatchAnnotateImages.
|
OperationCallSettings.Builder<AsyncBatchAnnotateImagesRequest,AsyncBatchAnnotateImagesResponse,OperationMetadata> |
ImageAnnotatorSettings.Builder.asyncBatchAnnotateImagesOperationSettings()
Returns the builder for the settings used for calls to asyncBatchAnnotateImages.
|
Parser<OperationMetadata> |
OperationMetadata.getParserForType() |
static Parser<OperationMetadata> |
OperationMetadata.parser() |
Modifier and Type | Method and Description |
---|---|
OperationMetadata.Builder |
OperationMetadata.Builder.mergeFrom(OperationMetadata other) |
static OperationMetadata.Builder |
OperationMetadata.newBuilder(OperationMetadata prototype) |
Copyright © 2022 Google LLC. All rights reserved.