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

> The ExtractedDataDocument object in Vantage JSON output: holds the ID and ExtractedData with all field values for a single processed document.

The **ExtractedDataTransaction** object contains an **ExtractedDataDocument** object, which stores the processing results.

| Property               | Type                                                           | Description                                         |
| :--------------------- | :------------------------------------------------------------- | :-------------------------------------------------- |
| `Id`                   | `Guid`                                                         | The ID of the ExtractedDataDocument object.         |
| `ExtractedData`        | [ExtractedData](/vantage/developer/output/json/extracted-data) | Information about the extracted fields.             |
| `Pages`                | `Page []`                                                      | Information about the pages of the source document. |
| `ClassificationResult` | `Classification`                                               | Document classification results.                    |
