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

# ClassificationObjects オブジェクト (IClassificationObjects インターフェイス)

> ABBYY FineReader Engine API の ClassificationObjects オブジェクト (IClassificationObjects インターフェイス) — 分類に関連するデータをグループ化するために使用される ClassificationObject 項目のコレクション。

このオブジェクトは、[ClassificationObject](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationobject) オブジェクトのコレクションを表すものです。

* ABBYY FineReader Engine のコレクションのインデックスは 0 から始まります。
* C# の `foreach` ステートメント (Visual Basic .NET では `for each`) を使用して、このコレクションを操作できます。

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

| 名前                                                                                                                       | 型                                                                                                                                                                                                                                                  | 説明                     |
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| Count                                                                                                                    | [int](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), 読み取り専用                                                                                                                                  | コレクション内の要素数を格納します。     |
| [Element](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property) | [ClassificationObject](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationobject), [読み取り専用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | コレクション内の単一要素にアクセスできます。 |

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

| 名前                                                                                                                         | 説明                                               |
| -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [Add](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/add-method)             | 既存のClassificationObject型のオブジェクトをコレクションの末尾に追加します。 |
| [DeleteAll](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteall-method) | コレクションからすべての要素を削除します。                            |
| [DeleteAt](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteat-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)           | コレクション内の単一の要素にアクセスできます。                          |

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

<img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/classificationobjects.gif?s=67bfa6f4711454d00efbcc4303fa77ff" alt="ClassificationObjects" width="189" height="92" data-path="images/fine-reader/engine/classificationobjects.gif" />[](/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/category#objects)[](/ja/fine-reader/engine/api-reference/classification-related-objects/category)

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

<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/guided-tour/advanced-techniques/programming-aspects/working-with-collections)
