<!--
{
  "availability" : [
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKTextInputMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@E@WKTextInputMode"
  },
  "title" : "WKTextInputMode"
}
-->

# WKTextInputMode

The input modes supported by the text input controller.

```
enum WKTextInputMode
```

## Topics

### Constants

[`WKTextInputModePlain`](/documentation/WatchKit/WKTextInputMode/plain)

Text from dictation and suggestions only. Do not allow emoji of any kind.

[`WKTextInputModeAllowEmoji`](/documentation/WatchKit/WKTextInputMode/allowEmoji)

Text from dictation and suggestions plus non animated emoji.

[`WKTextInputModeAllowAnimatedEmoji`](/documentation/WatchKit/WKTextInputMode/allowAnimatedEmoji)

Text from dictation and suggestions plus both animated and non animated emoji.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)