UiPath Documentation
activities
latest
false
Activités Document Understanding
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Classe ResultatsDonnéesPoint

Classe PointsDonnéesRésultats, représentant un champ et ses valeurs extraites associées dans un résultat d'extraction.

Définition

  • Espace de noms : UiPath.DocumentProcessing.Contracts.Results
  • Assemblage : UiPath.DocumentProcessing.Contracts

Description

Classe publique qui représente un champ et ses valeurs extraites associées.

Membres

Constructeurs

  • 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.

Méthodes

  • GetValue() : renvoie la valeur du premier champ ou null si le champ est manquant.
  • GetValue(int index) - Returns the field value at the specified index or null if the field is missing.
  • SetValue(ResultsValue value) : remplace la ou les valeurs actuelles par la valeur unique spécifiée.

Propriétés

  • DataSource (ResultsDataSource) - The source of the reported information.
  • DataVersion Int32 - Le nombre de modifications apportées au champ. La version d'un champ extrait automatiquement est 0 et est incrémentée pour chaque modification manuelle ultérieure.
  • FieldId String - L'ID de champ, tel que défini dans le fichier de taxonomie.
  • FieldName String - Le nom du champ, tel que défini dans la taxonomie.
  • FieldType (FieldType) - The field type, as defined in the taxonomy.
  • IsMissing Boolean : s'il n'y a pas de valeurs, l'indicateur IsMissing est défini sur True.
  • Values (ResultsValue[]) - A list of values associated with the field.
  • OperatorConfirmed Boolean : drapeau indiquant si le point de données a été confirmé par un réviseur.
  • 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.
  • Définition
  • Description
  • Membres
  • Constructeurs
  • Méthodes
  • Propriétés

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour