@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface OneCandidate

    Contains information about one document type candidate

    OneCandidate

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

    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

    OVIExp: number

    Camera exposure value necessary when obtaining document images of the given type for AXIAL lighting scheme

    OneCandidate

    P: number

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

    OneCandidate

    RFID_Presence: RfidLocation

    OneCandidate

    Rotated180: number

    true if the document of the given type is rotated by 180 degrees

    OneCandidate

    RotationAngle?: number

    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