Class ImageAnnotatorGrpc.ImageAnnotatorStub (3.40.0)

public static final class ImageAnnotatorGrpc.ImageAnnotatorStub extends AbstractAsyncStub<ImageAnnotatorGrpc.ImageAnnotatorStub>

A stub to allow clients to do asynchronous 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.AbstractAsyncStub > ImageAnnotatorGrpc.ImageAnnotatorStub

Methods

batchAnnotateImages(BatchAnnotateImagesRequest request, StreamObserver<BatchAnnotateImagesResponse> responseObserver)

public void batchAnnotateImages(BatchAnnotateImagesRequest request, StreamObserver<BatchAnnotateImagesResponse> responseObserver)

Run image detection and annotation for a batch of images.

Parameters
Name Description
request BatchAnnotateImagesRequest
responseObserver io.grpc.stub.StreamObserver<BatchAnnotateImagesResponse>

build(Channel channel, CallOptions callOptions)

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