Package biopb.image

Class ObjectDetectionGrpc.ObjectDetectionImplBase

java.lang.Object
biopb.image.ObjectDetectionGrpc.ObjectDetectionImplBase
All Implemented Interfaces:
ObjectDetectionGrpc.AsyncService, io.grpc.BindableService
Enclosing class:
ObjectDetectionGrpc

public abstract static class ObjectDetectionGrpc.ObjectDetectionImplBase extends Object implements io.grpc.BindableService, ObjectDetectionGrpc.AsyncService
Base class for the server implementation of the service ObjectDetection.
 Implementing the `RunDetection` call is mandatory. The rest are optional.
 
  • Constructor Details

    • ObjectDetectionImplBase

      public ObjectDetectionImplBase()
  • Method Details

    • bindService

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