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

# texts 配列の要素

> Vantage OCR JSON 出力の texts 配列の要素は、テキストブロックについて、位置、言語、orientation、およびその内部の lines、words、characters を説明します。

**texts** 配列の各要素は、テキストブロックを表すオブジェクトです。各テキストブロックは複数の `string` から構成され、各 `string` は複数の単語、各単語は複数の文字から構成されます。

| Property                                                   | Data type    | Description                                                             |
| :--------------------------------------------------------- | :----------- | :---------------------------------------------------------------------- |
| `id`                                                       | `string`     | テキストブロックの識別子。                                                           |
| `position`                                                 | `rect`       | テキストブロックを含む文書上の長方形領域の座標。                                                |
| `confidence`                                               | `confidence` | ブロック内のテキストが正しく認識されていることに対する信頼度レベル。ブロック内の `string` に対する信頼度の値を使用して算出されます。 |
| [lines](/ja/vantage/developer/output/json/ocr/lines-array) | `lines`      | テキストブロックを構成する `string` の配列。                                             |
