UiPath Documentation
activities
latest
false
Document Understanding-Aktivitäten
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.

WildcardDataPoint Class

WildcardDataPoint facade in the V1 navigator for a data point of unknown type, with conversion methods to the basic, table, and field group facades.

Definition

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

Beschreibung

WildcardDataPoint is a facade for a ResultsDataPoint whose type is not known in advance. It exposes conversion methods to the typed facades and value-removal methods.

A WildcardDataPoint is typically obtained from ExtractionResultHandler.FromDataPoint(...) or from a WildcardDataPointCollection returned by GetFields(...).

Mitglieder

Konstruktoren

KonstruktorBeschreibung
WildcardDataPoint(ResultsDataPoint dataPoint)Initializes a new instance wrapping the specified data point.

Methoden

MethodGibt zurückBeschreibung
ToFieldGroup()FieldGroupDataPointConverts this data point to a field group facade.
ToTable()TableDataPointConverts this data point to a table facade.
ToBasicField()BasicDataPointConverts this data point to a basic field facade.
Clear()WildcardDataPointRemoves all values from the data point and returns this instance for chaining.
Remove(int index)WildcardDataPointRemoves the value at the specified index and returns this instance for chaining.

Inherited members

Field metadata and validator properties (FieldType, FieldId, FieldName, IsMissing, DataVersion, DataSource, OperatorConfirmed, ValidatorNotes, ValidatorNotesInfo) and GetRawDataPoint() are inherited from DataPointFacadeBase.

  • Definition
  • Beschreibung
  • Mitglieder
  • Konstruktoren
  • Methoden
  • Inherited members

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