Class ImageAnnotatorGrpc.ImageAnnotatorFutureStub (3.40.0)

public static final class ImageAnnotatorGrpc.ImageAnnotatorFutureStub extends AbstractFutureStub<ImageAnnotatorGrpc.ImageAnnotatorFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service ImageAnnotator.

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.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > ImageAnnotatorGrpc.ImageAnnotatorFutureStub

Methods

batchAnnotateImages(BatchAnnotateImagesRequest request)

public ListenableFuture<BatchAnnotateImagesResponse> batchAnnotateImages(BatchAnnotateImagesRequest request)

Run image detection and annotation for a batch of images.

Parameter
Name Description
request BatchAnnotateImagesRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<BatchAnnotateImagesResponse>

build(Channel channel, CallOptions callOptions)

protected ImageAnnotatorGrpc.ImageAnnotatorFutureStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
ImageAnnotatorGrpc.ImageAnnotatorFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)