---
title: "accessibilityInputLabels(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/modifiedcontent/accessibilityinputlabels(_:)"
---

# accessibilityInputLabels(_:)

Sets alternate input labels with which users identify a view.

## Declaration

```swift
nonisolated func accessibilityInputLabels(_ inputLabelKeys: [LocalizedStringKey]) -> ModifiedContent<Content, Modifier>
```

## Discussion

Discussion Provide labels in descending order of importance. Voice Control and Full Keyboard Access use the input labels. note: If you don’t specify any input labels, the user can still refer to the view using the accessibility label that you add with the accessibilityLabel() modifier.
