> ## 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.

# MrzProcessingParams オブジェクト（IMrzProcessingParams インターフェイス）

> ABBYY FineReader Engine API の MrzProcessingParams オブジェクト（IMrzProcessingParams インターフェイス）— MRZ形式（MrzFormatEnum）や MinMrzLineLength のしきい値（ICAO Document 9303 準拠）を含む、機械読み取り領域（MRZ）抽出のParameterを設定します。

このオブジェクトでは、機械読み取り領域 (MRZ) 抽出のParameterにアクセスできます。"

<div id="properties">
  ## プロパティ
</div>

<table><thead><tr><th><p><strong>名前</strong></p></th><th><p><strong>型</strong></p></th><th><p><strong>説明</strong></p></th></tr></thead><tbody><tr><td><p><strong>Application</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/api-reference/engine-object-iengine-interface">Engine</a></strong>, <a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties">読み取り専用</a></p></td><td><p><strong><a href="/ja/fine-reader/engine/api-reference/engine-object-iengine-interface">Engine</a></strong> オブジェクトを返します。</p></td></tr><tr><td><p><a name="format" /><strong>Format</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/api-reference/enumerations/mrzformatenum">MrzFormatEnum</a></strong></p></td><td><p>MRZ 規格に基づいて MRZ の形式を指定します。</p><p>既定値は MF\_Auto です。</p></td></tr><tr><td><p><a name="minmrzlinelength" /><strong>MinMrzLineLength</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">int</a></strong></p></td><td><p>MRZ 行の最小文字数を指定します。指定できる値の範囲は 1 ～ 44 です。既定値は 28 です。MRZ 行がこのプロパティで設定したしきい値より短い場合、システムはその画像から有効な MRZ を抽出しません。</p><p>標準的な MRZ 行の長さは <a href="https://www.icao.int/publications/pages/publication.aspx?docnum=9303">ICAO Document 9303</a> で規定されており、文書の種類によって異なります。  </p><ul><li>Type 1 はクレジットカードサイズです。この種類の文書の MRZ は、3 行 × 30 文字で構成されます。  </li><li>Type 2 は比較的まれで、MRZ は 2 行 × 36 文字です。</li><li>Type 3 は旅券冊子で一般的な形式です。MRZ は 2 行 × 44 文字です。  </li></ul><p>標準的な文書では、既定値の 28 文字のままにしておくことをお勧めします。これにより、3 種類すべての文書の MRZ を認識でき、画像が少し切れている場合でも 2 文字分の余裕があります。</p><p>切り抜きや画質の低下により 2 文字を超える文字が欠けた MRZ を抽出する必要がある場合は、このプロパティをより小さい値に設定してみてください。</p><Note>MinMrzLineLength の値を小さくすると、ノイズが MRZ として認識される可能性が高くなります。</Note></td></tr></tbody></table>

<div id="input-parameter">
  ## 入力Parameter
</div>

このオブジェクトは、[FRPage](/ja/fine-reader/engine/api-reference/document-related-objects/frpage)オブジェクトの[ExtractMrz](/ja/fine-reader/engine/api-reference/document-related-objects/frpage/extractmrz-method)メソッドに、入力Parameterとして渡されます。

<div id="output-parameter">
  ## 出力Parameter
</div>

このオブジェクトは、[Engine](/ja/fine-reader/engine/api-reference/engine-object-iengine-interface) オブジェクトの [CreateMrzProcessingParams](/ja/fine-reader/engine/api-reference/engine-object-iengine-interface/creation-methods/createlessobjectgreater-methods) メソッドの出力Parameterです。

<div id="see-also">
  ## 関連項目
</div>

[FRPage](/ja/fine-reader/engine/api-reference/document-related-objects/frpage)<br />[プロパティの操作](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
