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

# ClassificationObject オブジェクト（IClassificationObject インターフェイス）

> ABBYY FineReader Engine API の ClassificationObject オブジェクト（IClassificationObject インターフェイス）。トレーニングまたは分類に使用する、ドキュメントまたはページから抽出された分類関連データを保持します。

このオブジェクトには、ドキュメントまたはページから抽出された分類関連データが含まれています。このデータは、新しい分類器のトレーニングに使用するか、既存の Model の分類メソッドに渡すことができます。

<div id="properties">
  ## Properties
</div>

| 名前                  | 型                                                                                                                 | 説明                                                                                                                                                                                                                                                 |
| ------------------- | ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Description         | [BSTR](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)        | 分類オブジェクトの説明です。<br /> <br />このプロパティのデフォルト値は空の文字列です。必要に応じて適切な値を指定してください。                                                                                                                                                                             |
| SuitableClassifiers | [int](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), 読み取り専用 | この分類オブジェクトで使用可能な分類器に対応する [ClassifierTypeEnum](/ja/fine-reader/engine/api-reference/enumerations/classifiertypeenum) 定数の OR 結合です。テキスト (CT\_Text) および複合 (CT\_Combined) 分類器は、事前に認識されたドキュメントまたはページから作成され、認識結果に少なくとも一部のテキストが含まれている分類オブジェクトに対してのみ使用できます。 |

<div id="related-objects">
  ## 関連オブジェクト
</div>

<img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/classificationobject.gif?s=8178e486d7b84e7b8a9b86190fb0f590" alt="ClassificationObject" width="189" height="92" data-path="images/fine-reader/engine/classificationobject.gif" />[](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationobjects)[](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)[](/ja/fine-reader/engine/api-reference/classification-related-objects/category#objects)[](/ja/fine-reader/engine/api-reference/classification-related-objects/category)

[オブジェクト図](/ja/fine-reader/engine/api-reference/object-diagram)

<div id="input-parameter">
  ## 入力パラメーター
</div>

このオブジェクトは、以下のメソッドの入力パラメーターとして渡されます：

* [Model](/ja/fine-reader/engine/api-reference/classification-related-objects/model) オブジェクトの [Classify](/ja/fine-reader/engine/api-reference/classification-related-objects/model/classify-method) メソッド；
* [ClassificationObjects](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationobjects) オブジェクトの [Add](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/add-method) メソッド。

<div id="output-parameter">
  ## 出力パラメーター
</div>

このオブジェクトは、次のメソッドの出力パラメーターです。

* [CreateObjectFromDocument](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationengine/createobjectfromdocument-method)、[CreateObjectFromPage](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationengine/createobjectfrompage-method)：[ClassificationEngine](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationengine) オブジェクトのメソッド
* [Find](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationobjects/find-method)、[Item](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method)：[ClassificationObjects](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationobjects) オブジェクトのメソッド

<div id="samples">
  ## サンプル
</div>

このオブジェクトは、Windows の [Classification](/ja/fine-reader/engine/guided-tour/samples#classification) デモツールおよび Linux と macOS の [Classification](/ja/fine-reader/engine/guided-tour/samples#classification_unix) コードサンプルで使用されています。

<div id="see-also">
  ## 関連項目
</div>

[ClassificationObjects](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationobjects)

[文書分類](/ja/fine-reader/engine/guided-tour/basic-usage-scenarios-implementation/document-classification)
