> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PartyGender

> Genders for text-to-speech profiles.

Genders for text-to-speech profiles.

## Syntax

```cpp theme={null}
enum class PartyGender    
{  
    Neutral = 0,  
    Female = 1,  
    Male = 2,  
}  
```

## Constants

| Constant | Description                                                   |
| -------- | ------------------------------------------------------------- |
| Neutral  | The text-to-speech profile represents a gender-neutral voice. |
| Female   | The text-to-speech profile represents a female voice.         |
| Male     | The text-to-speech profile represents a male voice.           |

## Requirements

**Header:** Party.h

## See also

[Party members](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyTextToSpeechProfile](/services/playfab/multiplayer/networking/reference/classes/PartyTextToSpeechProfile/partytexttospeechprofile)


## Related topics

- [PartyTextToSpeechProfile::GetGender](/services/playfab/multiplayer/networking/reference/classes/PartyTextToSpeechProfile/methods/partytexttospeechprofile_getgender.md)
- [PartyXblAccessibilitySettings](/services/playfab/multiplayer/networking/xblreference/structs/partyxblaccessibilitysettings.md)
- [Party C/C++ API overview](/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyTextToSpeechProfile](/services/playfab/multiplayer/networking/reference/classes/PartyTextToSpeechProfile/partytexttospeechprofile.md)
- [XSpeechSynthesizerVoiceGender](/reference/system/xspeechsynthesizer/enums/xspeechsynthesizervoicegender.md)
