Click or drag to resize

DocumentClassifierProjectWaitForClassification 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 bool WaitForClassification(
	out DocumentClassifierClass PredictedClass,
	out int ConfidenceLevel,
	out DOCCLASSIFICATIONINFO[] Result,
	out bool Confident,
	[OptionalAttribute] int Milliseconds
)

Parameters

PredictedClass
Type: Kofax.OmniPageCSDK.IproPlusDocumentClassifierClass
ConfidenceLevel
Type: SystemInt32
Result
Type: Kofax.OmniPageCSDK.IproPlusDOCCLASSIFICATIONINFO
Confident
Type: SystemBoolean
Milliseconds (Optional)
Type: SystemInt32

Return Value

Type: Boolean
See Also