M7LivelynessDetection class

Properties

contourDetectionColor Color?
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 contourColor = const Color(0xffab48e0)}) → void
Configures the shreshold values of which will be used while verfying Parameters: -
detectLivelyness(BuildContext context, {required M7DetectionConfig config}) Future<String?>
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