Uses of Class
biopb.image.DetectionResponse
Packages that use DetectionResponse
-
Uses of DetectionResponse in biopb.image
Methods in biopb.image that return DetectionResponseModifier and TypeMethodDescriptionDetectionResponse.Builder.build()DetectionResponse.Builder.buildPartial()static DetectionResponseDetectionResponse.getDefaultInstance()DetectionResponse.Builder.getDefaultInstanceForType()DetectionResponse.getDefaultInstanceForType()static DetectionResponseDetectionResponse.parseDelimitedFrom(InputStream input) static DetectionResponseDetectionResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionResponseDetectionResponse.parseFrom(byte[] data) static DetectionResponseDetectionResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionResponseDetectionResponse.parseFrom(com.google.protobuf.ByteString data) static DetectionResponseDetectionResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionResponseDetectionResponse.parseFrom(com.google.protobuf.CodedInputStream input) static DetectionResponseDetectionResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionResponseDetectionResponse.parseFrom(InputStream input) static DetectionResponseDetectionResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionResponseDetectionResponse.parseFrom(ByteBuffer data) static DetectionResponseDetectionResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ObjectDetectionGrpc.ObjectDetectionBlockingStub.runDetection(DetectionRequest request) Unitary call for computing cell detection / segmentation.Methods in biopb.image that return types with arguments of type DetectionResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DetectionResponse>DetectionResponse.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 com.google.protobuf.Parser<DetectionResponse>DetectionResponse.parser()com.google.common.util.concurrent.ListenableFuture<DetectionResponse>ObjectDetectionGrpc.ObjectDetectionFutureStub.runDetection(DetectionRequest request) Unitary call for computing cell detection / segmentation.Methods in biopb.image with parameters of type DetectionResponseModifier and TypeMethodDescriptionDetectionResponse.Builder.mergeFrom(DetectionResponse other) static DetectionResponse.BuilderDetectionResponse.newBuilder(DetectionResponse prototype) Method parameters in biopb.image with type arguments of type DetectionResponseModifier and TypeMethodDescriptiondefault voidObjectDetectionGrpc.AsyncService.runDetection(DetectionRequest request, io.grpc.stub.StreamObserver<DetectionResponse> responseObserver) 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.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.