Class ImageAnnotatorGrpc.ImageAnnotatorImplBase (3.39.0)

public abstract static class ImageAnnotatorGrpc.ImageAnnotatorImplBase implements BindableService, ImageAnnotatorGrpc.AsyncService

Base class for the server implementation of the 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 > ImageAnnotatorGrpc.ImageAnnotatorImplBase

Implements

io.grpc.BindableService, ImageAnnotatorGrpc.AsyncService

Constructors

ImageAnnotatorImplBase()

public ImageAnnotatorImplBase()

Methods

bindService()

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