activities
latest
false
UiPath logo, featuring letters U and I in white

Document Understanding Activities

Last updated Mar 3, 2025

RuleSetResult Class

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.BusinessRules
  • Assembly: UiPath.DocumentProcessing.Contracts

Description

Represents the result of applying a ruleset over all the extracted values of a field.

Members

Properties
  • FieldId: Gets or sets the ID of the field to which the rules are applied.
  • FieldType: Gets or sets the FieldType associated with this ruleset result.
  • Criticality: Gets or sets the Criticality level associated with this ruleset result.
  • IsValid: Gets or sets a boolean value indicating whether the FieldId is valid.
  • Results: Gets or sets a list of FieldValueResult objects representing the result of each field value.
  • BrokenRules: Gets or sets a list of Rule objects, which were not satisfied when applied on the field values.
  • RowIndex: Gets or sets an optional row index associated with the field.
  • TableFieldId: Gets or sets an identifier for the field within a table.
Constructors
  • RuleSetResult(): Initializes a new instance of the RuleSetResult class.
  • RuleSetResult(string, FieldType, Criticality, bool, List<FieldValueResult>, List<Rule>, int?, string): Initializes a new instance of the RuleSetResult class, based on parameters such as the Field ID, type, and its criticality.
  • Definition
  • Description
  • Members

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2025 UiPath. All rights reserved.