LivenessBackendErrorCode enum

Inheritance

Constructors

LivenessBackendErrorCode(int value)
const

Values

UNDEFINED → const LivenessBackendErrorCode
const LivenessBackendErrorCode(-1)
NO_LICENSE → const LivenessBackendErrorCode
const LivenessBackendErrorCode(200)
LOW_QUALITY → const LivenessBackendErrorCode
const LivenessBackendErrorCode(231)
TRACK_BREAK → const LivenessBackendErrorCode
const LivenessBackendErrorCode(246)
CLOSED_EYES_DETECTED → const LivenessBackendErrorCode
const LivenessBackendErrorCode(230)
HIGH_ASYMMETRY → const LivenessBackendErrorCode
const LivenessBackendErrorCode(232)
FACE_OVER_EMOTIONAL → const LivenessBackendErrorCode
const LivenessBackendErrorCode(233)
SUNGLASSES_DETECTED → const LivenessBackendErrorCode
const LivenessBackendErrorCode(234)
SMALL_AGE → const LivenessBackendErrorCode
const LivenessBackendErrorCode(235)
HEADDRESS_DETECTED → const LivenessBackendErrorCode
const LivenessBackendErrorCode(236)
MEDICINE_MASK_DETECTED → const LivenessBackendErrorCode
const LivenessBackendErrorCode(239)
OCCLUSION_DETECTED → const LivenessBackendErrorCode
const LivenessBackendErrorCode(240)
FOREHEAD_GLASSES_DETECTED → const LivenessBackendErrorCode
const LivenessBackendErrorCode(242)
MOUTH_OPENED → const LivenessBackendErrorCode
const LivenessBackendErrorCode(243)
ART_MASK_DETECTED → const LivenessBackendErrorCode
const LivenessBackendErrorCode(244)
NOT_MATCHED → const LivenessBackendErrorCode
const LivenessBackendErrorCode(237)
IMAGES_COUNT_LIMIT_EXCEEDED → const LivenessBackendErrorCode
const LivenessBackendErrorCode(238)
ELECTRONIC_DEVICE_DETECTED → const LivenessBackendErrorCode
const LivenessBackendErrorCode(245)
WRONG_GEO → const LivenessBackendErrorCode
const LivenessBackendErrorCode(247)
WRONG_OF → const LivenessBackendErrorCode
const LivenessBackendErrorCode(248)
WRONG_VIEW → const LivenessBackendErrorCode
const LivenessBackendErrorCode(249)

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
value int
final

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

Static Methods

getByValue(int? i) LivenessBackendErrorCode?

Constants

values → const List<LivenessBackendErrorCode>
A constant List of the values in this enum, in order of their declaration.