Extraction constructor
Extraction(
- Codeline codeline,
- FaceDetection faceDetection
Constructor with both mandatory parameters.
Implementation
Extraction(this.codeline, this.faceDetection);