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

ResultsTableValue クラス

ResultsTableValue クラス。ドキュメントの処理結果で抽出された表を表します。

ResultsTableValue は、抽出された表を表すパブリック クラスです。

定義

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

説明

抽出された表を表すパブリック クラスです。

メンバー

コンストラクター

  • ResultsTableValue(ResultsTableCell[] cells, ResultsTableColumnInfo[] columnInfo, int numberOfRows, float confidence, float ocrConfidence, bool operatorConfirmed) - Creates a new ResultsTableValue using the provided arguments.
    • cells (ResultsTableCell[]) - All the cells in the table, ordered left-to-right and top-to-bottom.
    • columnInfo (ResultsTableColumnInfo[]) - The description of the table columns.
    • numberOfRows (Int32) - The number of rows, including the header (if it exists).
    • confidence (Single) - The extraction confidence reported by the applied extractor.
    • ocrConfidence (Single) - The minimum OCR confidence between all the words contained in the reported value.
    • operatorConfirmed (Boolean) - Indicates whether the information was confirmed by the user.

メソッド

  • Create (UiPath.DocumentProcessing.Contracts.Taxonomy.Field, UiPath.DocumentProcessing.Contracts.Results.ResultsTableCell[], <int>, <float>, <float>) - 指定した表フィールドに基づいて自動的に抽出される UiPath.DocumentProcessing.Contracts.Results.ResultsTableValue を作成します。
  • Create (UiPath.DocumentProcessing.Contracts.Taxonomy.Field, UiPath.DocumentProcessing.Contracts.Results.ResultsTableCell[], <int>, <float>, <float>, <bool>) - 指定したテーブル フィールドに基づいて UiPath.DocumentProcessing.Contracts.Results.ResultsTableValue を作成します。
  • GetCell (<int>, <int>) - 指定した行インデックスと列インデックスの位置にあるセルを返します。
  • GetColumn (<int>) - 指定した列のセルの列挙値を返します。
  • GetColumns() - 列でグループ化された、セルの列挙体を返します。
  • GetColumnInfo (<int>) - 指定した列の列情報を返します。
  • GetRow (<int>) - 指定した行のセルの列挙値を返します。
  • GetRows() - 行ごとにグループ化された、セルの列挙体を返します。

プロパティ

  • Cells <string> - 表のすべてのセルを含む配列です。 各セルには、テーブル内の位置に関連する情報が含まれています。 セルは左から右および上から下に並べられ、各セルは空であっても配列内に存在する必要があります。
  • ColumnInfo <string> - 表の列を説明する配列です。
  • Confidence <string> - 適用された抽出器によって報告される抽出結果の信頼度です。 各抽出器に固有の信頼度計算メトリックに依存します。
    警告:

    統一信頼度尺度はありません。

  • NumberOfRows <string> - ヘッダー (存在する場合) を含む行数です。
  • OcrConfidence <string> - 報告値に含まれるすべての単語間の最小の OCR 信頼度です。
  • OperatorConfirmed <string> - ユーザーが情報を確認したかどうかを指定します。
  • ValidatorNotes String - Validator notes for the table. Defaults to an empty string.
  • ValidatorNotesInfo String - Validator notes info for the table. Defaults to an empty string.
  • 定義
  • 説明
  • メンバー
  • コンストラクター
  • メソッド
  • プロパティ

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得