<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSpeakable",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INSpeakable"
  },
  "title" : "INSpeakable"
}
-->

# INSpeakable

Pronunciation hints for strings used in a spoken interface.

```
protocol INSpeakable : NSObjectProtocol
```

## Overview

The [`INSpeakable`](/documentation/Intents/INSpeakable) protocol is adopted by the [`INSpeakableString`](/documentation/Intents/INSpeakableString) class and used to provide pronunciation hints for strings spoken by Siri. You do not need to adopt this protocol in your own classes. Instead, create instances of the [`INSpeakableString`](/documentation/Intents/INSpeakableString) class and use them when resolving parameters in your intent handlers.

## Topics

### Getting the Spoken Attributes

[`spokenPhrase`](/documentation/Intents/INSpeakable/spokenPhrase)

The phrase identified by Siri.

[`pronunciationHint`](/documentation/Intents/INSpeakable/pronunciationHint)

A hint at how the spoken phrase is pronounced.

### Getting the Identifier

[`vocabularyIdentifier`](/documentation/Intents/INSpeakable/vocabularyIdentifier)

The identifier associated with the string in your app’s custom vocabulary file.

[`identifier`](/documentation/Intents/INSpeakable/identifier)

The identifier associated with the string in your app’s custom vocabulary file.

### Getting Alternative Matches

[`alternativeSpeakableMatches`](/documentation/Intents/INSpeakable/alternativeSpeakableMatches)

An array of alternative phrases that match the current phrase.



---

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)