---
title: WKInterfaceSemanticContentAttribute
framework: watchkit
role: symbol
role_heading: Enumeration
path: watchkit/wkinterfacesemanticcontentattribute
---

# WKInterfaceSemanticContentAttribute

A semantic description of the view’s contents, used to determine whether the view should be flipped when switching between left-to-right and right-to-left layouts.

## Declaration

```swift
enum WKInterfaceSemanticContentAttribute
```

## Topics

### Constants

- [WKInterfaceSemanticContentAttribute.unspecified](watchkit/wkinterfacesemanticcontentattribute/unspecified.md)
- [WKInterfaceSemanticContentAttribute.playback](watchkit/wkinterfacesemanticcontentattribute/playback.md)
- [WKInterfaceSemanticContentAttribute.spatial](watchkit/wkinterfacesemanticcontentattribute/spatial.md)
- [WKInterfaceSemanticContentAttribute.forceLeftToRight](watchkit/wkinterfacesemanticcontentattribute/forcelefttoright.md)
- [WKInterfaceSemanticContentAttribute.forceRightToLeft](watchkit/wkinterfacesemanticcontentattribute/forcerighttoleft.md)

### Initializers

- [init(rawValue:)](watchkit/wkinterfacesemanticcontentattribute/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing the Layout Direction

- [layoutDirection](watchkit/wkinterfacedevice/layoutdirection.md)
- [interfaceLayoutDirection(for:)](watchkit/wkinterfacedevice/interfacelayoutdirection(for:).md)
- [WKInterfaceLayoutDirection](watchkit/wkinterfacelayoutdirection.md)
