public static final class ImageAnnotatorGrpc.ImageAnnotatorStub extends io.grpc.stub.AbstractStub<ImageAnnotatorGrpc.ImageAnnotatorStub>
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.
Modifier and Type | Method and Description |
---|---|
void |
batchAnnotateImages(BatchAnnotateImagesRequest request,
io.grpc.stub.StreamObserver<BatchAnnotateImagesResponse> responseObserver)
Run image detection and annotation for a batch of images.
|
protected ImageAnnotatorGrpc.ImageAnnotatorStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
protected ImageAnnotatorGrpc.ImageAnnotatorStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<ImageAnnotatorGrpc.ImageAnnotatorStub>
public void batchAnnotateImages(BatchAnnotateImagesRequest request, io.grpc.stub.StreamObserver<BatchAnnotateImagesResponse> responseObserver)
Run image detection and annotation for a batch of images.