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

# カテゴリ オブジェクト（ICategory インターフェイス）

> ABBYY FineReader Engine API のカテゴリ オブジェクト（ICategory インターフェイス）— 同じカテゴリに属する分類オブジェクトのセットで、学習データの一部として使用されるオブジェクトです。

このオブジェクトは、同じカテゴリに属する分類オブジェクトのセットです。複数のカテゴリオブジェクトで、分類器の学習に必要なデータ一式を表すことができます。

<div id="properties">
  ## プロパティ
</div>

| 名前      | 型                                                                                                                                                                                                                                                    | 説明                  |
| ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- |
| Label   | [BSTR](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                                                           | カテゴリのラベル。           |
| Objects | [ClassificationObjects](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationobjects), [読み取り専用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | このカテゴリに属する分類オブジェクト。 |

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

<img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/category.gif?s=d9c10027c45201ad93866594447d2f1a" alt="カテゴリ" width="193" height="167" data-path="images/fine-reader/engine/category.gif" />[](/ja/fine-reader/engine/api-reference/classification-related-objects/trainingdata#categories)[](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationobject)[](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)[](/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/trainingdata)[](/ja/fine-reader/engine/api-reference/classification-related-objects/categories)

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

<div id="output-parameter">
  ## 出力 Parameter
</div>

このオブジェクトは、[カテゴリ](/ja/fine-reader/engine/api-reference/classification-related-objects/categories) オブジェクトの [AddNew](/ja/fine-reader/engine/api-reference/classification-related-objects/categories/addnew-method)、[Find](/ja/fine-reader/engine/api-reference/classification-related-objects/categories/find-method)、[Item](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method) メソッドの出力 Parameter です。

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

[カテゴリ](/ja/fine-reader/engine/api-reference/classification-related-objects/categories)<br />[文書分類](/ja/fine-reader/engine/guided-tour/basic-usage-scenarios-implementation/document-classification)
