<!--
{
  "availability" : [
    "iOS: 10.0.0 - 11.0.0",
    "iPadOS: 10.0.0 - 11.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 3.2.0 - 4.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSpeakableString/init(identifier:spokenPhrase:pronunciationHint:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSpeakableString(im)initWithIdentifier:spokenPhrase:pronunciationHint:"
  },
  "title" : "init(identifier:spokenPhrase:pronunciationHint:)"
}
-->

# init(identifier:spokenPhrase:pronunciationHint:)

Initializes the string with the specified identifier and phrase information.

```
convenience init(identifier: String, spokenPhrase: String, pronunciationHint: String?)
```

## Parameters

`identifier`

The identifier associated with the phrase in your Intents extension’s custom vocabulary file.

`spokenPhrase`

The phrase to be spoken.

`pronunciationHint`

A hint about how the phrase is pronounced. This string is not a phonetic spelling of the original phrase, but is a string that has an equivalent sound when spoken. For example, the phrase “iTunes” could have “eye toons” as its pronunciation string.

## Return Value

An initialized speakable string object.

## Discussion

---

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)