Click or drag to resize

DocumentClassifierProject.GetDecisionByName 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 DCMatchDecision GetDecisionByName(
	string PredictedClass,
	string TargetClass,
	int Confidence,
	[OptionalAttribute] Object Treshold,
	[OptionalAttribute] Object ProjectType
)

Parameters

PredictedClass
Type: System.String
TargetClass
Type: System.String
Confidence
Type: System.Int32
Treshold (Optional)
Type: System.Object
ProjectType (Optional)
Type: System.Object

Return Value

Type: DCMatchDecision
See Also