アクティビティ
最新
バナーの背景画像
Document Understanding アクティビティ
最終更新日 2024 年 4 月 10 日

ScrapeControlBase クラス

名前空間: UiPath.OCR.Contracts.Scrape
アセンブリ: UiPath.OCR.Contracts

説明

所有している OCRScrapeBase がスクレイピングのために選択されているときに、ユーザー コントロールがユーザーに表示されます。

メンバー

コンストラクター
  • ScrapeControlBase() -
メソッド
  • GetErrors(string) System.Collections.IEnumerable - 指定したプロパティまたはエンティティ全体に対する検証エラーを取得します。
プロパティ
  • ExtractWordsInfo bool - 単語を抽出する必要があるかどうかを取得または設定します。
  • HasErrors bool - エンティティに検証エラーがあるかどうかを示す値を取得します。
  • OcrLanguage string - OCR アクションの実行に使用する希望の言語を取得または設定します。
  • Scale int - より適切な結果を得るために入力画像のサイズを変更するときのスケールを取得または設定します。
  • Usage - サポートされているスクレイピング エンジンの使用状況を取得または設定します。
仮想イベント
  • ErrorsChanged System.EventHandler<System.ComponentModel.DataErrorsChangedEventArgs> - プロパティまたはエンティティ全体に対する検証エラーが変更された場合に発生します。

コード サンプル

internal partial class SampleScrapeControl : ScrapeControlBase
    {
        public string SampleInput { get; set; }

        public SampleScrapeControl()
        {
            InitializeComponent();
            DataContext = this;
        }
    }internal partial class SampleScrapeControl : ScrapeControlBase
    {
        public string SampleInput { get; set; }

        public SampleScrapeControl()
        {
            InitializeComponent();
            DataContext = this;
        }
    }
  • 説明
  • メンバー
  • コード サンプル

Was this page helpful?

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