activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
UiPath logo, featuring letters U and I in white
Document Understanding アクティビティ
Last updated 2024年11月21日

IExtractorActivity インターフェイス

IExtractorActivityIPersistedActivity インターフェイスを継承するパブリック インターフェイスであり、抽出器アクティビティによって期待される InArgument と OutArgument を定義します。

定義

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

説明

IPersistedActivity インターフェイスを継承するパブリック インターフェイスです。抽出器アクティビティによって期待される InArgument と OutArgument を定義します。
このインターフェイスは直接実装しないでください。抽出器アクティビティを構築するときは、指定された次の抽象クラスのいずれかを使用します。ExtractorCodeActivityExtractorNativeActivity、または ExtractorAsyncCodeActivity

メンバー

メソッド
  • GetCapabilities(System.Threading.Tasks.Task<UiPath.DocumentProcessing.Contracts.DataExtraction.ExtractorDocumentTypeCapabilities[]> - A method that needs to be implemented if the extractor activity can declare its own capabilities (such as document types it can process and associated fields that the extractor can target, based on its internal taxonomy). This method is called at design time. If necessary, the extractor activity can implement any functionality (including UI) in order to collect information from the user at design time, so that it can compute and report the list of capabilities.
プロパティ
  • DocumentPath InArgument<string> - ドキュメントへのファイル パスです
  • DocumentText InArgument<string> - ドキュメントのテキスト バージョンです
  • DocumentObjectModel InArgument<UiPath.DocumentProcessing.Contracts.Dom.Document> - ドキュメントのドキュメント オブジェクト モデルです。
  • ExtractorDocumentType InArgument<UiPath.DocumentProcessing.Contracts.DataExtraction.ExtractorDocumentType> - 抽出器に使用させるドキュメントの種類の情報です。
  • DocumentBounds InArgument<UiPath.DocumentProcessing.Contracts.Results.ResultsDocumentBounds> - 抽出器に使用させるページの範囲と境界です。
  • ExtractorResult OutArgument<UiPath.DocumentProcessing.Contracts.DataExtraction.ExtractorResult> - 抽出器アクティビティの出力です。
  • 定義
  • 説明
  • メンバー

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

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.