Class ImageAnnotatorGrpc.ImageAnnotatorStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ImageAnnotatorGrpc.ImageAnnotatorStub>
-
- com.google.cloud.vision.v1p1beta1.ImageAnnotatorGrpc.ImageAnnotatorStub
-
- Enclosing class:
- ImageAnnotatorGrpc
public static final class ImageAnnotatorGrpc.ImageAnnotatorStub extends io.grpc.stub.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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
build
protected ImageAnnotatorGrpc.ImageAnnotatorStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ImageAnnotatorGrpc.ImageAnnotatorStub>
-
batchAnnotateImages
public void batchAnnotateImages(BatchAnnotateImagesRequest request, io.grpc.stub.StreamObserver<BatchAnnotateImagesResponse> responseObserver)
Run image detection and annotation for a batch of images.
-
-