activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Document Understanding アクティビティ

最終更新日時 2026年3月16日

ExtractionResultHandler Class - preview

定義

  • 名前空間: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • アセンブリ: UiPath.DocumentProcessing.Contracts

説明

A public class that provides a fluent API for navigating and manipulating extraction results.

It acts as an entry point for working with:

  • Basic fields,
  • Field groups,
  • Tables,
  • Table rows,
  • Generic (wildcard) data points.
ExtractionResultHandler wraps an ExtractionResult and exposes helper methods to convert raw ResultsDataPoint and ResultsValue objects into strongly-typed facade classes.

This allows easier navigation and manipulation of extraction results without manually casting types.

メンバー

コンストラクター
ExtractionResultHandler() - Initializes a new instance of the ExtractionResultHandler class for the specified ExtractionResult.
メソッド
  • FromTable() - Converts a table data point into a TableDataPoint facade.
  • FromFieldGroup() - Converts a field group data point into a FieldGroupDataPoint facade.
  • FromBasicDataPoint() - Converts a basic data point into a BasicDataPoint facade.
  • FromDataPoint() - Converts any data point into a WildcardDataPoint facade.
  • FromFieldGroupValue() - Converts a field group value into a FieldGroupValue facade.
  • FromTableValue() - Converts a table value into a TableValue facade.
  • FromTableRow() - Converts a table row value into a TableRow facade.
  • FromBasicValue() - Converts a basic value into a BasicValue facade.
  • 定義
  • 説明
  • メンバー

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得