← All terms

Element Detection

Also known as: UI Element Detection, Widget Detection, Object Detection

The task of automatically identifying the locations and types of user interface components (such as buttons, text fields, images, and checkboxes) from a screenshot using computer vision models. Element detection is important for accessibility because it can identify interactive elements that lack proper accessibility metadata, enabling automated tools to generate missing labels, detect unlabeled controls, and support screen reader users in navigating apps where the accessibility tree is incomplete or absent.

Category: Computer Vision · Accessibility Testing · Machine Learning

Related: Computer Vision · Accessibility Tree · Accessibility Metadata · Screen Reader

Sources