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

# DocumentTypeEnum

> ABBYY FineReader Engine API の DocumentTypeEnum — 使用可能な文書タイプ。

DocumentTypeEnum の列挙定数は、指定可能な文書タイプを定義します。

```
typedef enum {
 DT_Auto,
 DT_Unknown,
 DT_Receipt,
 DT_BusinessCard,
 DT_Document,
 DT_Book,
 DT_Id,
 DT_Passport,
 DT_DiscountCard,
 DT_BankCard,
 DT_NotDocument,
 DT_PassportPage,
 DT_TechnicalDrawing
} DocumentTypeEnum;
```

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

| 名前                   | 説明                            |
| -------------------- | ----------------------------- |
| DT\_Auto             | 文書タイプを自動的に検出します。              |
| DT\_BankCard         | 銀行カード。                        |
| DT\_Book             | 本の1ページまたは複数ページ。               |
| DT\_BusinessCard     | 名刺。                           |
| DT\_DiscountCard     | 割引カードまたはポイントカード。              |
| DT\_Document         | 1ページのDocument。                |
| DT\_Id               | 身分証明書。                        |
| DT\_NotDocument      | Documentではありません。たとえば、単なる画像です。 |
| DT\_Passport         | パスポートの見開きページ。                 |
| DT\_PassportPage     | パスポートのページ。                    |
| DT\_Receipt          | 領収書。                          |
| DT\_TechnicalDrawing | 技術図面。                         |
| DT\_Unknown          | この定数は内部使用専用です。                |

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

[IPrepareImageMode::DocumentType](/ja/fine-reader/engine/api-reference/image-related-objects/prepareimagemode#documenttype)
