---
title: AVSpeechSynthesisVoiceGender
framework: avfaudio
role: symbol
role_heading: Enumeration
path: avfaudio/avspeechsynthesisvoicegender
---

# AVSpeechSynthesisVoiceGender

The gender for a voice.

## Declaration

```swift
enum AVSpeechSynthesisVoiceGender
```

## Topics

### Voice genders

- [AVSpeechSynthesisVoiceGender.unspecified](avfaudio/avspeechsynthesisvoicegender/unspecified.md)
- [AVSpeechSynthesisVoiceGender.male](avfaudio/avspeechsynthesisvoicegender/male.md)
- [AVSpeechSynthesisVoiceGender.female](avfaudio/avspeechsynthesisvoicegender/female.md)

### Initializers

- [init(rawValue:)](avfaudio/avspeechsynthesisvoicegender/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)
- [AVSpeechSynthesisVoiceQuality](avfaudio/avspeechsynthesisvoicequality.md)
- [AVSpeechSynthesisVoice.Traits](avfaudio/avspeechsynthesisvoice/traits.md)
