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

# セクション要素

> Vantage OCR XML 出力の Section 要素はドキュメント セクションを表します。段落、ブロック、および ストリーム role 属性を含む ストリーム 要素が含まれます。

ドキュメント セクション要素です。**ストリーム** 要素を含みます。

<div id="stream-element">
  ## ストリーム要素
</div>

段落とブロックのシーケンスです。**mainText** 要素と **elemId** 要素を含みます。次の属性があります。

| Property       | Data type | Description                                                           |
| :------------- | :-------- | :-------------------------------------------------------------------- |
| `role`         | `string`  | ストリームの役割。可能な値: `garb`, `text`, `footnote`, `incut`。デフォルト値は `text` です。 |
| `vertCjk`      | `boolean` | ストリームに縦書きの CJK テキストが含まれているかどうかを示します。                                  |
| `beginPage` \* | `integer` | ストリームが開始するページ番号。                                                      |
| `endPage`      | `integer` | ストリームが終了するページ番号。                                                      |

<div id="maintext-element">
  ### MainText 要素
</div>

ストリーム内のテキストを表します。次の属性があります。

| Property         | Data type | Description              |
| :--------------- | :-------- | :----------------------- |
| `rtl`            | `boolean` | テキストがランニングタイトルかどうかを示します。 |
| `columnCount` \* | `integer` | 列の数を示します。                |

<div id="elemid-element">
  ### ElemId 要素
</div>

要素の識別子です。次の属性があります。

| Property | Data type | Description      |
| :------- | :-------- | :--------------- |
| `id` \*  | `string`  | 要素の string 型 ID。 |

* は必須プロパティを示します。
