activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Document Understanding 活动

上次更新日期 2026年3月16日

BasicDataPoint Class - preview

定义

  • 命名空间: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • 程序集: UiPath.DocumentProcessing.Contracts

描述

BasicDataPoint is a facade class for working with basic (non-complex) extraction fields in an ExtractionResult. It wraps a ResultsDataPoint and provides a fluent, strongly-typed API to read and manipulate the field’s values as BasicValue objects.
Use BasicDataPoint when you know the underlying ResultsDataPoint is a basic field type (for example: text, number, date, etc.) and not a Table or FieldGroup.
BasicDataPoint is typically obtained through ExtractionResultHandler.FromBasicDataPoint(...), which converts raw ResultsDataPoint objects into the appropriate facade type (basic, table, field group, or wildcard).
Use BasicDataPoint to:
  • Get the first extracted value (or all values) for a basic field,
  • Read a value at a specific index (multi-value fields),
  • Add values,
  • Insert values at a specific position,
  • Update existing values,
  • Remove individual values,
  • Clear all values from a field.
If you need to work with tables or field groups, use TableDataPoint or FieldGroupDataPoint instead.

成员

构造函数
BasicDataPoint() - Initializes a new instance for a basic field type.
方法
  • AddValue() - Appends an existing ResultsValue to the end of the values list.
  • InsertValue() - Inserts an existing value at the specified index.
  • UpdateValue() - Updates the first value (index 0) with a new ResultsValue.
  • Clear() - Removes all values from the data point.
  • Remove() - Removes the value at the specified index.
属性
  • Value InArgument<Resultsvalue value> - The data point to wrap. Must represent a basic (non-complex) field.
  • 定义
  • 描述
  • 成员

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新