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

# ResolutionDetectionMode

> ABBYY FineReader Engine API における ResolutionDetectionMode — 画像の解像度を検出するためのアルゴリズム（auto、fast）。

ResolutionDetectionMode は、解像度の検出に使用するアルゴリズムを指定します。

```
typedef enum {
 RDM_Auto,
 RDM_Fast
} ResolutionDetectionMode;
```

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

| Name      | Description                                                                                                                                                                                                                                                                            |
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| RDM\_Auto | 最適な平均品質を得るために、新しいニューラルネットワークベースのメソッドを使用します (低速) 。                                                                                                                                                                                                                                      |
| RDM\_Fast | 最大の速度を得るために、従来の非 NN メソッドを使用します (平均的な品質は低下しますが、ページによってはより良い結果になる場合があります) 。エンドユーザーには、関連するすべてのオプションを一貫した形で設定する [TextExtraction\_Speed または DocumentArchiving\_Speed](/ja/fine-reader/engine/specifications/predefined-profiles-specification) プリセットの使用を推奨します。このフラグだけを切り替えても、必ずしも十分とは限りません。 |

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

[PagePreprocessingParams::ResolutionDetectionMode](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)
