CaptureResult constructor

const CaptureResult({
  1. required String cleanPath,
  2. required String annotatedPath,
  3. required List<DetectionResult> detections,
})

Implementation

const CaptureResult({required this.cleanPath, required this.annotatedPath, required this.detections});