Click or drag to resize

DocumentClassifierProjectGetDecisionByName 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: SystemString
TargetClass
Type: SystemString
Confidence
Type: SystemInt32
Treshold (Optional)
Type: SystemObject
ProjectType (Optional)
Type: SystemObject

Return Value

Type: DCMatchDecision
See Also