Elements
| Name | Description |
|---|---|
| MEF\_Json | JSON format. See the description of .json file in the JSON file for MRZ. |
| MEF\_Xml | XML format. See the description of formats in XML Schema for MRZ. |
typedef enum {
MEF_Xml,
MEF_Json
} MrzExportFormatEnum;
| Name | Description |
|---|---|
| MEF\_Json | JSON format. See the description of .json file in the JSON file for MRZ. |
| MEF\_Xml | XML format. See the description of formats in XML Schema for MRZ. |
Was this page helpful?