---
title: AVSpeechSynthesisVoiceQuality
framework: avfaudio
role: symbol
role_heading: Enumeration
path: avfaudio/avspeechsynthesisvoicequality
---

# AVSpeechSynthesisVoiceQuality

The speech quality of a voice.

## Declaration

```swift
enum AVSpeechSynthesisVoiceQuality
```

## Topics

### Voice qualities

- [AVSpeechSynthesisVoiceQuality.default](avfaudio/avspeechsynthesisvoicequality/default.md)
- [AVSpeechSynthesisVoiceQuality.enhanced](avfaudio/avspeechsynthesisvoicequality/enhanced.md)
- [AVSpeechSynthesisVoiceQuality.premium](avfaudio/avspeechsynthesisvoicequality/premium.md)

### Initializers

- [init(rawValue:)](avfaudio/avspeechsynthesisvoicequality/init(rawvalue:).md)

## Relationships

### Conforms To

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

## See Also

### Inspecting voices

- [identifier](avfaudio/avspeechsynthesisvoice/identifier.md)
- [name](avfaudio/avspeechsynthesisvoice/name.md)
- [quality](avfaudio/avspeechsynthesisvoice/quality.md)
- [gender](avfaudio/avspeechsynthesisvoice/gender.md)
- [voiceTraits](avfaudio/avspeechsynthesisvoice/voicetraits.md)
- [audioFileSettings](avfaudio/avspeechsynthesisvoice/audiofilesettings.md)
- [AVSpeechSynthesisVoiceGender](avfaudio/avspeechsynthesisvoicegender.md)
- [AVSpeechSynthesisVoice.Traits](avfaudio/avspeechsynthesisvoice/traits.md)
