Id Result(File Format Definition, Int 32, Int 32) Constructor
Constructor.
Definition
Namespace: OpenDiscoverSDK.Interfaces
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public 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.