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

TableFieldValue クラス

TableFieldValue クラス。情報を参照せずにテーブル型フィールドの ResultsValue を簡略化して投影したものを表します。

定義

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

説明

参照情報やソーシング情報がない、簡単な形式の、種類が表のフィールドの ResultsValue の投影を表すパブリック クラスです。

メンバー

コンストラクター

  • TableFieldValue(string columnId, string columnName, SimpleFieldValue simpleFieldValue) - Initializes a new instance of the TableFieldValue class, setting the ColumnId and ColumnName properties from the provided arguments, and the Confidence, DerivedValue, and RawValue properties from the simpleFieldValue argument.
    • columnId (String) - The ID of the column for which the value is reported.
    • columnName (String) - The name of the column for which the value is reported.
    • simpleFieldValue (SimpleFieldValue) - The value whose Confidence, DerivedValue, and RawValue are copied to the new instance.
  • TableFieldValue(string columnId, SimpleFieldValue simpleFieldValue) - Initializes a new instance of the TableFieldValue class, setting the ColumnId property from the provided argument, and the Confidence, DerivedValue, and RawValue properties from the simpleFieldValue argument.
    • columnId, simpleFieldValue - Same as above.

プロパティ

  • ColumnId <string> - ResultsValue が報告されている列の ID です。
  • ColumnName <string> - ResultsValue が報告される列の名前です。
  • Confidence <float> - ResultsValueの信頼度を表す値です。
  • DerivedValue <string> - ResultsValueの派生値表現です。
  • RawValue <string> - 表現された ResultsValueの値です。
  • UnformattedValue <string> - 抽出器によって報告される未フォーマットの値を取得します。
  • Value <string> - 実際に抽出された値を取得します。
  • 定義
  • 説明
  • メンバー
  • コンストラクター
  • プロパティ

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得