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

# ExtractedData

> Vantage の JSON 出力における ExtractedData オブジェクトは、DocumentDefinition（スキーマ）と、抽出された field の値を含む RootObject を組み合わせたものです。

Document skill が適用されている場合、JSON ファイルには **ExtractedData** オブジェクトが含まれます。

**ExtractedData** には **DocumentDefinition** と **RootObject** の 2 つのオブジェクトが含まれます。

DocumentDefinition は抽出されたデータの構造を表します。DocumentDefinition では、この種類の Document から抽出可能なすべての field の一覧を定義します。

RootObject には、抽出された field の値とそのメタデータが含まれます。

| Property             | Type                 | Description  |
| :------------------- | :------------------- | :----------- |
| `DocumentDefinition` | `DocumentDefinition` | 抽出されたデータの構造。 |
| `RootObject`         | `ExtractedObject`    | 抽出されたデータ。    |

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