LivenessDetectionSessionSettings class

Settings for liveness detection sessions

Inheritance
Implementers

Constructors

LivenessDetectionSessionSettings()

Properties

bearings List<Bearing>
The bearings the session will draw from when asking for a random pose
read / write
expiryTime num
Time it will take for the session to expire (in seconds)
read / write, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
numberOfResultsToCollect num
The number of detected faces and images the session must collect before finishing
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
showResult bool
Set to true to display the result of the session to the user
read / write, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
to JSON mapper for string conversion
override
toString() String
A string representation of this object. [...]
inherited

Operators

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

Static Properties

DEFAULT_BEARINGS List<Bearing>
Default pool of bearings the session will draw from when asking for a random pose
read / write