Click or drag to resize

RecAPIkRecClassifyDocument Method

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
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: OmniPageCSDK.ArgTypesCLASSIFY_INFO
isConfident
Type: SystemBoolean

Return Value

Type: RECERR
See Also