OnyxConfig enum

Inheritance

Constructors

OnyxConfig()
const

Values

licenseKey → const OnyxConfig
returnRawImage → const OnyxConfig
returnProcessedImage → const OnyxConfig
returnEnhancedImage → const OnyxConfig
returnSlapImage → const OnyxConfig
returnSlapWSQ → const OnyxConfig
shouldBinarizeProcessedImage → const OnyxConfig
returnFullFrameImage → const OnyxConfig
fullFrameMaxImageHeight → const OnyxConfig
returnWSQ → const OnyxConfig
returnFingerprintTemplate → const OnyxConfig
cropSizeWidth → const OnyxConfig
cropSizeHeight → const OnyxConfig
cropFactor → const OnyxConfig
showLoadingSpinner → const OnyxConfig
useManualCapture → const OnyxConfig
manualCaptureText → const OnyxConfig
captureFingersText → const OnyxConfig
captureThumbText → const OnyxConfig
fingersNotInFocusText → const OnyxConfig
thumbNotInFocusText → const OnyxConfig
useOnyxLive → const OnyxConfig
useFlash → const OnyxConfig
reticleOrientation → const OnyxConfig
computeNfiqMetrics → const OnyxConfig
targetPixelsPerInch → const OnyxConfig
subjectId → const OnyxConfig
uploadMetrics → const OnyxConfig
returnOnyxErrorOnLowQuality → const OnyxConfig
captureQualityThreshold → const OnyxConfig
fingerDetectionTimeout → const OnyxConfig

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<OnyxConfig>
A constant List of the values in this enum, in order of their declaration.