BlinkID C SDK version 5.16.0
Data Structures | Typedefs | Enumerations
MRZResult.h File Reference
#include "Utils/Date.h"
#include "Recognizer/Types.h"

Go to the source code of this file.

Data Structures

struct  MBMRZResult
 Result from reading Machine Readable Zone text from ID. More...
 

Typedefs

typedef typedefMB_EXPORTED_TYPE enum MBMRTDDocumentType MBMRTDDocumentType
 Typedef for MBMRTDDocumentType enum.
 
typedef typedefMB_EXPORTED_TYPE struct MBMRZResult MBMRZResult
 Typedef for the MBMRZResult structure.
 

Enumerations

enum  MBMRTDDocumentType {
  MB_MRTD_TYPE_UNKNOWN = 0 , MB_MRTD_TYPE_IDENTITY_CARD , MB_MRTD_TYPE_PASSPORT , MB_MRTD_TYPE_VISA ,
  MB_MRTD_TYPE_GREEN_CARD , MB_MRTD_TYPE_MYS_PASS_IMM13P , MB_MRTD_TYPE_DL , MB_MRTD_TYPE_INTERNAL_TRAVEL_DOCUMENT ,
  MB_MRTD_TYPE_BORDER_CROSSING_CARD , MB_MRTD_TYPE_COUNT
}
 

Detailed Description

Copyright (c)2020 Microblink Ltd. All rights reserved.

ANY UNAUTHORIZED USE OR SALE, DUPLICATION, OR DISTRIBUTION OF THIS PROGRAM OR ANY OF ITS PARTS, IN SOURCE OR BINARY FORMS, WITH OR WITHOUT MODIFICATION, WITH THE PURPOSE OF ACQUIRING UNLAWFUL MATERIAL OR ANY OTHER BENEFIT IS PROHIBITED! THIS PROGRAM IS PROTECTED BY COPYRIGHT LAWS AND YOU MAY NOT REVERSE ENGINEER, DECOMPILE, OR DISASSEMBLE IT.

Enumeration Type Documentation

◆ MBMRTDDocumentType

Supported MRTD document types

Enumerator
MB_MRTD_TYPE_IDENTITY_CARD 

Identity card

MB_MRTD_TYPE_PASSPORT 

Passport

MB_MRTD_TYPE_VISA 

Visa

MB_MRTD_TYPE_GREEN_CARD 

US Green Card

MB_MRTD_TYPE_MYS_PASS_IMM13P 

Malaysian PASS type IMM13P

MB_MRTD_TYPE_DL 

Driver's license

MB_MRTD_TYPE_INTERNAL_TRAVEL_DOCUMENT 

Internal travel document

MB_MRTD_TYPE_BORDER_CROSSING_CARD 

Border crossing card

MB_MRTD_TYPE_COUNT 

Number of elements in this enum.