Document file format identification match type (confidence) result.
Namespace: OpenDiscoverSDK.InterfacesAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
Members| Member name | Value | Description |
|---|
| None | 0 |
The document does not match any document signatures or exclusive file extensions.
|
| ExtensionOnly | 50 |
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.
|
| PartialSignatureOnly | 70 |
The document matches a partial document signature but the extension is missing or is not in agreement.
|
| PartialSignatureAndExtension | 80 |
The document matches a partial document signature and the extension is in agreement.
|
| SignatureOnly | 90 |
The document matches a document full signature but the extension is missing or is not in agreement.
|
| SignatureAndExtension | 100 |
The document matches a document full signature and the corresponding file extension is in agreement (high confidence).
|
See Also