Document |
[DataMemberAttribute] public HashSet<Id> ExcludedDocumentTypes { get; set; }
"Excluded" documents can be reprocessed, if desired, at a later time. An excluded document has a data store record and file data saved to file store but marked as "excluded" in data store. This allows excluded documents to be automatically filtered from review.
An "excluded" document will have its file format identified, get hashed, and its SHA1BinaryHash compared to NIST hash database (if PerformNistCheck is true) before being excluded from further processing.
This property setting has no effect if ProcessingMode property is set to either IdentificationOnly and IdentificationWithContainerItemCount because there is no text/metadata/embedded object extraction processing in these 2 modes.