IdResult(FileFormatDefinition, Int32, Int32) Constructor

Constructor.

Definition

Namespace: OpenDiscoverSDK.Interfaces
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.

See Also