Click or drag to resize

DocumentClassifierProjectClassifyImage 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 ClassifyImage(
	ImageFile Image,
	int Page,
	out DocumentClassifierClass PredictedClass,
	out int ConfidenceLevel,
	out DOCCLASSIFICATIONINFO[] Result,
	out bool Confident,
	[OptionalAttribute] bool Async
)

Parameters

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