Click or drag to resize

DocumentClassifierProjectClassifyPage Method

Caution note Caution
This API is preliminary and subject to change.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void ClassifyPage(
	Page Page,
	out DocumentClassifierClass PredictedClass,
	out int ConfidenceLevel,
	out DOCCLASSIFICATIONINFO[] Result,
	out bool Confident,
	[OptionalAttribute] bool Async
)

Parameters

Page
Type: Kofax.OmniPageCSDK.IproPlusPage
PredictedClass
Type: Kofax.OmniPageCSDK.IproPlusDocumentClassifierClass
ConfidenceLevel
Type: SystemInt32
Result
Type: Kofax.OmniPageCSDK.IproPlusDOCCLASSIFICATIONINFO
Confident
Type: SystemBoolean
Async (Optional)
Type: SystemBoolean
See Also