activities
latest
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white

Document Understanding-Aktivitäten

Letzte Aktualisierung 16. März 2026

ExtractionResultHandler Class - preview

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Assembly: UiPath.DocumentProcessing.Contracts

Beschreibung

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.

Mitglieder

Konstruktoren
ExtractionResultHandler() - Initializes a new instance of the ExtractionResultHandler class for the specified ExtractionResult.
Methoden
  • 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.
  • Definition
  • Beschreibung
  • Mitglieder

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben