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

# TPageClassificationType

> TPageClassificationType は、FlexiCapture 分類器 によって検出されたページ型を示します。対象は、固定フォームから柔軟な複数ページのセクションヘッダーまでです。

<div id="what-it-does">
  ## 概要
</div>

分類器によって定義されるページ型です。[IPageClassificationResult](/ja/flexi-capture/appendix/scripts/iclassresult) インターフェイスに適用されます。

<div id="types">
  ## 型:
</div>

* PCT\_Unknown = 0 - 不明なページ型。
* PCT\_Empty = 1 - 空のページ。
* PCT\_FixedForm = 2 - 固定レイアウトのページ。
* PCT\_FlexibleMultiPageFormHeader = 3 - 複数ページの flexible セクションのヘッダー。
* PCT\_FlexibleMultiPageFormNonHeader = 4 - ヘッダーではない複数ページの flexible セクション内のページ。
* PCT\_FlexibleSinglePageForm = 5 - 1ページの flexible セクション。
* PCT\_ClassWithoutDefinition = 6 - Document Definition を持たないクラスのページ。
