IdResult(FileFormatDefinition, Int32, Int32) Constructor |
Constructor.
Namespace: OpenDiscoverSDK.InterfacesAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic IdResult(
FileFormatDefinition formatDef,
int matchType,
int textEncodingId
)
Parameters
- formatDef FileFormatDefinition
- Identified file format.
- matchType Int32
- Strength of identification result.
- textEncodingId Int32
- If text based format, the character encoding of the format. Set to Unknown otherwise
Remarks
Only the SDK should create instances of this class.
See Also