Click or drag to resize

RecAPI.kRecEvalDCMatchInfo Method

See kRecEvalDCMatchInfo.

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntax
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Unicode)]
public static RECERR kRecEvalDCMatchInfo(
	int projectType,
	IntPtr hDCPredictedClass,
	int confidenceLevel,
	IntPtr hDCTargetClass,
	int confidenceThr,
	out int pDCMatchDecision,
	out IntPtr phDCSelectedClass
)

Parameters

projectType
Type: System.Int32
hDCPredictedClass
Type: System.IntPtr
confidenceLevel
Type: System.Int32
hDCTargetClass
Type: System.IntPtr
confidenceThr
Type: System.Int32
pDCMatchDecision
Type: System.Int32
phDCSelectedClass
Type: System.IntPtr

Return Value

Type: RECERR
See Also