Package biopb.image

Class ProcessImageGrpc.ProcessImageImplBase

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

public abstract static class ProcessImageGrpc.ProcessImageImplBase extends Object implements io.grpc.BindableService, ProcessImageGrpc.AsyncService
Base class for the server implementation of the service ProcessImage.
 A generic image process protocol that returns a new image. Examples include
 denoising, super-resolution, and semantic segmentation.
 
  • Constructor Details

    • ProcessImageImplBase

      public ProcessImageImplBase()
  • Method Details

    • bindService

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