LivenessDetectionResult class

Constructors

LivenessDetectionResult({LivenessFace? frontFace, LivenessFace? rightFace, LivenessFace? leftFace})
LivenessDetectionResult.fromMap(Map<String, dynamic> json)
Creates an instance of LivenessDetectionResult from a json response.

Properties

frontFace LivenessFace?
The front face of the user
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
leftFace LivenessFace?
The front left of the user
getter/setter pair
prompts List<LivenessPrompt>
List of prompts that the user has encountered
getter/setter pair
rightFace LivenessFace?
The front right of the user
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