UiPath Documentation
activities
latest
false
Actividades de Document Understanding
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

ResultsValueFacadeBase Class

ResultsValueFacadeBase abstract base class for V1 value facades, exposing the common confidence, reference, and validator properties wrapped from a ResultsValue.

Definición

  • Espacio de nombres: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Ensamblado: UiPath.DocumentProcessing.Contracts
  • Inherits: FieldLookupBase

Descripción

ResultsValueFacadeBase is the abstract base class for the value facades BasicValue, TableValue, and TableRow.

It wraps a single ResultsValue and exposes its confidence, content reference, derived fields, and validator information as strongly-typed properties. Because it inherits from FieldLookupBase, derived facades can resolve nested component fields by lookup. It is not instantiated directly.

Miembros

Constructores

ConstructorDescripción
ResultsValueFacadeBase(ResultsValue value)Initializes a new instance wrapping the specified value. The value components are used as the field collection for lookups.

Propiedades

PropiedadTipoDescripción
ConfidencefloatThe confidence score of the value. Read/write.
OcrConfidencefloatThe Optical Character Recognition (OCR) confidence score of the value. Read/write.
OperatorConfirmedboolWhether the value was confirmed by an operator. Read/write.
ReferenceResultsContentReferenceThe content reference of the value. Read/write.
DerivedFieldsResultsDerivedField[]The derived fields of the value. Read/write.
ValidatorNotesstringThe validator notes for the value. Read/write.
ValidatorNotesInfostringAdditional validator information for the value. Read/write.

Métodos

MétodoDevolucionesDescripción
GetRawResultsValue()ResultsValueReturns the underlying ResultsValue wrapped by the facade.
  • Definición
  • Descripción
  • Miembros
  • Constructores
  • Propiedades
  • Métodos

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado