UiPath Documentation
activities
latest
false
Atividades do Document Understanding
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

ResultsValueFacadeBase Class

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

Definição

  • Espaço de nomes: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Montagem: UiPath.DocumentProcessing.Contracts
  • Inherits: FieldLookupBase

Description

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.

Membros

Construtores

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

Propriedades

PropriedadeTipoDescription
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étodoRetornaDescription
GetRawResultsValue()ResultsValueReturns the underlying ResultsValue wrapped by the facade.
  • Definição
  • Description
  • Membros
  • Construtores
  • Propriedades
  • Métodos

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades