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

# ClassConfidenceModel

> ClassConfidenceModel — 分類スキルの実行後に Document.ClassConfidences から返される、単一のクラスと信頼度の組み合わせです。

`ClassConfidenceModel` は、単一のクラスとその信頼度、つまり文書が正しく分類された確率の推定値を表します。

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

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

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

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