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

ResultsValueTokens クラス

ResultsValueTokens クラスで、1 つのページで報告された値のボックスレベルの参照を提供します。

定義

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

説明

抽出または分類結果で報告される値の、単一ページ上の証拠に対するボックス レベルの参照を表すパブリック クラスです。

メンバー

コンストラクター

  • ResultsValueTokens(int page, float pageWidth, float pageHeight, Box[] boxes) - Initializes a new instance of the ResultsValueTokens class, in cases only visual references are provided (no textual references).
    • page (Int32) - The 0-based page number for which the entry applies.
    • pageWidth (Single) - The width of the reference page.
    • pageHeight (Single) - The height of the reference page.
    • boxes (Box[]) - The list of boxes that are the evidence in the given page.
  • ResultsValueTokens(int textStartIndex, int textLength, int page, float pageWidth, float pageHeight, Box[] boxes) - Initializes a new instance of the ResultsValueTokens class, for both visual and textual references.
    • textStartIndex (Int32) - The position at which the evidence starts, on the current page.
    • textLength (Int32) - The length of evidence on the current page.
    • page, pageWidth, pageHeight, boxes - Same as above.

プロパティ

  • Boxes (Box[]) - The list of boxes that are the evidence in the given page.
  • Page int - エントリが適用される 0 ベースのページ番号です。
  • PageHeight float - The height of the reference page.
  • PageWidth float - 参照ページの幅です。
  • TextLength int - 現在のページ上の証拠の長さです。
  • TextStartIndex int - 現在のページ上での証拠の開始位置です。
  • 定義
  • 説明
  • メンバー
  • コンストラクター
  • プロパティ

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得