BEAccessibilityTextMarker
An abstract class that represents a location in an element’s accessibility text.
Declaration
class BEAccessibilityTextMarkerOverview
Subclass BEAccessibilityTextMarker in your app to represent a location in the accessibility text of an element in the document object model (DOM). The system uses your implementation of BEAccessibilityTextMarkerSupport to convert between accessibility text markers and locations in your app’s views, and doesn’t create instances of your subclass or access their data.