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

# ExtractedDataDocument

> Vantage JSON 出力における ExtractedDataDocument オブジェクト。単一の処理済みドキュメントの ID と、すべての field values を含む ExtractedData を保持します。

**ExtractedDataTransaction** オブジェクトには、処理結果を保持する **ExtractedDataDocument** オブジェクトが含まれます。

| Property               | Type                                                              | Description                       |
| :--------------------- | :---------------------------------------------------------------- | :-------------------------------- |
| `Id`                   | `Guid`                                                            | ExtractedDataDocument オブジェクトの ID。 |
| `ExtractedData`        | [ExtractedData](/ja/vantage/developer/output/json/extracted-data) | 抽出された field の情報。                  |
| `Pages`                | `Page []`                                                         | 元のドキュメントのページ情報。                   |
| `ClassificationResult` | `Classification`                                                  | ドキュメントの分類結果。                      |
