LivenessFace class

Class representing the face detection by the liveness detection camera.

Constructors

LivenessFace.fromMap(Map<String, dynamic> json)
Creates an instance of LivenessFace from a json response.

Properties

eyesStatus FaceDetectionEyesStatus?
The eye status
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headDirection FaceDetectionHeadDirection?
The head direction
getter/setter pair
headEulerAngleX double?
The head angle in the X direction
getter/setter pair
headEulerAngleY double?
The head angle in the Y direction
getter/setter pair
headEulerAngleZ double?
The head angle in the Z direction
getter/setter pair
image Uint8List
The face image
getter/setter pair
leftEyeOpenProbability double?
The probability that the left eye is open
getter/setter pair
rightEyeOpenProbability double?
The probability that the right eye is open
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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