Contains information about one document type candidate

ChosenDocumentType

interface ChosenDocumentType {
    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

ChosenDocumentType

CheckAuthenticity?: number

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

ChosenDocumentType

DocumentName?: string

Document name

ChosenDocumentType

FDSIDList?: FDSIDList

ChosenDocumentType

ID?: number

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

ChosenDocumentType

NecessaryLights?: number

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

ChosenDocumentType

P?: number

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

ChosenDocumentType

RFID_Presence?: RfidLocation

ChosenDocumentType

UVExp?: number

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

ChosenDocumentType