Click or drag to resize

DocumentClassifierProject.ClassifyFile 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 ClassifyFile(
	string File,
	int Page,
	out DocumentClassifierClass PredictedClass,
	out int ConfidenceLevel,
	out DOCCLASSIFICATIONINFO[] Result,
	out bool Confident,
	[OptionalAttribute] bool Async
)

Parameters

File
Type: System.String
Page
Type: System.Int32
PredictedClass
Type: Kofax.OmniPageCSDK.IproPlus.DocumentClassifierClass
ConfidenceLevel
Type: System.Int32
Result
Type:Kofax.OmniPageCSDK.IproPlus.DOCCLASSIFICATIONINFO[]
Confident
Type: System.Boolean
Async (Optional)
Type: System.Boolean
See Also