> ## 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

> 텍스트 음성 변환 프로필의 성별입니다.

텍스트 음성 변환 프로필의 성별입니다.

## Syntax

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

## Constants

| Constant | Description                       |
| -------- | --------------------------------- |
| Neutral  | 텍스트 음성 변환 프로필이 성별 중립적인 음성을 나타냅니다. |
| Female   | 텍스트 음성 변환 프로필이 여성 음성을 나타냅니다.      |
| Male     | 텍스트 음성 변환 프로필이 남성 음성을 나타냅니다.      |

## Requirements

**Header:** Party.h

## See also

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