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

# ラベル付き Field 仮説

> FlexiLayout language におけるラベル付き Field 仮説のプロパティ。通貨、日付、電話番号、正規表現型の Field サブ要素の値を含みます。

**ラベル付き Field** 要素は、事前定義されたサブ要素を持つ [Group element](/ja/flexi-capture/fls/template/elements-compound) です。この要素の仮説は、各サブ要素に対して生成された仮説に基づいて、他の **Group** element と同じ方法で生成されます。**ラベル付き Field** 要素に対して生成される仮説には、固有のプロパティはありません。すべての要素に共通するプロパティの説明については、[すべての種類の要素の仮説](/ja/flexi-capture/fls/language/hyp-all) を参照してください。

この要素のサブ要素に対して生成された仮説にもアクセスできます。**Label** サブ要素に対して生成される仮説のプロパティは、**Static Text** 仮説のプロパティと同じです。**Field** サブ要素に対して生成される仮説の固有のプロパティは、次のセクションで説明するように、content type によって異なります。

<div id="any-text-field">
  ## 任意のテキスト field
</div>

| プロパティ  | 説明         |
| ------ | ---------- |
| `Text` | 仮説のテキストです。 |

<div id="currency-field">
  ## 通貨 field
</div>

| プロパティ           | 説明        |
| --------------- | --------- |
| `Value`         | 検出された数値。  |
| `Currency name` | 検出された通貨名。 |

<div id="date-field">
  ## 日付field
</div>

| プロパティ   | 説明  |
| ------- | --- |
| `Day`   | 日。  |
| `Month` | 月。  |
| `Year`  | 年度。 |

<div id="fixed-variants-field">
  ## 固定候補 field
</div>

| プロパティ     | 説明                              |
| --------- | ------------------------------- |
| `Keyword` | 仮説に含まれる単語です。各単語について、誤りの数が示されます。 |

<div id="number-field">
  ## 数値field
</div>

| プロパティ  | 説明         |
| ------ | ---------- |
| `Text` | 仮説のテキストです。 |

<div id="phone-field">
  ## 電話番号 field
</div>

| プロパティ    | 説明                   |
| -------- | -------------------- |
| `Number` | 検出された電話番号です。         |
| `Prefix` | 検出された電話番号のプレフィックスです。 |

<div id="regular-expression-field">
  ## 正規表現 field
</div>

| プロパティ  | 説明         |
| ------ | ---------- |
| `Text` | 仮説のテキストです。 |
