OnyxResults class

the onyx results class.

Properties

enhancedFingerprintImages List<Uint8List>
The enhanced fingerprint Images.
getter/setter pair
fingerprintTemplates List<OnyxFingerprintTemplate>
the fingerprint templates.
getter/setter pair
fullFrameImage Uint8List?
the full frame image.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasMatches bool?
if the fingerprints have a match. null if not checked. Only returned in Android.
getter/setter pair
livenessConfidence double?
The liveness confidence.
getter/setter pair
nfiqScores List<int>
the nfiq scores.
getter/setter pair
processedFingerprintImages List<Uint8List>
The processed fingerprint images.
getter/setter pair
qualityMetric double?
the quality metric.
getter/setter pair
rawFingerprintImages List<Uint8List>
The raw fingerprint images.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slapImage Uint8List?
the slap image.
getter/setter pair
wsqData List<Uint8List>
wsq Data
getter/setter pair

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