Click or drag to resize

DCMatchDecision Enumeration

Possible logical outcome values for a test match

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public enum DCMatchDecision
Members
  Member nameValueDescription
DCMD_UNDEFINED0 Extremal value
DCMD_CORRECT1 Correct match
DCMD_MISCLASSIFIED2 Different class is predicted than the target
DCMD_FALSE_NEGATIVE3 No class is predicted, though the target was a valid class
DCMD_FALSE_POSITIVE4 Some class is predicted, though the target was not a valid class
DCMD_REJECTED5 No prediction is available at all
See Also