コンピューター・ビジョン (Computer Vision)
ここで説明として表示している内容はUipath社のアクティビティの説明の引用です。
アクティビティ名 | 説明 |
---|---|
CV Screen ScopeClick | UiPath コンピュータービジョンニューラルネットワークを初期化して、指定したウィンドウの分析を実行し、それに続くすべての Computer Vision アクティビティのスコープを提供します。 |
CV ClickDouble Click | UiPath Computer Vision ニューラルネットワークを使用して、ターゲットとなる指定した UI 要素をクリックします。 |
CV Click TextHover | UiPath Computer Vision ニューラルネットワークを使用して、指定した UI 要素の中での指定の文字列を検索し、文字列をクリックします。 |
CV Get Text | UiPath Computer Vision ニューラルネットワークを使用して、指定した UI 要素からテキストを抽出します。 |
CV Highlight | 指定した UI 要素を視覚的に強調表示します。UiPath Computer Vision ニューラルネットワークを使用して、要素を特定します。 |
CV Refresh | スコープを更新し、アプリケーションの状態の変更を反映します。また、アクティビティの本文にある |
CV Type Into | UI 要素にキーストロークを送信します。特殊キーがサポートされています。ドロップダウンリストから選択できます。UiPath Computer Vision ニューラルネットワークを使用して、UI 要素を特定します。 |
Find CV Element | Waits for a specified UI element to appear on the screen (to be in the foreground) by using the UiPath Computer Vision neural network and returns it as a UiElement variable, so that you can further use it in your automation. |
Find CV Text | Searches for a specified text in the target window and returns the UI element which contains it in a UIElement object. |