Click or drag to resize

RecAPI.kRecEvalDCMatchInfo Method

See kRecEvalDCMatchInfo.

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax
[DllImportAttribute("KernelAPI.dll", 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