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

# IBatchTypeClassifier

> IBatchTypeClassifier は、バッチタイプに関連付けられた分類器を使用してページを分類します。ClassifyPage メソッドは IBatchTypeClassifierResult を返します。

<div id="what-it-does">
  ## 機能
</div>

ページをバッチタイプに基づいて分類します。

<Note>
  このオブジェクトは、ルールをローカルで確認するために Web Verification Station では使用できません。
</Note>

<div id="methods">
  ## メソッド
</div>

| **定義**                                                                                                                                                                                                                                                                           | **説明**                              |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| ClassifyPage ( page : [IPage](/ja/flexi-capture/appendix/scripts/ipage), \[optional] callback, [IProcessingCallback](/ja/flexi-capture/appendix/scripts/iprocessingcallback) ) : [IBatchTypeClassifierResult](/ja/flexi-capture/appendix/scripts/i-batch-type-classifier-result) | バッチタイプに関連付けられた分類器を使用して、ページの分類を開始します |

サンプルスクリプトについては、[ドキュメント分類スクリプト](/ja/flexi-capture/appendix/scripts/script-classification)を参照してください。
