@regulaforensics/document-reader
    Preparing search index...

    Class DocumentType

    Index
    countryName: string | null

    Document issuing country name.

    description: string | null

    Document description text.

    fDSID: number[] | null

    An array of IRS document identifiers.

    format: DocFormat

    Document format.

    iCAOCode: string | null

    Document issuing country ICAO code.

    id: number

    Document type numeric code.

    isDeprecated: boolean

    Document deprecation.

    mrz: boolean

    Flag for MRZ presence on a document.

    name: string | null

    Document type name.

    pageIndex: number

    An index of the document page whence results are received.

    Document type.

    year: string | null

    Document issue year.

    • Allows you to deserialize object.

      Parameters

      • jsonObject: any

      Returns DocumentType | null