An object that defines a portion of an image that you want to call out separately to an assistive app.
SDK
- watchOS 2.0+
Framework
- Watch
Kit
Declaration
class WKAccessibilityImageRegion : NSObject
Overview
The accessibility image region object defines the portion of the image that you want to call out separately and the label you want to apply to that region. Use an accessibility image region object in conjunction with any interface object that displays an image, either as part of its foreground or background content. Register your custom regions using the set
method of the corresponding interface object.