FaceDetectionResult constructor

FaceDetectionResult({
  1. bool detected,
  2. double? left,
  3. double? top,
  4. double? width,
  5. double? height,
  6. String? message,
})

Implementation

external factory FaceDetectionResult(
    {bool detected,
    double? left,
    double? top,
    double? width,
    double? height,
    String? message});