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

# 分類

> Vantage の JSON 出力における Classification オブジェクト。分類スキルが適用されると、ドキュメントに割り当てられたクラス名と ID を格納します。

分類スキルが適用されている場合、JSON ファイルには **Classification** オブジェクトが含まれます。このオブジェクトには、ドキュメントに割り当てられたクラスの名前と ID が格納されます。クラスはドキュメントの種別を表します。

<div id="classification">
  ## 分類
</div>

| Property                 | Type                          | Description                               |
| :----------------------- | :---------------------------- | :---------------------------------------- |
| `IsResultClassConfident` | `Boolean`                     | 割り当てられたクラスに対する信頼度を示すフラグです。                |
| `ResultClass`            | `String`                      | 割り当てられたクラスの ID です。                        |
| `ResultClassName`        | `String`                      | 割り当てられたクラスの名称です。                          |
| `ClassConfidences`       | `ClassificationConfidence []` | 適用された分類スキルで利用可能なすべてのクラスと、それぞれの分類信頼度の一覧です。 |

<div id="classificationconfidence">
  ## ClassificationConfidence
</div>

| Property     | Type      | Description |
| :----------- | :-------- | :---------- |
| `Class`      | `String`  | クラス ID。     |
| `ClassName`  | `String`  | クラス名。       |
| `Confidence` | `Integer` | 分類の信頼度。     |

分類スキルが適用されていない場合、スキーマ内に **Classification** オブジェクトは存在しません。
