# FieldValueDetails Class

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

## Definition

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

## Description

Provides information about a specific field and its extracted value from the document. This class is primarily used in UiPath® Apps to provide more descriptive context about the field and its value in Validation Control.

## Members

#### Properties

* `Field`: Gets or sets the [ResultsDataPoint](https://docs.uipath.com/activities/other/latest/document-understanding/results-data-point-class) objects representing the field itself.
* `FieldValueIndex`: Gets or sets the index of the value within a multi-value field. It helps in identifying the specific value of a field if it contains multiple values.
* `FieldValue`: Gets or sets the [ResultsValue](https://docs.uipath.com/activities/other/latest/document-understanding/results-value-class) object representing the actual extracted value of the field in the document.
