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.

ComponentCollectionFacade Class

ComponentCollectionFacade base class of the V1 navigator, providing the methods that query and filter a collection of data points for basic fields, tables, and field groups.

Definição

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

Description

ComponentCollectionFacade provides the navigation methods that query and filter a collection of ResultsDataPoint objects. It is the base class of ExtractionResultHandler and FieldGroupValue, so the members below are available directly on both.

Lookup parameters (fieldLookup, tableLookup) follow the field lookup resolution rules defined in FieldLookupBase.

Membros

Construtores

ConstrutorDescription
ComponentCollectionFacade(ResultsDataPoint[] dataPoints)Initializes a new instance over the supplied data points.

Métodos

MétodoRetornaDescription
GetFields(Func<ResultsDataPoint, bool> condition = null, bool recursive = false)WildcardDataPointCollectionReturns the fields matching condition, or all fields when condition is null. When recursive is true, nested fields are included and internal table header components are skipped.
GetSimpleFields()BasicDataPoint[]Returns all basic (non-complex) fields.
GetSimpleField(string fieldLookup)BasicDataPointReturns the basic field matching the lookup.
GetTables()TableDataPoint[]Returns all table fields.
GetTable(string tableLookup)TableDataPointReturns the table field matching the lookup.
GetTableValue(string tableLookup)TableValueReturns the value of the table field matching the lookup.
GetFieldGroups()FieldGroupDataPoint[]Returns all field group fields.
GetFieldGroup(string fieldLookup)FieldGroupDataPointReturns the field group field matching the lookup.
GetFieldGroupValue(string fieldLookup, int index)FieldGroupValueReturns the field group instance at index for the field matching the lookup.
  • Definição
  • Description
  • Membros
  • Construtores
  • 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