Click or drag to resize

DocumentClassifierProjectClassifyText 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 ClassifyText(
	string Text,
	out DocumentClassifierClass PredictedClass,
	out int ConfidenceLevel,
	out DOCCLASSIFICATIONINFO[] Result,
	out bool Confident,
	[OptionalAttribute] bool Async
)

Parameters

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