MrzIncompleteResultHandling

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

Entries

Link copied to clipboard

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

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun toJson(): String
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.