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

ResultsValue クラス

ResultsValue クラス。抽出結果のフィールドに対して報告される値を表します。

定義

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

説明

抽出結果のフィールドについて報告された値を表すパブリック クラスです。

メンバー

コンストラクター

  • ResultsValue(string value, string unformattedValue, ResultsContentReference reference, float confidence, float ocrConfidence) - 自動的に抽出される単純な ResultsValueを作成します。
    • value (String) - 報告されるテキスト値です。
    • unformattedValue (String) - 報告される書式設定されていない文字列値です。
    • reference (ResultsContentReference) - 報告される値の参照です。
    • confidence (Single) - 報告値の信頼度を表す 0 から 1 の間の値です。
    • ocrConfidence (Single) - 報告値に対する OCR の信頼度を表す 0 から 1 の間の値です。
  • ResultsValue(string value, ResultsContentReference reference, float confidence, float ocrConfidence) - ResultsValue クラスの新しいインスタンスを、設定した値と、対応する参照レベルと信頼度レベルで初期化します。
    • valuereferenceconfidenceocrConfidence - 上記と同じです。
  • ResultsValue(string value, string unformattedValue, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence) - 派生部分を含む、自動的に抽出された単純な ResultsValue を作成します。
    • derivedFields (ResultsDerivedField[]) - タクソノミーで定義されたフィールドの種類に応じて異なる、派生部分のリストです。
    • valueunformattedValuereferenceconfidenceocrConfidence - 上記と同じです。
  • ResultsValue(string value, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence) - ResultsValue クラスの新しいインスタンスを、設定した値、対応する参照レベル、および信頼度レベルで初期化すると同時に、書式設定された値を DerivedPartsに設定します。
    • valuereferencederivedFieldsconfidenceocrConfidence - 上記と同じです。
  • ResultsValue(string value, string unformattedValue, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence, bool operatorConfirmed) - 派生パーツを使用して ResultsValue を作成し、 OperatorConfirmed フラグも設定します。
    • operatorConfirmed (Boolean) - 値が人間のレビュー担当者によって確認されたかどうかを示します。
    • valueunformattedValuereferencederivedFieldsconfidenceocrConfidence - 上記と同じです。
  • ResultsValue(ResultsDataPoint[] components, float confidence, float ocrConfidence) - テーブルに使用されます。 ResultsValue クラスの新しいインスタンスを、 components 引数と対応する信頼度レベルで初期化します。
    • components (ResultsDataPoint[]) - サブフィールドとそれぞれの値です。
    • confidenceocrConfidence - 上記と同じです。
  • ResultsValue(string value, ResultsDataPoint[] components, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence, bool operatorConfirmed) - valuecomponents (テーブルの場合)、referencederivedFieldsconfidence、およびOperatorConfirmedフラグを使用して、ResultsValue クラスの新しいインスタンスを初期化します。
    • valuecomponentsreferencederivedFieldsconfidenceocrConfidenceoperatorConfirmed - 上記と同じです。
  • ResultsValue(string value, string unformattedValue, ResultsDataPoint[] components, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence, bool operatorConfirmed) - valueunformattedValuecomponents (テーブルの場合)、referencederivedFieldsconfidence、およびOperatorConfirmedフラグを使用して、ResultsValueクラスの新しいインスタンスを初期化します。
    • valueunformattedValuecomponentsreferencederivedFieldsconfidenceocrConfidenceoperatorConfirmed - 上記と同じです。

メソッド

  • CreateTableValue(Field tableField, IEnumerable<ResultsDataPoint> headerCells, IEnumerable<IEnumerable<ResultsDataPoint>> bodyCells, float confidence, float ocrConfidence) - 指定した引数で、表のフィールドに対応する ResultsValue を、定義済みの表のセルと本文のセルで生成します。headerCellsから必要なheaderValueを構築し、bodyCellsから必要なbodyValuesを構築します。
    警告:

    このメソッドは廃止されました。

  • CreateTableValue(Field tableField, ResultsValue headerValue, IEnumerable<ResultsValue> bodyValues, float confidence, float ocrConfidence) - 定義済みの表の値と本文の行の値を使用して、表フィールドに対応する ResultsValue を生成します。
    警告:

    このメソッドは廃止されました。

  • CreateWithCustomAreaReference(string newValue, int pageIndex, Box area, float confidence, float ocrConfidence, Document document, TextType textType) - カスタム領域の参照を使用して値を作成します。
  • CreateWithNoReference(string newValue, float confidence, float ocrConfidence) - 参照なしで値を作成します。
  • CreateWithWordsReference(string newValue, int pageIndex, Box area, float confidence, float ocrConfidence, Document document) - 指定された領域で見つかった単語を参照する値を作成します。メソッドは、指定した領域と重なっている単語を検索し、値の参照に追加します。

プロパティ

  • Components (ResultsDataPoint[]) - サブフィールドとそれぞれの値です。
  • Confidence float - 報告されるフィールド値の信頼度を表す 0 から 1 の値です。
  • DerivedFields (ResultsDerivedField[]) - タクソノミーで定義されたフィールドの種類に応じて異なる、派生部分のリストです。
  • OcrConfidence float - 報告されるフィールド値の OCR 信頼度を表す 0 と 1 の間の値です。
  • OperatorConfirmed bool - 人間が値をレビュー済みであることを確認するために使用できます。
  • Reference UiPath.DocumentProcessing.Contracts.Results.ResultsContentReference - 報告される値の参照です。
  • TextType UiPath.DocumentProcessing.Contracts.Dom.TextType - 抽出された値のテキストの原点です。
  • UnformattedValue string - 報告された未フォーマットの文字列値です。
  • Value string - 報告されたテキストの値です。
  • ValidatorNotes String - 入力されたテキスト、選択したオプション、または空の文字列のいずれかです。既定値は空の文字列です。
  • ValidatorNotesInfo String - ValidatorNotesの説明です。既定値は空の文字列です。
  • 定義
  • 説明
  • メンバー
  • コンストラクター
  • メソッド
  • プロパティ

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得