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

# ImageSourceTypeEnum

> ABBYY FineReader Engine API における ImageSourceTypeEnum — 前処理手法の選択に使用される入力画像のソース（スキャン、写真など）。

ImageSourceTypeEnum の列挙定数は、入力画像のソースとして使用可能な種類を定義するために使用されます。これにより、特別な前処理手法を使用するかどうかを判断できます。

```
typedef enum {
 IST_Auto,
 IST_Photo,
 IST_Scan,
 IST_Screenshot,
 IST_SyntheticImage,
 IST_SyntheticText
} ImageSourceTypeEnum;
```

<div id="elements">
  ## Elements
</div>

| Name                | Description                                                                |
| ------------------- | -------------------------------------------------------------------------- |
| IST\_Auto           | 画像の出所を自動的に検出します。                                                           |
| IST\_Photo          | 画像は写真です。                                                                   |
| IST\_Scan           | 画像はスキャンです。                                                                 |
| IST\_Screenshot     | 画像はスクリーンショットです。                                                            |
| IST\_SyntheticImage | 画像には、デジタルフォントをラスタライズして生成されたテキストが含まれています。例として、デジタル生成の画像のみのPDFドキュメントが挙げられます。 |
| IST\_SyntheticText  | 画像にはテキストレイヤーが含まれています。例として、テキストレイヤーを持つデジタル生成のPDFドキュメントが挙げられます。              |

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

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