public abstract static class ImageAnnotatorGrpc.ImageAnnotatorImplBase
extends java.lang.Object
implements io.grpc.BindableService
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.
Constructor and Description |
---|
ImageAnnotatorImplBase() |
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.
|
io.grpc.ServerServiceDefinition |
bindService() |
public void batchAnnotateImages(BatchAnnotateImagesRequest request, io.grpc.stub.StreamObserver<BatchAnnotateImagesResponse> responseObserver)
Run image detection and annotation for a batch of images.
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService