UiPath Automation Developer Professional v1 — Question 133
Which of the following examples accurately demonstrates the correct usage of AI Computer Vision features in a UiPath project?
Answer options
- A. Employing AI Computer Vision to identify and interact with Ul elements in a remote desktop application with low quality or scaling issues.
- B. Applying AI Computer Vision to perform sentiment analysis on a provided text string and displaying the result.
- C. Using AI Computer Vision to extract plain text from a scanned PDF document and store the output in a string variable
- D. Utilizing AI Computer Vision to train a custom machine learning model to recognize specific patterns in data.
Correct answer: A
Explanation
The correct answer is A because AI Computer Vision is specifically designed to handle UI elements in challenging environments like low-quality or scaled remote applications. Options B, C, and D do not align with the primary functions of AI Computer Vision, as they pertain to text analysis and machine learning model training rather than visual element recognition.