MrzIncompleteResultHandling enum

Defines how to handle incomplete MRZ results (e.g. caused by failed validation).

Inheritance
Available extensions

Values

ACCEPT → const MrzIncompleteResultHandling

Accept incomplete results. Fields failing validation will have a validation status of INVALID. Typically used for single-shot scanning.

REJECT → const MrzIncompleteResultHandling

Reject incomplete results. If any fields are missing or fail validation, the result document will be empty. Typically used for live scanning.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<MrzIncompleteResultHandling>
A constant List of the values in this enum, in order of their declaration.