Specifies a recognition engine to be used for performing OMR analysis.
Syntax
__value public enum RecognitionEngine : public System.Enum
public enum class RecognitionEngine : public System.Enum
Members
Member | Description |
DualThresholdLegacy |
Deprecated. Use the SingleThreshold enum value for all new OMR processing scenarios.
Specifies that the Dual Threshold Legacy engine should be used to process the field.
|
SingleThreshold |
Specifies that the Single Threshold engine should be used to process the field.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Accusoft.FormFixSdk.RecognitionEngine
See Also