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

# Phone hypothesis

> FlexiLayout languageでPhone hypothesisのメソッドを使用して、認識された電話番号、そのプレフィックス、および境界矩形を取得します。

**Phone** hypothesis では、FlexiLayout languageで次のメソッドを使用できます。

<div id="phone-hypothesis-methods">
  ## Phone hypothesis メソッド
</div>

| Parameter           | 説明                                               |
| ------------------- | ------------------------------------------------ |
| `Rect PrefixRect()` | 電話番号のプレフィックスを含む長方形です。プレフィックスが見つからない場合は空になります。    |
| `String Prefix ()`  | 検出された電話番号のプレフィックスです。プレフィックスが見つからない場合は空の文字列を返します。 |
| `String Value()`    | 仮説の Region 内にある認識されたテキストの値です。                    |
