DocumentClassifierProject.GetDecision 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 GetDecision(
DocumentClassifierClass PredictedClass,
DocumentClassifierClass TargetClass,
int Confidence,
[OptionalAttribute] Object Treshold,
[OptionalAttribute] Object ProjectType
)
Public Function GetDecision (
PredictedClass As DocumentClassifierClass,
TargetClass As DocumentClassifierClass,
Confidence As Integer,
<OptionalAttribute> Treshold As Object,
<OptionalAttribute> ProjectType As Object
) As DCMatchDecision
public:
DCMatchDecision GetDecision(
[InAttribute] DocumentClassifierClass^ PredictedClass,
[InAttribute] DocumentClassifierClass^ TargetClass,
[InAttribute] int Confidence,
[OptionalAttribute] [InAttribute] Object^ Treshold,
[OptionalAttribute] [InAttribute] Object^ ProjectType
)
Parameters
- PredictedClass
- Type: Kofax.OmniPageCSDK.IproPlus.DocumentClassifierClass
- TargetClass
- Type: Kofax.OmniPageCSDK.IproPlus.DocumentClassifierClass
- Confidence
- Type: System.Int32
- Treshold (Optional)
- Type: System.Object
- ProjectType (Optional)
- Type: System.Object
Return Value
Type:
DCMatchDecision
See Also