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

# ClassificationResult オブジェクト（IClassificationResult インターフェイス）

> ABBYY FineReader Engine API の ClassificationResult オブジェクト（IClassificationResult インターフェイス）— カテゴリ ラベルと、分類対象のオブジェクトがそのカテゴリに属する確率を含む単一の分類結果。

このオブジェクトは1つの分類結果を表し、カテゴリ名と、分類対象のオブジェクトがそのカテゴリに属する確率で構成されます。

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

| 名前            | 型                                                                                                                    | 説明                        |
| ------------- | -------------------------------------------------------------------------------------------------------------------- | ------------------------- |
| CategoryLabel | [BSTR](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), 読み取り専用   | オブジェクトに割り当てられているカテゴリのラベル。 |
| Probability   | [double](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), 読み取り専用 | ドキュメントが検出されたカテゴリに属している確率。 |

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

<img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/classificationresult.gif?s=16a3ac96fca6f8c0443681939a91899c" alt="ClassificationResult" width="144" height="62" data-path="images/fine-reader/engine/classificationresult.gif" />[](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)[](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationresults)

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

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

このオブジェクトは、[ClassificationResults](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationresults) オブジェクトの [Item](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-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>

[ClassificationResults](/ja/fine-reader/engine/api-reference/classification-related-objects/classificationresults)

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