M7LivelynessDetection class

Properties

contourDotColor Color?
no setter
contourDotRadius double?
no setter
contourLineColor Color?
no setter
contourLineWidth double?
no setter
dashGap double
no setter
dashLength double
no setter
displayDash bool
no setter
displayDots bool
no setter
displayLines bool
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeAreaPadding EdgeInsets
no setter
thresholdConfig List<M7DetectionThreshold>
no setter

Methods

configure({required List<M7DetectionThreshold> thresholds, Color lineColor = const Color(0xffab48e0), Color dotColor = const Color(0xffab48e0), double lineWidth = 1.6, double dotSize = 2.0, bool displayLines = true, bool displayDots = true, List<double>? dashValues}) → void
Configures the shreshold values of which will be used while verfying Parameters: -
detectLivelyness(BuildContext context, {required M7DetectionConfig config}) Future<M7CapturedImage?>
A single line functoin to detect weather the face is live or not. Parameters: -
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance M7LivelynessDetection
final