An element’s Accessibility Label is the first string read by VoiceOver when landing on an accessible element. Set an accessibility label on your SwiftUI element using the modifier .accessibility(label: Text("Send")) . If you feel you need to add further context for a customer to understand a control, the accessibility label or accessibility hint may be the more suitable attribute to set.