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

# Currency hypothesis

> Use the Currency hypothesis methods in the FlexiLayout language to get a recognized currency value, its name, and the integer and fractional part rectangles.

The **Currency** hypothesis supports the following methods in the FlexiLayout language.

## Currency hypothesis methods

| Parameter                   | Description                                                                                        |
| --------------------------- | -------------------------------------------------------------------------------------------------- |
| `Rect CurrencyNameRect()`   | The rectangle which contains the name of the currency. Empty if no currency name has been found.   |
| `Rect FractionalPartRect()` | The rectangle which contains digits following the separator. Empty if there is no fractional part. |
| `Rect IntegerPartRect()`    | The rectangle which contains digits before the separator. Always not empty.                        |
| `Real Value()`              | The found numerical value.                                                                         |
| `String CurrencyName()`     | The found currency name. Returns an empty string if the currency name is not found.                |
