Click or drag to resize

RecAPIkRecClassifyPage Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
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