PadStatus enum

Enumerates the statuses of the presentation attack detection (PAD).

Inheritance

Constructors

PadStatus()
const

Values

unknown → const PadStatus

No decision could be made.

bonafide → const PadStatus

The detected face is a bonafide (real face).

attack → const PadStatus

The detected face is an attack (spoof).

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<PadStatus>
A constant List of the values in this enum, in order of their declaration.
[unknown, bonafide, attack]