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

# Picture オブジェクト

> Vantage OCR JSON 出力内の Picture オブジェクトは、画像（ロゴ、署名、または写真）を含むブロックについて、ブロック ID、位置、および confidence を説明します。

**picture** オブジェクトは、画像を含むブロックを表します。たとえば、会社のロゴ、署名、またはドキュメントの所有者の写真などを含めることができます。

| Property     | Data type    | Description                 |
| :----------- | :----------- | :-------------------------- |
| `id`         | `string`     | 画像を含むブロックの識別子。              |
| `position`   | `rect`       | 画像が配置されているドキュメント上の長方形領域の座標。 |
| `confidence` | `confidence` | この値は常に -1 です。               |
