CaptureResult constructor
const
CaptureResult({
- required String cleanPath,
- required String annotatedPath,
- required List<
DetectionResult> detections,
Implementation
const CaptureResult({required this.cleanPath, required this.annotatedPath, required this.detections});