Class ImageAnnotatorGrpc.ImageAnnotatorImplBase

  • All Implemented Interfaces:
    ImageAnnotatorGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    ImageAnnotatorGrpc

    public abstract static class ImageAnnotatorGrpc.ImageAnnotatorImplBase
    extends Object
    implements io.grpc.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.
     
    • Constructor Detail

      • ImageAnnotatorImplBase

        public ImageAnnotatorImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService