DocumentClassifierProject.GetDecisionByName Method
|
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
Syntaxpublic DCMatchDecision GetDecisionByName(
string PredictedClass,
string TargetClass,
int Confidence,
[OptionalAttribute] Object Treshold,
[OptionalAttribute] Object ProjectType
)
Public Function GetDecisionByName (
PredictedClass As String,
TargetClass As String,
Confidence As Integer,
<OptionalAttribute> Treshold As Object,
<OptionalAttribute> ProjectType As Object
) As DCMatchDecision
public:
DCMatchDecision GetDecisionByName(
[InAttribute] String^ PredictedClass,
[InAttribute] String^ TargetClass,
[InAttribute] int Confidence,
[OptionalAttribute] [InAttribute] Object^ Treshold,
[OptionalAttribute] [InAttribute] 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