Click or drag to resize

DCProjectClassifyDocument Method

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public List<DCMatch> ClassifyDocument(
	string fileName,
	int nPage,
	out DCClass bestClass,
	out uint confidence,
	out bool isConfident
)

Parameters

fileName
Type: SystemString
nPage
Type: SystemInt32
bestClass
Type: Kofax.OmniPageCSDK.ObjectsDCClass
confidence
Type: SystemUInt32
isConfident
Type: SystemBoolean

Return Value

Type: ListDCMatch
See Also