FaceDetectionConfig class
Constructors
-
FaceDetectionConfig({String message = '', TextStyle messageStyle = const TextStyle(color: Colors.white), bool showControls = true, bool showCaptureControl = true, bool showFlashControl = true, bool showCameraLensControl = true, bool showStatusMessage = true, IndicatorShape indicatorShape = IndicatorShape.defaultShape, bool autoDisableCaptureControl = false, bool autoCapture = false, ImageResolution imageResolution = ImageResolution.high, CameraFlashMode defaultFlashMode = CameraFlashMode.off, CameraOrientation orientation = CameraOrientation.portraitUp, FaceDetectorMode performanceMode = FaceDetectorMode.fast, AccuracyConfig? accuracyConfig})
-
-
FaceDetectionConfig.fromMap(Map<String, dynamic>? map)
-
factory
Methods
-
copyWith({String? message, TextStyle? messageStyle, bool? showControls, bool? showCaptureControl, bool? showFlashControl, bool? showCameraLensControl, bool? showStatusMessage, IndicatorShape? indicatorShape, bool? autoDisableCaptureControl, bool? autoCapture, ImageResolution? imageResolution, CameraFlashMode? defaultFlashMode, CameraOrientation? orientation, FaceDetectorMode? performanceMode, AccuracyConfig? accuracyConfig})
→ FaceDetectionConfig
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited