Package biopb.image

Class ObjectDetectionGrpc

java.lang.Object
biopb.image.ObjectDetectionGrpc

@Generated(value="by gRPC proto compiler (version 1.68.0)", comments="Source: biopb/image/rpc_object_detection.proto") public final class ObjectDetectionGrpc extends Object
 Implementing the `RunDetection` call is mandatory. The rest are optional.
 
  • Field Details

  • Method Details

    • getRunDetectionMethod

      public static io.grpc.MethodDescriptor<DetectionRequest,DetectionResponse> getRunDetectionMethod()
    • getRunDetectionStreamMethod

      public static io.grpc.MethodDescriptor<DetectionRequest,DetectionResponse> getRunDetectionStreamMethod()
    • getRunDetectionOnGridMethod

      public static io.grpc.MethodDescriptor<DetectionRequest,DetectionResponse> getRunDetectionOnGridMethod()
    • getRunModelAdaptationMethod

      public static io.grpc.MethodDescriptor<DetectionRequest,com.google.protobuf.Any> getRunModelAdaptationMethod()
    • getGetOpNamesMethod

      public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,OpNames> getGetOpNamesMethod()
    • newStub

      public static ObjectDetectionGrpc.ObjectDetectionStub newStub(io.grpc.Channel channel)
      Creates a new async stub that supports all call types for the service
    • newBlockingStub

      public static ObjectDetectionGrpc.ObjectDetectionBlockingStub newBlockingStub(io.grpc.Channel channel)
      Creates a new blocking-style stub that supports unary and streaming output calls on the service
    • newFutureStub

      public static ObjectDetectionGrpc.ObjectDetectionFutureStub newFutureStub(io.grpc.Channel channel)
      Creates a new ListenableFuture-style stub that supports unary calls on the service
    • bindService

      public static final io.grpc.ServerServiceDefinition bindService(ObjectDetectionGrpc.AsyncService service)
    • getServiceDescriptor

      public static io.grpc.ServiceDescriptor getServiceDescriptor()