Click or drag to resize

RecAPIkRecEvalDCMatchInfo Method

See kRecEvalDCMatchInfo.

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
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: SystemInt32
hDCPredictedClass
Type: SystemIntPtr
confidenceLevel
Type: SystemInt32
hDCTargetClass
Type: SystemIntPtr
confidenceThr
Type: SystemInt32
pDCMatchDecision
Type: SystemInt32
phDCSelectedClass
Type: SystemIntPtr

Return Value

Type: RECERR
See Also