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

# ClassConfidence

> ClassConfidence — 分類スキルの実行後に Document.ClassConfidences から返される、1 つのクラスと信頼度のペアです。

`ClassConfidence` は、1 つのクラスとその信頼度を表します。これは、ドキュメントが正しく分類された確率の推定値です。

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

| 名前             | 型      | アクセス   | 説明                                    |
| :------------- | :----- | :----- | :------------------------------------ |
| **Class**      | string | 読み取り専用 | クラスの名前です。                             |
| **Confidence** | int    | 読み取り専用 | 信頼度を表す値です (値が高いほど、結果に対する確信度が高くなります) 。 |

<div id="related-topics">
  ## 関連トピック
</div>

* [ドキュメント](/ja/vantage/documentation/skill-designer/process/condition-activity/document)
* [オブジェクト モデル](/ja/vantage/documentation/skill-designer/process/condition-activity/object-model)
* [Classify アクティビティ](/ja/vantage/documentation/skill-designer/process/classify-activity)
