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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface biopb.image.ObjectDetectionGrpc.AsyncService
getOpNames, runDetection, runDetectionOnGrid, runDetectionStream, runModelAdaptation
-
Constructor Details
-
ObjectDetectionImplBase
public ObjectDetectionImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-