# TypeField Class

> The `TypeField` class represents the identifiedr from a `DocumentType` object.

The `TypeField` class represents the identifiedr from a `DocumentType` object.

## Definition

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

## Description

A public class that represents the document type identification from a `DocumentType` object.

The `TypeField` object, as a property of a `DocumentType`, is automatically generated by the Taxonomy Manager wizard.

## Members

#### Constructors

* `TypeField()` - Initializes a new instance of the `TypeField` class with no arguments.

#### Properties

* `FieldId` `string` - A unique identifier ID generated for the classification information of a document type.
* `FieldName` `string` - The name of the field, identical with the value of the `Document Type` constant.
