<!--
{
  "availability" : [
    "watchOS: 2.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKSimpleTextProvider/init(text:shortText:accessibilityLabel:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKSimpleTextProvider(cm)textProviderWithText:shortText:accessibilityLabel:"
  },
  "title" : "init(text:shortText:accessibilityLabel:)"
}
-->

# init(text:shortText:accessibilityLabel:)

Creates and returns a text provider with the text strings and an accessible string.

```
convenience init(text: String, shortText: String?, accessibilityLabel: String?)
```

## Parameters

`text`

The text that you want to display.

`shortText`

A shorter version of the value in the `text` parameter that conveys the same information.

`accessibilityLabel`

A succinct string that identifies the purpose of the text.

## Return Value

A text provider initialized with the specified content.

---

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)