Click or drag to resize

RecAPIkRecClassifyPage Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public static RECERR kRecClassifyPage(
	int sid,
	IntPtr hDCProject,
	IntPtr hPage,
	out IntPtr bestClass,
	out uint confidence,
	out CLASSIFY_INFO[] pClassifyInfos,
	out bool isClassfied
)

Parameters

sid
Type: SystemInt32
hDCProject
Type: SystemIntPtr
hPage
Type: SystemIntPtr
bestClass
Type: SystemIntPtr
confidence
Type: SystemUInt32
pClassifyInfos
Type: Kofax.OmniPageCSDK.ArgTypesCLASSIFY_INFO
isClassfied
Type: SystemBoolean

Return Value

Type: RECERR
See Also