---
title: hasDictationKey
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiinputviewcontroller/hasdictationkey
---

# hasDictationKey

A Boolean value that indicates whether the keyboard has a dictation key.

## Declaration

```swift
var hasDictationKey: Bool { get set }
```

## Mentioned in

Configuring a custom keyboard interface

## Discussion

Discussion If the value of this property is true, the system dictation key is in a disabled state.

## See Also

### Configuring the keyboard behaviors

- [needsInputModeSwitchKey](uikit/uiinputviewcontroller/needsinputmodeswitchkey.md)
- [hasFullAccess](uikit/uiinputviewcontroller/hasfullaccess.md)
