ID Document Type

Defined in framework ScanditIdCapture

SDCIdDocumentType

Added in version 6.5.0

This enum class is used to specify what documents can be scanned in ID Capture. Documents are set in SDCIdCaptureSettings.supportedDocuments method.

SDCIdDocumentTypeDLVIZ

Added in version 6.5.0

Allows to scan the front page of Driver License document. The result would be of type SDCVizResult.

SDCIdDocumentTypeAAMVABarcode

Added in version 6.6.0

Allows to scan back page of AAMVA Driver License documents that contains PDF417 with the data. The result would be of type SDCAAMVABarcodeResult.

SDCIdDocumentTypeColombiaDlBarcode

Added in version 6.13.0

Allows to scan back page of Colombia Driver’s License (Licencia de Conducción) that contains PDF417 with the data. The result would be of type SDCColombiaDlBarcodeResult.

SDCIdDocumentTypeColombiaIdBarcode

Added in version 6.8.0

Allows to scan back page of Colombia ID (Cédula de Ciudadanía) that contains PDF417 with the data. The result would be of type SDCColombiaIdBarcodeResult.

SDCIdDocumentTypeVisaMRZ

Added in version 6.5.0

Allows to scan MRZ zone of the visa card. The result would be of type SDCMrzResult.

SDCIdDocumentTypePassportMRZ

Added in version 6.5.0

Allows to scan MRZ zone of the passport. The result would be of type SDCMrzResult.

SDCIdDocumentTypeSwissDLMRZ

Added in version 6.5.0

Allows to scan MRZ zone of the Swiss driver’s license. The result would be of type SDCMrzResult.

SDCIdDocumentTypeIdCardMRZ

Added in version 6.5.0

Allows to scan MRZ zone of ID card. The result would be of type SDCMrzResult.

SDCIdDocumentTypeIdCardVIZ

Added in version 6.5.0

Allows to scan ID documents. The result would be of type SDCVizResult.

SDCIdDocumentTypeUSUSIdBarcode

Added in version 6.5.0

Allows to scan back page of US Uniformed Services documents that contains PDF417 with the data. The result would be of type SDCUsUniformedServicesBarcodeResult.

SDCIdDocumentTypeArgentinaIdBarcode

Added in version 6.8.0

Allows to scan back page of Argentina ID (Documento Nacional de Identidad) that contains PDF417 with the data. The result would be of type SDCArgentinaIdBarcodeResult.

SDCIdDocumentTypeSouthAfricaDLBarcode

Added in version 6.8.0

Allows to scan back page of South Africa Driver’s License that contains PDF417 with the data. The result would be of type SDCSouthAfricaDLBarcodeResult.

SDCIdDocumentTypeSouthAfricaIdBarcode

Added in version 6.8.0

Allows to scan back page of South Africa Smart ID Card that contains PDF417 with the data. The result would be of type SDCSouthAfricaIdBarcodeResult.

SDCIdDocumentTypeCommonAccessCardBarcode

Added in version 6.18.0

Allows to scan barcode on Common Access Card that contains PDF417 with the data. The result would be of type SDCCommonAccessCardBarcodeResult.

SDCIdDocumentTypeChinaMainlandTravelPermitMRZ

Added in version 6.14.0

Allows to scan MRZ zone of Chinese Mainland Travel Permits. The result would be of type SDCChinaMainlandTravelPermitMrzResult.

SDCIdDocumentTypeChinaExitEntryPermitMRZ

Added in version 6.14.0

Allows to capture information from a Machine Readable Zone (MRZ) of an Exit-Entry Permit for Travelling to and from Hong Kong and Macau (往来港澳通行证) or an Exit-Entry Permit for Travelling to and from Taiwan (往来台灣通行证) issued by People’s Republic of China. The result would be of type SDCChinaExitEntryPermitMrzResult.

SDCIdDocumentTypeChinaOneWayPermitBackMRZ

Added in version 6.16.0

Allows capture of information from a Machine Readable Zone (MRZ) of the back of a One-Way Permit to Hong Kong/Macau issued by the People’s Republic of China. The result would be of type SDCChinaOneWayPermitBackMrzResult.

SDCIdDocumentTypeChinaOneWayPermitFrontMRZ

Added in version 6.16.0

Allows capture of information from a Machine Readable Zone (MRZ) of the front of a One-Way Permit to Hong Kong/Macau issued by the People’s Republic of China. The result would be of type SDCChinaOneWayPermitFrontMrzResult.

SDCIdDocumentTypeApecBusinessTravelCardMRZ

Added in version 6.16.0

Allows capture of information from a Machine Readable Zone (MRZ) of the back of an APEC (Asia-Pacific Economic Cooperation) Business Travel Card. The result would be of type SDCApecBusinessTravelCardMrzResult.

SDCIdDocumentTypePassportVIZ

Added in version 6.18.0

Allows capture of information from both the Visual Inspection Zone (VIZ) and the Machine Readable Zone (MRZ) of a passport. The result would be of type SDCVizResult and SDCMrzResult.

SDCAllIdDocumentTypes()
NSArray<NSNumber *> *_Nonnull SDCAllIdDocumentTypes(void)

Added in version 6.10.0

Returns all document types that can be scanned in ID Capture.