FieldValueDetails Class
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 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 object representing the actual extracted value of the field in the document.