> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MrzFormatEnum

> ABBYY FineReader Engine API の MrzFormatEnum — サポートされている機械可読ゾーン (MRZ) 形式。

MrzFormatEnum列挙定数は、機械可読ゾーン (MRZ) の形式を定義します。

```
typedef enum {
 MF_Auto,
 MF_ICAO,
 MF_NationalPassportRus,
 MF_Passport,
 MF_OfficialTravelDocumentTwoLines,
 MF_OfficialTravelDocumentThreeLines,
 MF_VisaA,
 MF_VisaB
} MrzFormatEnum;
```

<div id="elements">
  ## 要素
</div>

| 名前                                   | 説明                         |
| ------------------------------------ | -------------------------- |
| MF\_Auto                             | MRZ形式の自動検出。                |
| MF\_ICAO                             | ICAO Documentに基づくMRZ形式。    |
| MF\_NationalPassportRus              | ロシア国内パスポートの標準規格に基づくMRZ形式。  |
| MF\_OfficialTravelDocumentThreeLines | ICAO仕様のTD1標準規格に基づくMRZ形式。   |
| MF\_OfficialTravelDocumentTwoLines   | ICAO仕様のTD2標準規格に基づくMRZ形式。   |
| MF\_Passport                         | ICAO仕様のTD3標準規格に基づくMRZ形式。   |
| MF\_VisaA                            | ICAO仕様のMRV-A標準規格に基づくMRZ形式。 |
| MF\_VisaB                            | ICAO仕様のMRV-B標準規格に基づくMRZ形式。 |

<div id="used-in">
  ## 使用箇所
</div>

[IMrzProcessingParams::Format](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/mrzprocessingparams#format)
