Click or drag to resize

RecAPIkRecClassifyText 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 kRecClassifyText(
	int sid,
	IntPtr hDCProject,
	string pText,
	out IntPtr phDCBestClass,
	out uint confidence,
	out CLASSIFY_INFO[] pClassifyInfo,
	out bool isConfident
)

Parameters

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

Return Value

Type: RECERR
See Also