Contains information about one document type candidate

OneCandidate

interface OneCandidate {
    AuthenticityNecessaryLights?: number;
    CheckAuthenticity?: number;
    DocumentName?: string;
    FDSIDList?: FDSIDList;
    ID?: number;
    NecessaryLights?: number;
    P?: number;
    RFID_Presence?: RfidLocation;
    UVExp?: number;
}

Properties

AuthenticityNecessaryLights?: number

Combination of lighting scheme identifiers (combination of Light enum) needed to perform all authenticity checks specified in CheckAuthenticity

OneCandidate

CheckAuthenticity?: number

Set of authentication options provided for this type of document (combination of Authenticity enum)

OneCandidate

DocumentName?: string

Document name

OneCandidate

FDSIDList?: FDSIDList

OneCandidate

ID?: number

Unique document type template identifier (Regula's internal numeric code)

OneCandidate

NecessaryLights?: number

Combination of lighting scheme identifiers (Light enum) required to conduct OCR for this type of document

OneCandidate

P?: number

A measure of the likelihood of correct recognition in the analysis of this type of document

OneCandidate

RFID_Presence?: RfidLocation

OneCandidate

UVExp?: number

The required exposure value of the camera when receiving images of a document of this type for a UV lighting scheme

OneCandidate