<!--
{
  "availability" : [
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKAccessibilityImageRegion",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKAccessibilityImageRegion"
  },
  "title" : "WKAccessibilityImageRegion"
}
-->

# WKAccessibilityImageRegion

An object that defines a portion of an image that you want to call out separately to an assistive app.

```
class WKAccessibilityImageRegion
```

## 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 [`setAccessibilityImageRegions(_:)`](/documentation/WatchKit/WKInterfaceObject/setAccessibilityImageRegions(_:)) method of the corresponding interface object.

## Topics

### Getting the Region Attributes

[`frame`](/documentation/WatchKit/WKAccessibilityImageRegion/frame)

A portion of the parent image, in the image’s coordinate system.

[`label`](/documentation/WatchKit/WKAccessibilityImageRegion/label)

A succinct label that succinctly identifies the purpose of the image region.

## Relationships

### Conforms To

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)