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

# Static Text 仮説

> FlexiLayout における Static Text 仮説のプロパティとメソッド。Value、行数とキーワード数、および行ごとの矩形と座標のアクセサを含みます。

| Parameter                          | Description                                                                                                                  |
| :--------------------------------- | :--------------------------------------------------------------------------------------------------------------------------- |
| `Distance LineWidth( Int n )`      | インデックス `n` のテキスト行の矩形の高さ。                                                                                                     |
| `Distance LineHeight( Int n )`     | インデックス `n` のテキスト行の矩形の幅。                                                                                                      |
| `Int LineCount()`                  | 検出された文字列に対応し、`SearchText` に指定された文字列内に含まれるキーワードの数を返します。                                                                       |
| `Int KeywordCount()`               | 仮説のテキスト内の行数。                                                                                                                 |
| `Rect LineRect( Int n )`           | インデックス `n` のテキスト行の矩形。**注:** この関数で取得される矩形は、ページ上の位置に従って上から下へ並べ替えられます。インデックスが小さい矩形ほどページ上部にあり (インデックスは 0 から `LineCount()` - 1) 、 |
| `String Keyword( Int index )`      | 検出された文字列に対応し、`SearchText` に指定された文字列内に含まれるキーワードを、そのインデックスで取得します。インデックスは 0 から始まります。                                            |
| `String Value()`                   | 仮説の領域内で画像から認識されたテキストの値。                                                                                                      |
| `XCoordinate LineLeft( Int n )`    | インデックス `n` のテキスト行の矩形の最左点の X 座標。                                                                                              |
| `XCoordinate LineRight( Int n )`   | インデックス `n` のテキスト行の矩形の最右点の X 座標。                                                                                              |
| `XCoordinate LineXCenter( Int n )` | インデックス `n` のテキスト行の矩形の中心の X 座標。                                                                                               |
| `YCoordinate LineBottom( Int n )`  | インデックス `n` のテキスト行の矩形の最下点の Y 座標。                                                                                              |
| `YCoordinate LineTop( Int n )`     | インデックス `n` のテキスト行の矩形の最上点の Y 座標。                                                                                              |
| `YCoordinate LineYCenter( Int n )` | インデックス `n` のテキスト行の矩形の中心の Y 座標。                                                                                               |
