Class ImageAnnotatorGrpc.ImageAnnotatorImplBase (3.1.0)

public abstract static class ImageAnnotatorGrpc.ImageAnnotatorImplBase implements 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.

Inheritance

java.lang.Object > ImageAnnotatorGrpc.ImageAnnotatorImplBase

Implements

io.grpc.BindableService

Constructors

ImageAnnotatorImplBase()

public ImageAnnotatorImplBase()

Methods

asyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest request, StreamObserver<Operation> responseObserver)

public void asyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest request, StreamObserver<Operation> responseObserver)

Run async image detection and annotation for a list of generic files (e.g. PDF) which may contain multiple pages and multiple images per page. Progress and results can be retrieved through the google.longrunning.Operations interface. Operation.metadata contains OperationMetadata (metadata). Operation.response contains AsyncBatchAnnotateFilesResponse (results).

Parameters
NameDescription
requestAsyncBatchAnnotateFilesRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

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
NameDescription
requestBatchAnnotateImagesRequest
responseObserverio.grpc.stub.StreamObserver<BatchAnnotateImagesResponse>

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition