UiPath Documentation
activities
latest
false
Document Understanding activities

BasicValue Class

BasicValue facade in the V1 navigator for a single basic field value, exposing its formatted and unformatted text and text type.

Definition

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

Description

BasicValue is a facade for a single value of a basic (non-complex) field. It wraps a ResultsValue and exposes its text content and text type, in addition to the confidence and validator properties inherited from ResultsValueFacadeBase.

A BasicValue is typically obtained from a BasicDataPoint or from the cell accessors on TableValue and TableRow.

Members

Constructors

ConstructorDescription
BasicValue(ResultsValue value)Initializes a new instance wrapping the specified value.

Properties

PropertyTypeDescription
ValuestringThe formatted value text. Read/write.
UnformattedValuestringThe unformatted value text. Read-only.
TextTypeTextTypeThe text type classification of the value. Read-only.

Inherited members

Confidence, content reference, derived fields, and validator properties (Confidence, OcrConfidence, OperatorConfirmed, Reference, DerivedFields, ValidatorNotes, ValidatorNotesInfo) and GetRawResultsValue() are inherited from ResultsValueFacadeBase.

  • Definition
  • Description
  • Members
  • Constructors
  • Properties
  • Inherited members

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated