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.

WildcardDataPoint Class

WildcardDataPoint facade in the V1 navigator for a data point of unknown type, with conversion methods to the basic, table, and field group facades.

Definição

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

Description

WildcardDataPoint is a facade for a ResultsDataPoint whose type is not known in advance. It exposes conversion methods to the typed facades and value-removal methods.

A WildcardDataPoint is typically obtained from ExtractionResultHandler.FromDataPoint(...) or from a WildcardDataPointCollection returned by GetFields(...).

Membros

Construtores

ConstrutorDescription
WildcardDataPoint(ResultsDataPoint dataPoint)Initializes a new instance wrapping the specified data point.

Métodos

MétodoRetornaDescription
ToFieldGroup()FieldGroupDataPointConverts this data point to a field group facade.
ToTable()TableDataPointConverts this data point to a table facade.
ToBasicField()BasicDataPointConverts this data point to a basic field facade.
Clear()WildcardDataPointRemoves all values from the data point and returns this instance for chaining.
Remove(int index)WildcardDataPointRemoves the value at the specified index and returns this instance for chaining.

Inherited members

Field metadata and validator properties (FieldType, FieldId, FieldName, IsMissing, DataVersion, DataSource, OperatorConfirmed, ValidatorNotes, ValidatorNotesInfo) and GetRawDataPoint() are inherited from DataPointFacadeBase.

  • Definição
  • Description
  • Membros
  • Construtores
  • Métodos
  • Inherited members

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