Activities
latest
false
Banner background image
Document Understanding Activities
Last updated Apr 10, 2024

SimpleFieldValue Class

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

Description

A public class that represents a projection of a ResultsValue for a field that is not a table, in a simpler format, without any referencing or sourcing information.

Members

Constructors
  • SimpleFieldValue(string rawValue, string derivedValue, float confidence, [float ocrConfidence = -1]) - Initializes a new instance of the SimpleFieldValue class with the corresponding arguments.
  • SimpleFieldValue(string rawValue, string unformattedValue, string derivedValue, float confidence, [float ocrConfidence = -1]) - Initializes a new instance of the SimpleFieldValue class with the corresponding arguments.

    `

Properties
  • Confidence float - The confidence of the value, with a value between 0 and 1.
  • DerivedValue string - A representation of the formatted reported value. For integer fields, it is the value in the ResultsDerivedField with the FieldID = 'Value'. For date fields, it is a string representing the derived parts of the value in a YYYY-MM-DD format. For other fields, it is a string escaped .CSV formatting of the ResultsDerivedField entries associated with the value.
  • Empty - A static read-only property returning an empty SimpleResultsValue, with RawValue and DerivedValue as empty, and Confidence set to ResultConstants.UnknownConfidence.
  • OcrConfidence float - Gets the OCR confidence of the value.
  • RawValue string - the Value reported in the ResultsValue object. This field is deprecated, please use UnformattedValue instead.
  • UnformattedValue string - Gets the unformatted value reported by the extractor.
  • Value string - Gets the actual extracted value.
  • Description
  • Members

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.