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

# ClassificationResults オブジェクト（IClassificationResults インターフェイス）

> ABBYY FineReader Engine API の ClassificationResults オブジェクト（IClassificationResults インターフェイス）。分類メソッドによって返される ClassificationResult 項目のコレクションで、確率の高い順に並べられています。

このオブジェクトは、[ClassificationResult](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationresult) オブジェクトのコレクションを表します。分類メソッドによって返され、カテゴリの一覧とそれぞれの確率推定値を提供します。結果は、確率の高い順に並べられます。

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

<div id="properties">
  ## 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) | [ClassificationResult](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationresult), [読み取り専用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | コレクションの 1 つの要素へのアクセスを提供します。 |

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

| 名前                                                                                                               | 説明                        |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------- |
| [Item](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method) | コレクション内の 1 つの要素にアクセスできます。 |

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

<img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/classificationresults.gif?s=5ad2ba4131067dc884e16fc60369ef47" alt="ClassificationResults" width="151" height="62" data-path="images/fine-reader/engine/classificationresults.gif" />[](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationresult)

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

<div id="output-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)メソッドにおける出力パラメーターです。

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