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 アカデミー

質問する UiPath フォーラム

最新情報を取得