Click or drag to resize

RecAPIkRecClassifyText Method

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

Return Value

Type: RECERR
See Also