Skip to main content

DocumentClassInfo

@microblink/blinkid


@microblink/blinkid / DocumentClassInfo

Type Alias: DocumentClassInfo

DocumentClassInfo = object

Represents the document class information.

Properties

country?

optional country: Country

The document country.


countryName?

optional countryName: string

The name of the country that issued the scanned document.


isoAlpha2CountryCode?

optional isoAlpha2CountryCode: string

The 2-letter ISO code of the country that issued the scanned document.


isoAlpha3CountryCode?

optional isoAlpha3CountryCode: string

The 3-letter ISO code of the country that issued the scanned document.


isoNumericCountryCode?

optional isoNumericCountryCode: string

The ISO numeric code of the country that issued the scanned document.


region?

optional region: Region

The document region.


type?

optional type: DocumentType

The type of the scanned document.