# FieldType Enum

> * Namespace: `UiPath.DocumentProcessing.Contracts.Taxonomy`
* Assembly: `UiPath.DocumentProcessing.Contracts`

## Definition

* Namespace: `UiPath.DocumentProcessing.Contracts.Taxonomy`
* Assembly: `UiPath.DocumentProcessing.Contracts`

## Description

A public enumeration that contains the supported field types for a `Field`.

## Fields

* `Address` - A field that contains the address. Supports formatting and editing of `Address Line 1`, `Address Line 2`, `Address Line 3`, `City`, `State / County / Province`, `Country`, and `Zip Postal Code`.
* `Date` - A field that contains the date. Supports formatting and editing of `Day`, `Month`, and `Year`.
* `Name` - A field that contains the name. Supports formatting and editing of `Given Name`, `Middle Name`, and `Last Name`.
* `Number` - A field that contains the phone number. Supports formatting and editing of a numeric `Value`.
* `Text` - A field that contains the text.
* `Boolean` - A field that supports boolean values. Supports reporting and editing of a `Yes / No` option.
* `Keyword` - A field that contains keywords.
* `Set` - A field that supports a preconfigured list of possible values.
* `Table` - A field that supports tables. For a table field to be fully configured, a list of columns must be defined in the `Field` object's `Components` property. A table column cannot be of the `Table` type.
* `FieldGroup` - A field that contains a a logical grouping of related fields.
* `MonetaryQuantity` - A field that supports amount and currency values.
