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

ClassificationResult クラス

ドキュメントの一部の分類結果を表す ClassificationResult クラスです。

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

定義

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

説明

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

メンバー

コンストラクター

  • ClassificationResult(string documentTypeId, string documentId, ResultsDocumentBounds documentBounds) - Initializes a new instance of the ClassificationResult class, setting the DocumentTypeId, DocumentId, and DocumentBounds properties as provided.
  • ClassificationResult(string documentTypeId, string documentId, float confidence, float ocrConfidence, ResultsContentReference reference, ResultsDocumentBounds documentBounds) - Initializes a new instance of the ClassificationResult class, setting the DocumentTypeId, DocumentId, Confidence, OcrConfidence, Reference, and DocumentBounds properties as provided.
  • ClassificationResult(string documentTypeId, string documentId, float confidence, float ocrConfidence, ResultsContentReference reference, ResultsDocumentBounds documentBounds, string classifierName) - Initializes a new instance of the ClassificationResult class, setting the DocumentTypeId, DocumentId, Confidence, OcrConfidence, Reference, DocumentBounds, and ClassifierName properties as provided.

メソッド

  • AsExtractionResult(DocumentTaxonomy taxonomy) - Returns an ExtractionResult object generated using the available classification information, reporting all fields as Missing.
  • Serialize() - ClassificationResult オブジェクトを JSON 文字列にシリアル化します。
  • Deserialize(string jsonString) - JSON 文字列を ClassificationResult オブジェクトに逆シリアル化します。

プロパティ

  • DocumentId string - 分類されるドキュメントの名前です。
  • DocumentTypeId string - 分類器によって報告されるドキュメントの種類の ID です。
  • Confidence float - 報告対象の DocumentTypeIdに関連する分類器の信頼度を表す 0 から 1 の範囲の値です。
  • OcrConfidence float - 指定された分類結果に対して提供される証拠に関連する OCR 信頼度を表す 0 から 1 の範囲の値です。
  • ClassifierName string - 結果を提供する分類器の名前です。
  • DocumentBounds - 分類が報告されるドキュメントの境界です。
    • (プレビュー) DocumentBounds オブジェクトから、分類されたドキュメントのページ範囲にアクセスできます。
  • Reference - 提供された分類の証拠となる参照情報です。
  • 定義
  • 説明
  • メンバー
  • コンストラクター
  • メソッド
  • プロパティ

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得