paragraphs 配列の各要素は、テキスト段落を表すオブジェクトです。段落が検出されると、そのページ上での機能が指定されます。さらに、その領域内のテキストの書式設定情報や、その段落がリストに属しているかどうかに関する情報も記録されます。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.
| Property | Data type | Description |
|---|---|---|
id | string | ドキュメント内の段落の識別子。 |
role | string enum | ドキュメント内での段落の機能。取り得る値: other, text, heading, headingNumber, tableOfContents, tableText, runningTitle, endNote, footNote, tableCaption, tableHeading, pictureCaption, artefact |
| formatting | object | 段落の書式設定。 |
| layoutReferences | object array | 段落の一部とページ上のテキストブロックとの対応付けを行い、あわせてドキュメントの論理構造内における段落の位置を示すオブジェクトの配列。 |
text | string | 段落のテキスト。 |
| listReference | object | 段落がリストに属している場合、その段落が属するリストのレベルと、リスト内での段落の位置を示すオブジェクト。 |
