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

BasicDataPoint Class - preview

Definition

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

Beschreibung

BasicDataPoint is a facade class for working with basic (non-complex) extraction fields in an ExtractionResult. It wraps a ResultsDataPoint and provides a fluent, strongly-typed API to read and manipulate the field’s values as BasicValue objects.
Use BasicDataPoint when you know the underlying ResultsDataPoint is a basic field type (for example: text, number, date, etc.) and not a Table or FieldGroup.
BasicDataPoint is typically obtained through ExtractionResultHandler.FromBasicDataPoint(...), which converts raw ResultsDataPoint objects into the appropriate facade type (basic, table, field group, or wildcard).
Use BasicDataPoint to:
  • Get the first extracted value (or all values) for a basic field,
  • Read a value at a specific index (multi-value fields),
  • Add values,
  • Insert values at a specific position,
  • Update existing values,
  • Remove individual values,
  • Clear all values from a field.
If you need to work with tables or field groups, use TableDataPoint or FieldGroupDataPoint instead.

Mitglieder

Konstruktoren
BasicDataPoint() - Initializes a new instance for a basic field type.
Methoden
  • AddValue() - Appends an existing ResultsValue to the end of the values list.
  • InsertValue() - Inserts an existing value at the specified index.
  • UpdateValue() - Updates the first value (index 0) with a new ResultsValue.
  • Clear() - Removes all values from the data point.
  • Remove() - Removes the value at the specified index.
Eigenschaften
  • Value InArgument<Resultsvalue value> - The data point to wrap. Must represent a basic (non-complex) field.
  • 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