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.

ResultsDataPoint-Klasse

ResultsDataPoint-Klasse, die ein Feld und die zugehörigen extrahierten Werte in einem Extraktionsergebnis darstellt.

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.Results
  • Assembly: UiPath.DocumentProcessing.Contracts

Beschreibung

Eine öffentliche Klasse, die ein Feld und die zugehörigen extrahierten Werte darstellt.

Mitglieder

Konstruktoren

  • ResultsDataPoint(string fieldId, string fieldName, FieldType fieldType) - Creates a missing automatically extracted ResultsDataPoint, with no values. Sets DataSource to Automatic, DataVersion to 0, and fills out field-specific information.
    • fieldId (String) - The field ID, as defined in the taxonomy.
    • fieldName (String) - The field name, as defined in the taxonomy.
    • fieldType (FieldType) - The field type, as defined in the taxonomy.
  • ResultsDataPoint(string fieldId, string fieldName, FieldType fieldType, ResultsValue[] values) - Creates an automatically extracted ResultsDataPoint with the specified values. Sets DataSource to Automatic, DataVersion to 0, and fills out field-specific information.
    • values (ResultsValue[]) - The extracted values to associate with the field.
    • fieldId, fieldName, fieldType - Same as above.
  • ResultsDataPoint(string fieldId, string fieldName, FieldType fieldType, ResultsDataSource dataSource, ResultsValue[] values, int dataVersion) - Creates a ResultsDataPoint with full control over the data source and version. For manually entered or corrected data.
    • dataSource (ResultsDataSource) - The source of the reported values, for example Automatic or ManuallyChanged.
    • dataVersion (Int32) - The revision number of the field: 0 for automatic extraction, incremented for each manual modification.
    • fieldId, fieldName, fieldType, values - Same as above.

Methoden

  • GetValue() - Gibt den ersten Feldwert oder NULL zurück, wenn das Feld fehlt.
  • GetValue(int index) - Returns the field value at the specified index or null if the field is missing.
  • SetValue(ResultsValue value) - überschreibt den/die aktuellen Wert(e) mit dem einzelnen angegebenen Wert.

Eigenschaften

  • DataSource (ResultsDataSource) - The source of the reported information.
  • DataVersion Int32 – Die Anzahl der an diesem Feld vorgenommenen Änderungen. Die Version eines automatisch extrahierten Felds ist 0 und wird bei jeder nachfolgenden manuellen Änderung inkrementiert.
  • FieldId String - Die Feld-ID, wie in der Taxonomiedatei definiert.
  • FieldName String - Der Feldname, wie in der Taxonomie definiert.
  • FieldType (FieldType) - The field type, as defined in the taxonomy.
  • IsMissing Boolean – Wenn keine Werte vorhanden sind, wird das Flag IsMissing auf True festgelegt.
  • Values (ResultsValue[]) - A list of values associated with the field.
  • OperatorConfirmed Boolean – Flag, das angibt, ob der Datenpunkt von einem Prüfer bestätigt wurde.
  • ValidatorNotes String - Either the entered text, the selected option, or an empty string. Defaults to an empty string.
  • ValidatorNotesInfo String - The description of the ValidatorNotes. Defaults to an empty string.
  • Definition
  • Beschreibung
  • Mitglieder
  • Konstruktoren
  • Methoden
  • Eigenschaften

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