UiPath Documentation
activities
latest
false
Document Understanding アクティビティ
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

ResultsDerivedField クラス

ResultsDerivedField クラス。報告された抽出結果内の形式の値のキーと値のペアを表します。

定義

  • 名前空間: UiPath.DocumentProcessing.Contracts.Results
  • アセンブリ: UiPath.DocumentProcessing.Contracts

説明

報告された値に含まれる書式付けされた値を表すパブリック クラスです。さまざまな種類の値の書式情報をカプセル化するキーと値のペアを定義します。

DocumentTaxonomy ファイル内の Date 型のフィールドには、「Day」、「Month」、「Year」という派生部分を含めることができます。

DocumentTaxonomy ファイル内の Number 型のフィールドには、派生部分 'Value' を含めることができます。

DocumentTaxonomy ファイル内の Name 型のフィールドには、「名」、「ミドル ネーム」、「姓」の派生部分を含めることができます。

DocumentTaxonomy ファイル内の Address 型のフィールドには、「住所行 1」、「住所行 2」、「住所行 3」、「市区町村」、「都道府県」、「国」、「郵便番号」の派生部分を含めることができます。

メンバー

コンストラクター

  • ResultsDerivedField(string fieldId, string value) - Initializes a new instance of the ResultsDerivedField class and sets the properties according to the provided arguments.
    • fieldId (String) - The derived part name.
    • value (String) - The reported value for the given derived part.

メソッド

All the following methods are static. Their output can be assigned directly to a ResultsValue's DerivedFields property.

  • CreateDerivedFieldsForAddress(string line1, string line2, string line3, string city, string stateCountyProvince, string country, string zipCode) - Returns a list of ResultsDerivedField objects that fill in the derived parts for an Address ResultsValue.
  • CreateDerivedFieldsForDate(int day, int month, int year) - Returns a list of ResultsDerivedField objects that fill in the derived parts for a Date ResultsValue.
  • CreateDerivedFieldsForMonetaryQuantity(float value, string currency) - Returns a list of ResultsDerivedField objects that fill in the derived parts for a MonetaryQuantity ResultsValue.
  • CreateDerivedFieldsForName(string givenName, string middleName, string lastName) - Returns a list of ResultsDerivedField objects that fill in the derived parts for a Name ResultsValue.
  • CreateDerivedFieldsForNumber(float value) - Returns a list of ResultsDerivedField objects that fill in the derived parts for a Number ResultsValue.

プロパティ

  • FieldId string - 派生部分の名前。
  • Value string - 指定された派生部分に対して報告された値。
  • 定義
  • 説明
  • メンバー
  • コンストラクター
  • メソッド
  • プロパティ

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得