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

# 金額の仮説

> FlexiLayout における金額の仮説のプロパティ。数値、通貨名、および整数部と小数部の Rectangle を公開します。

| Parameter                   | 説明                                      |
| :-------------------------- | :-------------------------------------- |
| `Real Value()`              | 検出された数値。                                |
| `Rect CurrencyNameRect()`   | 通貨名を含む Rectangle。通貨名が見つからない場合は空です。      |
| `Rect FractionalPartRect()` | 区切り文字の後に続く数字を含む Rectangle。小数部がない場合は空です。 |
| `Rect IntegerPartRect()`    | 区切り文字の前の数字を含む Rectangle。必ず空ではありません。     |
| `String CurrencyName()`     | 検出された通貨名。通貨名が見つからない場合は空の string を返します。  |
