DocumentSuspiciousField
Purpose
Contains information about fields captured with low-confidence.
Diagram of relationships between Document editing details
List of columns
Key | Name | Type | Required | Description |
DocumentProcessedDate | date | yes | The date when the document's status changed to "Processed." | |
DocumentProcessingID | bigint | yes | Document identifier. Corresponds to the entry identifier in the DocumentProcessing table. | |
FieldPath | nvarchar | yes | The full name of the field in the Document Definition (comprising the names of the objects below in the tree, from the section to the field itself, separated by "\"). | |
IsSuspicious | bit | yes | This flag indicates whether the field contains low-confidence characters. | |
NeedVerification | bit | yes | This flag indicates whether the field requires verification. |
4/12/2024 6:16:02 PM