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) - Creates a simple automatically extracted ResultsValue.
    • value (String) - The reported textual value.
    • unformattedValue (String) - The reported unformatted string value.
    • reference (ResultsContentReference) - The reference for the reported value.
    • confidence (Single) - A value between 0 and 1 that represents the confidence for the reported value.
    • ocrConfidence (Single) - A value between 0 and 1 that represents the OCR confidence for the reported value.
  • ResultsValue(string value, ResultsContentReference reference, float confidence, float ocrConfidence) - Initializes a new instance of the ResultsValue class with a set value and its corresponding reference and confidence levels.
    • value, reference, confidence, ocrConfidence - Same as above.
  • ResultsValue(string value, string unformattedValue, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence) - Creates a simple automatically extracted ResultsValue with derived parts.
    • derivedFields (ResultsDerivedField[]) - A list of derived parts, varying according to the field type defined in the taxonomy.
    • value, unformattedValue, reference, confidence, ocrConfidence - Same as above.
  • ResultsValue(string value, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence) - Initializes a new instance of the ResultsValue class with a set value, its corresponding reference and confidence levels, while also setting the formatted value in the DerivedParts.
    • value, reference, derivedFields, confidence, ocrConfidence - Same as above.
  • ResultsValue(string value, string unformattedValue, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence, bool operatorConfirmed) - Creates a ResultsValue with derived parts, also setting the OperatorConfirmed flag.
    • operatorConfirmed (Boolean) - Indicates whether the value was confirmed by a human reviewer.
    • value, unformattedValue, reference, derivedFields, confidence, ocrConfidence - Same as above.
  • ResultsValue(ResultsDataPoint[] components, float confidence, float ocrConfidence) - Used for tables, initializes a new instance of the ResultsValue class with the components argument and corresponding confidence levels.
    • components (ResultsDataPoint[]) - The subfields and their respective values.
    • confidence, ocrConfidence - Same as above.
  • ResultsValue(string value, ResultsDataPoint[] components, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence, bool operatorConfirmed) - Initializes a new instance of the ResultsValue class with value, components (in the case of tables), reference, derivedFields, confidence, as well as an OperatorConfirmed flag.
    • value, components, reference, derivedFields, confidence, ocrConfidence, operatorConfirmed - Same as above.
  • ResultsValue(string value, string unformattedValue, ResultsDataPoint[] components, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence, bool operatorConfirmed) - Initializes a new instance of the ResultsValue class with value, unformattedValue, components (in the case of tables), reference, derivedFields, confidence, as well as an OperatorConfirmed flag.
    • value, unformattedValue, components, reference, derivedFields, confidence, ocrConfidence, operatorConfirmed - Same as above.

メソッド

  • CreateTableValue(Field tableField, IEnumerable<ResultsDataPoint> headerCells, IEnumerable<IEnumerable<ResultsDataPoint>> bodyCells, float confidence, float ocrConfidence) - Generates a ResultsValue corresponding to a table field with the predefined table and body cells from the provided argument. Builds the necessary headerValue out of the headerCells and the necessary bodyValues out of the bodyCells.
    警告:

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

  • CreateTableValue(Field tableField, ResultsValue headerValue, IEnumerable<ResultsValue> bodyValues, float confidence, float ocrConfidence) - Generates a ResultsValue corresponding to a table field with the predefined table value and body row values.
    警告:

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

  • CreateWithCustomAreaReference(string newValue, int pageIndex, Box area, float confidence, float ocrConfidence, Document document, TextType textType) - Creates a value with a custom area reference.
  • CreateWithNoReference(string newValue, float confidence, float ocrConfidence) - Creates a value without reference.
  • CreateWithWordsReference(string newValue, int pageIndex, Box area, float confidence, float ocrConfidence, Document document) - Creates a value which references the words found in the specified area. The method will look up any words overlapping the provided area and will add them to the value reference.

プロパティ

  • Components (ResultsDataPoint[]) - The subfields and their respective values.
  • Confidence float - 報告されるフィールド値の信頼度を表す 0 から 1 の値です。
  • DerivedFields (ResultsDerivedField[]) - A list of derived parts, varying according to the field type defined in the taxonomy.
  • 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 - Either the entered text, the selected option, or an empty string. Defaults to an empty string.
  • ValidatorNotesInfo String - The description of the ValidatorNotes. Defaults to an empty string.
  • 定義
  • 説明
  • メンバー
  • コンストラクター
  • メソッド
  • プロパティ

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得