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

ExtractionResult クラス

ドキュメントの一部の抽出結果を表す ExtractionResult クラス。

ExtractionResult は、ドキュメントの一部の抽出結果を表すパブリック クラスです。

定義

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

説明

ドキュメントの一部の抽出結果を表すパブリック クラスです。

メンバー

コンストラクター

ExtractionResult() - 引数なしで ExtractionResult クラスの新しいインスタンスを初期化します。

メソッド

  • AsClassificationResult() - Returns a ClassificationResult generated using the information from the ExtractionResult object.
  • AsDataSet(bool includeConfidence = false) - 複数の System.Data.DataTable を持った .Tables コレクションを含む、System.Data.DataSet を返します。このコレクションには Simple Fields と呼ばれる表が含まれています。この表はすべてのフィールドを列として含み、フィールドについて報告されるすべての値を表の値として含みます。フィールドの ExtractionResult に値がない場合、値は報告されません。表フィールドに値がある場合、文字列 table として報告されます。これは、フィールド名を持つ DataTable が存在し、列フィールドを列として、各行の値を値として含むことを示します。
  • AsDataSet(bool includeConfidence = false, bool includeOcrConfidence = false) - 複数の System.Data.DataTable を持った .Tables コレクションを含む、System.Data.DataSet を返します。このコレクションには Simple Fields と呼ばれる表が含まれています。この表はすべてのフィールドを列として含み、フィールドについて報告されるすべての値を表の値として含みます。フィールドの ExtractionResult に値がない場合、値は報告されません。表フィールドに値がある場合、文字列 table として報告されます。これは、フィールド名を持つ DataTable が存在し、列フィールドを列として、各行の値を値として含むことを示します。
  • Deserialize(string jsonString) - A static method that returns a new instance of the ExtractionResult class with the contents serialized in the input string.
  • EnumerateValues(Func<ResultsValue, bool> condition = null) - Lets you iterate over all values in the results document, including table cell values.
  • FlattenFields(Func<ResultsDataPoint, bool> condition = null) - Flattens the fields in the ResultsDocument and filters them based on the condition.
    警告:

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

  • GetDocumentType() - ExtractionResult オブジェクトの DocumentTypeId を含む文字列を返します。
  • GetFields(Func<ResultsDataPoint, bool> condition = null) - Filters the fields in the ResultsDocument that satisfy the condition.
  • GetField(string fieldId) - Returns the field with the specified field ID or null if it doesn't exist.
  • GetSimpleFieldValues(string fieldId) - Returns a list of SimpleFieldValue for the input fieldId.
  • GetTable(string fieldId) - Returns the table with the specified id or null if it doesn't exist.
  • GetTableFieldValue(string fieldId, int valueIndex = 0) - Returns a TableFieldValue containing cell values for the required fieldId. By default, valueIndex is set to 0.
  • IsAnyFieldOrTableCellMissing() - Determines whether there is any data point or table cell which doesn't have values.
    注:

    1 つの表フィールドに対して単一の値のみがサポートされます。したがって、 valueIndex は 0 にのみ設定できます。

  • GetValueCount(string fieldId) - Returns an integer containing the number of values associated with the provided fieldId.
  • Serialize() - ExtractionResult オブジェクトのシリアル化された表現を含む文字列を返します。
  • GetFieldValidatorNotes(string fieldId) - Returns the field value containing validator notes with the specified field id, or null if it doesn't exist.
  • SetFieldValidatorNotes(string fieldId, string validatorNotes) - Set the validator notes for the field with the specified field ID, if notes are activated for that field.
  • GetFieldValidatorNotesInfo(string fieldId) - Returns the validator notes info for the field with the specified field id, or null if it doesn't exist.
  • SetFieldValidatorNotesInfo(string fieldId, string validatorNotesInfo) - Set the validator notes for the field with the specified field ID, if notes are activated for that field.
  • GetFieldValidatorNotesInfoByFieldName(string fieldName) - Returns the validator notes info for the field with the specified field name, or null if it doesn't exist.
  • SetFieldValidatorNotesInfoByFieldName(string fieldName, string validatorNotesInfo) - Set the validator notes info for the field with the specified field name, if notes are activated for that field.

プロパティ

  • DocumentId String - 抽出結果を報告するドキュメントの名前です。
  • ExtractorPayloads ExtractorPayload[] - 抽出器によって提供される追加情報です。
  • ResultsDocument UiPath.DocumentProcessing.Contracts.Results.ResultsDocument - 分類およびデータ抽出構造の詳細です。
  • ResultsVersion Int - ドキュメントに対して報告される ExtractionResult のバージョンです。 自動抽出が実行されるときは 0 から開始し、追跡のためにオブジェクトの内容が変更されるたびに 1 ずつ増やす必要があります。
  • 定義
  • 説明
  • メンバー
  • コンストラクター
  • メソッド
  • プロパティ

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得