Click or drag to resize

IdMatchType Enumeration

Document file format identification match type (confidence) result.

Namespace: OpenDiscoverSDK.Interfaces
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public enum IdMatchType
Members
Member nameValueDescription
None0 The document does not match any document signatures or exclusive file extensions.
ExtensionOnly50 The document matches a known extension but no file signatures. Only split archive segments, which could not be determined by internal signature, use file extensions as a last resort to identify.
PartialSignatureOnly70 The document matches a partial document signature but the extension is missing or is not in agreement.
PartialSignatureAndExtension80 The document matches a partial document signature and the extension is in agreement.
SignatureOnly90 The document matches a document full signature but the extension is missing or is not in agreement.
SignatureAndExtension100 The document matches a document full signature and the corresponding file extension is in agreement (high confidence).
See Also