---
title: individuallySpokenCharacters
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsspeechsynthesizer/voiceattributekey/individuallyspokencharacters
---

# individuallySpokenCharacters

A list of Unicode character id ranges that define the Unicode characters that can be spoken in character-by-character mode by this voice.

## Declaration

```swift
static let individuallySpokenCharacters: NSSpeechSynthesizer.VoiceAttributeKey
```

## Discussion

Discussion Each list entry is a dictionary containing two keys: “UnicodeCharBegin”, an integer value containing the beginning Unicode id of this range; and “UnicodeCharEnd”, an integer value containing the ending Unicode id of this range. Your application can use these ranges to determine if the voice can speak the name of an individual character when spoken in character-by-character mode. Some voices may not provide this attribute.

## See Also

### Voice Attribute Keys

- [identifier](appkit/nsspeechsynthesizer/voiceattributekey/identifier.md)
- [name](appkit/nsspeechsynthesizer/voiceattributekey/name.md)
- [age](appkit/nsspeechsynthesizer/voiceattributekey/age.md)
- [gender](appkit/nsspeechsynthesizer/voiceattributekey/gender.md)
- [demoText](appkit/nsspeechsynthesizer/voiceattributekey/demotext.md)
- [localeIdentifier](appkit/nsspeechsynthesizer/voiceattributekey/localeidentifier.md)
- [supportedCharacters](appkit/nsspeechsynthesizer/voiceattributekey/supportedcharacters.md)
