---
title: normal
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsspeechsynthesizer/speechpropertykey/mode/normal
---

# normal

Indicates that the synthesizer assembles digits into numbers (so that 12 is spoken as “twelve”) and text into words.

## Declaration

```swift
static let normal: NSSpeechSynthesizer.SpeechPropertyKey.Mode
```

## See Also

### Type Properties

- [literal](appkit/nsspeechsynthesizer/speechpropertykey/mode/literal.md)
- [phoneme](appkit/nsspeechsynthesizer/speechpropertykey/mode/phoneme.md)
- [text](appkit/nsspeechsynthesizer/speechpropertykey/mode/text.md)
