Uses of Class
biopb.image.DetectionRequest
Packages that use DetectionRequest
-
Uses of DetectionRequest in biopb.image
Methods in biopb.image that return DetectionRequestModifier and TypeMethodDescriptionDetectionRequest.Builder.build()DetectionRequest.Builder.buildPartial()static DetectionRequestDetectionRequest.getDefaultInstance()DetectionRequest.Builder.getDefaultInstanceForType()DetectionRequest.getDefaultInstanceForType()static DetectionRequestDetectionRequest.parseDelimitedFrom(InputStream input) static DetectionRequestDetectionRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionRequestDetectionRequest.parseFrom(byte[] data) static DetectionRequestDetectionRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionRequestDetectionRequest.parseFrom(com.google.protobuf.ByteString data) static DetectionRequestDetectionRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionRequestDetectionRequest.parseFrom(com.google.protobuf.CodedInputStream input) static DetectionRequestDetectionRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionRequestDetectionRequest.parseFrom(InputStream input) static DetectionRequestDetectionRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionRequestDetectionRequest.parseFrom(ByteBuffer data) static DetectionRequestDetectionRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in biopb.image that return types with arguments of type DetectionRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DetectionRequest>DetectionRequest.getParserForType()static io.grpc.MethodDescriptor<DetectionRequest,DetectionResponse> ObjectDetectionGrpc.getRunDetectionMethod()static io.grpc.MethodDescriptor<DetectionRequest,DetectionResponse> ObjectDetectionGrpc.getRunDetectionOnGridMethod()static io.grpc.MethodDescriptor<DetectionRequest,DetectionResponse> ObjectDetectionGrpc.getRunDetectionStreamMethod()static io.grpc.MethodDescriptor<DetectionRequest,com.google.protobuf.Any> ObjectDetectionGrpc.getRunModelAdaptationMethod()static com.google.protobuf.Parser<DetectionRequest>DetectionRequest.parser()default io.grpc.stub.StreamObserver<DetectionRequest>ObjectDetectionGrpc.AsyncService.runDetectionOnGrid(io.grpc.stub.StreamObserver<DetectionResponse> responseObserver) Send the image dataset as a stream of (overlapping or non-overlapping) image patches, instead of one large chunk of binary data.io.grpc.stub.StreamObserver<DetectionRequest>ObjectDetectionGrpc.ObjectDetectionStub.runDetectionOnGrid(io.grpc.stub.StreamObserver<DetectionResponse> responseObserver) Send the image dataset as a stream of (overlapping or non-overlapping) image patches, instead of one large chunk of binary data.default io.grpc.stub.StreamObserver<DetectionRequest>ObjectDetectionGrpc.AsyncService.runDetectionStream(io.grpc.stub.StreamObserver<DetectionResponse> responseObserver) The streaming version allows dynamic updating of the DetectionRequest and getting updated results.io.grpc.stub.StreamObserver<DetectionRequest>ObjectDetectionGrpc.ObjectDetectionStub.runDetectionStream(io.grpc.stub.StreamObserver<DetectionResponse> responseObserver) The streaming version allows dynamic updating of the DetectionRequest and getting updated results.default io.grpc.stub.StreamObserver<DetectionRequest>ObjectDetectionGrpc.AsyncService.runModelAdaptation(io.grpc.stub.StreamObserver<com.google.protobuf.Any> responseObserver) Run model adaptation based on the submitted stream of DetectionRequest, which may or may not contain ROI annotations.io.grpc.stub.StreamObserver<DetectionRequest>ObjectDetectionGrpc.ObjectDetectionStub.runModelAdaptation(io.grpc.stub.StreamObserver<com.google.protobuf.Any> responseObserver) Run model adaptation based on the submitted stream of DetectionRequest, which may or may not contain ROI annotations.Methods in biopb.image with parameters of type DetectionRequestModifier and TypeMethodDescriptionDetectionRequest.Builder.mergeFrom(DetectionRequest other) static DetectionRequest.BuilderDetectionRequest.newBuilder(DetectionRequest prototype) default voidObjectDetectionGrpc.AsyncService.runDetection(DetectionRequest request, io.grpc.stub.StreamObserver<DetectionResponse> responseObserver) Unitary call for computing cell detection / segmentation.ObjectDetectionGrpc.ObjectDetectionBlockingStub.runDetection(DetectionRequest request) Unitary call for computing cell detection / segmentation.com.google.common.util.concurrent.ListenableFuture<DetectionResponse>ObjectDetectionGrpc.ObjectDetectionFutureStub.runDetection(DetectionRequest request) Unitary call for computing cell detection / segmentation.voidObjectDetectionGrpc.ObjectDetectionStub.runDetection(DetectionRequest request, io.grpc.stub.StreamObserver<DetectionResponse> responseObserver) Unitary call for computing cell detection / segmentation.