---
title: pronunciationHint
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inspeakable/pronunciationhint
---

# pronunciationHint

A hint at how the spoken phrase is pronounced.

## Declaration

```swift
var pronunciationHint: String? { get }
```

## Discussion

Discussion This value provides a hint to Siri about how a string 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 be have “eye toons” as its pronunciation string.

## See Also

### Getting the Spoken Attributes

- [spokenPhrase](intents/inspeakable/spokenphrase.md)
