ClassifierRuleLogic Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Defines a logic of classifier rules.
Namespace:ByteScout.DocumentParserAssembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
AND | 0 | 'AND' logic. All rule conditions must be met. | |
OR | 1 | 'OR' logic. At least one of rule conditions must be met. |
See Also