---
title: NSSpeechSynthesizer.DictionaryKey
framework: appkit
role: symbol
role_heading: Structure
path: appkit/nsspeechsynthesizer/dictionarykey
---

# NSSpeechSynthesizer.DictionaryKey

These constants identify key-value pairs used to add vocabulary to the dictionary using addSpeechDictionary(_:).

## Declaration

```swift
struct DictionaryKey
```

## Topics

### Type Properties

- [abbreviations](appkit/nsspeechsynthesizer/dictionarykey/abbreviations.md)
- [entryPhonemes](appkit/nsspeechsynthesizer/dictionarykey/entryphonemes.md)
- [entrySpelling](appkit/nsspeechsynthesizer/dictionarykey/entryspelling.md)
- [localeIdentifier](appkit/nsspeechsynthesizer/dictionarykey/localeidentifier.md)
- [modificationDate](appkit/nsspeechsynthesizer/dictionarykey/modificationdate.md)
- [pronunciations](appkit/nsspeechsynthesizer/dictionarykey/pronunciations.md)

### Initializers

- [init(rawValue:)](appkit/nsspeechsynthesizer/dictionarykey/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring Speech Attributes

- [addSpeechDictionary(_:)](appkit/nsspeechsynthesizer/addspeechdictionary(_:).md)
- [object(forProperty:)](appkit/nsspeechsynthesizer/object(forproperty:).md)
- [setObject(_:forProperty:)](appkit/nsspeechsynthesizer/setobject(_:forproperty:).md)
- [NSSpeechSynthesizer.SpeechPropertyKey](appkit/nsspeechsynthesizer/speechpropertykey.md)
- [NSSpeechSynthesizer.SpeechPropertyKey.CommandDelimiterKey](appkit/nsspeechsynthesizer/speechpropertykey/commanddelimiterkey.md)
- [NSSpeechSynthesizer.SpeechPropertyKey.ErrorKey](appkit/nsspeechsynthesizer/speechpropertykey/errorkey.md)
- [NSSpeechSynthesizer.SpeechPropertyKey.Mode](appkit/nsspeechsynthesizer/speechpropertykey/mode.md)
- [NSSpeechSynthesizer.SpeechPropertyKey.PhonemeInfoKey](appkit/nsspeechsynthesizer/speechpropertykey/phonemeinfokey.md)
- [NSSpeechSynthesizer.SpeechPropertyKey.StatusKey](appkit/nsspeechsynthesizer/speechpropertykey/statuskey.md)
- [NSSpeechSynthesizer.SpeechPropertyKey.SynthesizerInfoKey](appkit/nsspeechsynthesizer/speechpropertykey/synthesizerinfokey.md)
- [NSSpeechSynthesizer.VoiceGender](appkit/nsspeechsynthesizer/voicegender.md)
