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

# Document

> Document オブジェクト — Condition アクティビティで処理中のDocumentのプロパティ。field、ページ、分類結果、ソースファイルが含まれます。

`Document` は、Condition アクティビティで現在処理中のDocumentを表します。

<Note>
  完了している処理ステージによっては、一部のプロパティが空の値を返すことがあります。たとえば、いずれの Skill も適用される前に値が設定されるのは `DocumentId` と `SourceFiles` のみです。`ResultClass` は分類スキルの実行後に設定されます。`Fields` は抽出後に設定されます。
</Note>

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

| Name                       | Type                                                                                                    | Access | Description                                                |
| :------------------------- | :------------------------------------------------------------------------------------------------------ | :----- | :--------------------------------------------------------- |
| **ClassConfidences**       | [ClassConfidence](/ja/vantage/documentation/skill-designer/process/condition-activity/class-confidence) | 読み取り専用 | 各クラスの信頼度の値です。ドキュメントが分類されていない場合は `null` です。                 |
| **DocumentId**             | string                                                                                                  | 読み取り専用 | 一意のドキュメント識別子です。                                            |
| **DocumentSkillId**        | string                                                                                                  | 読み取り専用 | ドキュメントに適用されたSkillの識別子です。複数のステージが実行されている場合、直近で適用されたSkillです。 |
| **DocumentSkillName**      | string                                                                                                  | 読み取り専用 | ドキュメントに適用されたSkillの名前です。複数のステージが実行されている場合、直近で適用されたSkillです。  |
| **Fields**                 | [Field](/ja/vantage/documentation/skill-designer/process/condition-activity/field)\[]                   | 読み取り専用 | ドキュメント上で検出された field です。Document Skill の実行後にのみ設定されます。       |
| **HasSuspiciousSymbols**   | bool                                                                                                    | 読み取り専用 | 低い信頼度で認識された文字を含む field がドキュメントに少なくとも 1 つある場合は `true` です。   |
| **IsResultClassConfident** | bool                                                                                                    | 読み取り専用 | ドキュメントのクラスが十分な信頼度で判定された場合は `true` です。                      |
| **IsUnknownSkill**         | bool                                                                                                    | 読み取り専用 | ドキュメントのクラス (したがって Document Skill) が判定されているかどうかを示します。       |
| **Pages**                  | [Page](/ja/vantage/documentation/skill-designer/process/condition-activity/page)\[]                     | 読み取り専用 | ドキュメントのページです。                                              |
| **ResultClass**            | string                                                                                                  | 読み取り専用 | 分類Skillによって割り当てられたクラスです。ドキュメントが分類されていない場合は `null` です。      |
| **ResultClassId**          | string                                                                                                  | 読み取り専用 | 分類Skillによって割り当てられたクラスの識別子です。分類されていない場合は `null` です。         |
| **RuleErrors**             | [RuleError](/ja/vantage/documentation/skill-designer/process/condition-activity/rule-error)\[]          | 読み取り専用 | field 抽出の検証ルール エラーです。                                      |
| **SourceFiles**            | [SourceFile](/ja/vantage/documentation/skill-designer/process/condition-activity/source-file)\[]        | 読み取り専用 | ドキュメントのソースファイルです。                                          |

<Note>
  `ClassConfidences` と `IsResultClassConfident` は、分類Skillが適用された場合にのみ設定されます。
</Note>

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

* [Transaction](/ja/vantage/documentation/skill-designer/process/condition-activity/transaction)
* [Field](/ja/vantage/documentation/skill-designer/process/condition-activity/field)
* [Page](/ja/vantage/documentation/skill-designer/process/condition-activity/page)
* [SourceFile](/ja/vantage/documentation/skill-designer/process/condition-activity/source-file)
* [ClassConfidence](/ja/vantage/documentation/skill-designer/process/condition-activity/class-confidence)
* [オブジェクト モデル](/ja/vantage/documentation/skill-designer/process/condition-activity/object-model)
