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

# Labeled Field hypothesis

> Labeled Field hypothesis properties in the FlexiLayout language, including Field subelement values for currency, date, phone, and regular expression types.

A **Labeled Field** element is a [Group element](/flexi-capture/fls/template/elements-compound) with predefined subelements. The hypothesis for this element is generated in the same way as for any **Group** element, based on the hypotheses generated for its subelements. The hypothesis generated for a **Labeled Field** element has no specific properties. For a description of the properties common to all elements, see [Hypotheses for all types of elements](/flexi-capture/fls/language/hyp-all).

The hypotheses generated for the subelements of this element can also be accessed. The properties of the hypothesis generated for the **Label** subelement are the same as the properties of a **Static Text** hypothesis. The specific properties of the hypothesis generated for the **Field** subelement depend on the content type, as described in the following sections.

## Any text field

| Property | Description                 |
| -------- | --------------------------- |
| `Text`   | The text of the hypothesis. |

## Currency field

| Property        | Description                   |
| --------------- | ----------------------------- |
| `Value`         | The detected numerical value. |
| `Currency name` | The detected currency name.   |

## Date field

| Property | Description |
| -------- | ----------- |
| `Day`    | Day.        |
| `Month`  | Month.      |
| `Year`   | Year.       |

## Fixed variants field

| Property  | Description                                                                             |
| --------- | --------------------------------------------------------------------------------------- |
| `Keyword` | The words included in the hypothesis. For each word, the number of errors is indicated. |

## Number field

| Property | Description                 |
| -------- | --------------------------- |
| `Text`   | The text of the hypothesis. |

## Phone field

| Property | Description                    |
| -------- | ------------------------------ |
| `Number` | The detected telephone number. |
| `Prefix` | The detected telephone prefix. |

## Regular expression field

| Property | Description                 |
| -------- | --------------------------- |
| `Text`   | The text of the hypothesis. |
