SimpleFieldValue Class
Definition
- 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(stringrawValue,stringderivedValue,floatconfidence, [floatocrConfidence = -1]) - Initializes a new instance of theSimpleFieldValueclass with the corresponding arguments.SimpleFieldValue(stringrawValue,stringunformattedValue,stringderivedValue,floatconfidence, [floatocrConfidence = -1]) - Initializes a new instance of theSimpleFieldValueclass with the corresponding arguments.
Properties
Confidencefloat- The confidence of the value, with a value between 0 and 1.DerivedValuestring- A representation of the formatted reported value. Forintegerfields, it is the value in theResultsDerivedFieldwith theFieldID= 'Value'. Fordatefields, it is a string representing the derived parts of the value in aYYYY-MM-DDformat. For other fields, it is a string escaped.CSVformatting of theResultsDerivedFieldentries associated with the value.Empty- A static read-only property returning an emptySimpleResultsValue, withRawValueandDerivedValueas empty, andConfidenceset toResultConstants.UnknownConfidence.OcrConfidencefloat- Gets the OCR confidence of the value.RawValuestring- theValuereported in theResultsValueobject. This field is deprecated, please useUnformattedValueinstead.UnformattedValuestring- Gets the unformatted value reported by the extractor.Valuestring- Gets the actual extracted value.