Click or drag to resize

RecAPIkRecClassifyDocument 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 kRecClassifyDocument(
	int sid,
	IntPtr hDCProject,
	string pFileName,
	int nPage,
	out IntPtr phDCBestClass,
	out uint confidence,
	out CLASSIFY_INFO[] pClassifyInfo,
	out bool isConfident
)

Parameters

sid
Type: SystemInt32
hDCProject
Type: SystemIntPtr
pFileName
Type: SystemString
nPage
Type: SystemInt32
phDCBestClass
Type: SystemIntPtr
confidence
Type: SystemUInt32
pClassifyInfo
Type: Kofax.OmniPageCSDK.ArgTypesCLASSIFY_INFO
isConfident
Type: SystemBoolean

Return Value

Type: RECERR
See Also