The ParsedField interface defines the structure for individual parsed fields within a ParsedResultItem. It provides information about the field value and its statuses.
Optional
The mapping status of the field.
EnumMappingStatus
The validation status of the field.
EnumValidationStatus
The value of the parsed field as a string. This represents the extracted data for the field.
The ParsedField interface defines the structure for individual parsed fields within a ParsedResultItem. It provides information about the field value and its statuses.