Braille displays
Category: API Collection
Overview
Display a graphical representation of images, icons, data, and more on a two-dimensional braille display.
Details
Topics
- Braille maps
- class AXBrailleMap
- protocol AXBrailleMapRenderer
See Also
- Braille
- class AXBrailleTable
- class AXBrailleTranslator
-
class AXBrailleTranslationResult
-
Accessibility
- Accessibility API
- Braille displays
Overview
A refreshable braille display is a hardware device that shows rows of pins that can raise and lower. People who are blind or deafblind use these devices to read digital content through interaction with a screenreader, such as VoiceOver. For information about connecting a braille display to an Apple device, read Use a braille display with VoiceOver on iPhone .
A two-dimensional refreshable braille display has a grid of evenly spaced pins that you can use to represent images, charts, and other visual data to VoiceOver users so they can experience your content through touch.
Topics (Grouped)
Braille maps
- AXBrailleMap — class; A representation of a two-dimensional braille display.
- AXBrailleMapRenderer — protocol; The interface for providing data for a braille map.
Braille
- AXBrailleTable — class; A rule for translating print text to Braille, and back-translating Braille to print text.
- AXBrailleTranslator — class; Translates print text to Braille and Braille to print text according to the given Braille table.
- AXBrailleTranslationResult — class; The result of translation or back-translation.
Source: https://developer.apple.com/documentation/accessibility/braille-displays