FormValidationLogic
FormValidationLogic enumeration
Patterns that control behavior of non-standard(error) cases during a recognition process.
public enum FormValidationLogic
Values
| Name | Value | Description |
|---|---|---|
| undefined | 0 | No logic is specified - default value will be used (Ignore=1) |
| Ignore | 1 | Recognition engine will ignore all errors with validation logic set up by template markdown Multiple answers marked per question, despite multiselect is set to false. In this case - all marked values will be returned as is |
| Exception | 2 | Recognition engine will throw exception derived from OMRException. Type of exception is based on broken rule. Multiple answers marked per question, despite multiselect is set to false. Exception MultiselectException will be thrown |
See Also
- namespace Aspose.OMR.Recognition.Enums
- assembly Aspose.OMR