RuleSet Class
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Taxonomy - Assembly:
UiPath.DocumentProcessing.Contracts
Description
Represents a set of taxonomy rules with an associated criticality level.
Members
Properties
Criticality: Gets or sets theCriticalitylevel associated with the ruleset.Criticalitycan have the following values:1: Equals Must.2: Equals Should.
Rules: Gets or sets an array of Rule objects representing the set of taxonomy rules.