UiPath Documentation
activities
latest
false
Document Understanding アクティビティ
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

RuleSetResult クラス

RuleSetResult クラス。フィールドの抽出されたすべての値にルールセットを適用した結果を表します。

定義

  • 名前空間: UiPath.DocumentProcessing.Contracts.BusinessRules
  • アセンブリ: UiPath.DocumentProcessing.Contracts

説明

フィールドの抽出されたすべての値にルールセットを適用した結果を表します。

メンバー

プロパティ

  • FieldId: ルールが適用されるフィールドの ID を取得または設定します。
  • FieldType: このルールセットの結果に関連付けられた FieldType を取得または設定します。
  • Criticality: このルールセットの結果に関連付けられた Criticality レベルを取得または設定します。
  • IsValid: FieldId が有効かどうかを示す Boolean 値を取得または設定します。
  • Results: 各フィールド値の結果を表す FieldValueResult オブジェクトのリストを取得または設定します。
  • BrokenRules: フィールド値に適用したときに満たされなかった Rule オブジェクトのリストを取得または設定します。
  • RowIndex: フィールドに関連付けられた任意の行インデックスを取得または設定します。
  • TableFieldId: テーブル内のフィールドの識別子を取得または設定します。

コンストラクター

  • RuleSetResult(): RuleSetResult クラスの新しいインスタンスを初期化します。
  • RuleSetResult(string fieldId, FieldType fieldType, Criticality criticality, bool isValid, List<FieldValueResult> results, List<Rule> brokenRules, int? rowIndex = null, string tableFieldId = null): Initializes a new instance of the RuleSetResult class with the following parameters:
    • fieldId (String): The ID of the field to which the rules are applied.
    • fieldType (FieldType): The type of the field.
    • criticality (Criticality): The criticality level associated with this ruleset result.
    • isValid (Boolean): Indicates whether the field is valid.
    • results (List<FieldValueResult>): The result of applying the ruleset over each field value.
    • brokenRules (List<Rule>): The rules that were not satisfied when applied on the field values.
    • rowIndex (Int32?, optional): The row index associated with the field, for fields within a table.
    • tableFieldId (String, optional): The identifier of the field within a table.
  • 定義
  • 説明
  • メンバー
  • プロパティ
  • コンストラクター

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得