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

# pronunciationHint

A hint that describes how to pronounce the custom intent object.

## Declaration

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

## Discussion

Discussion This property provides a soundalike equivalent of the object’s displayString to Siri, rather than a phonetic spelling. For example, the phrase “iTunes” might have “eye toons” as its pronunciation string.

## See Also

### Describing the Object for the System

- [identifier](intents/inobject/identifier.md)
- [alternativeSpeakableMatches](intents/inobject/alternativespeakablematches.md)
