public static final class ImageAnnotatorGrpc.ImageAnnotatorFutureStub extends AbstractFutureStub<ImageAnnotatorGrpc.ImageAnnotatorFutureStub>
Service that performs Google Cloud Vision API detection tasks over client images, such as face, landmark, logo, label, and text detection. The ImageAnnotator service returns detected entities from the images.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Operation> |
asyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest request)
Run async image detection and annotation for a list of generic files (e.g.
|
com.google.common.util.concurrent.ListenableFuture<BatchAnnotateImagesResponse> |
batchAnnotateImages(BatchAnnotateImagesRequest request)
Run image detection and annotation for a batch of images.
|
protected ImageAnnotatorGrpc.ImageAnnotatorFutureStub |
build(Channel channel,
CallOptions callOptions) |
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected ImageAnnotatorGrpc.ImageAnnotatorFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<ImageAnnotatorGrpc.ImageAnnotatorFutureStub>
public com.google.common.util.concurrent.ListenableFuture<BatchAnnotateImagesResponse> batchAnnotateImages(BatchAnnotateImagesRequest request)
Run image detection and annotation for a batch of images.
public com.google.common.util.concurrent.ListenableFuture<Operation> asyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest request)
Run async image detection and annotation for a list of generic files (e.g. PDF) which may contain multiple pages and multiple images per page. Progress and results can be retrieved through the `google.longrunning.Operations` interface. `Operation.metadata` contains `OperationMetadata` (metadata). `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results).
Copyright © 2022 Google LLC. All rights reserved.