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

# PartyXblAccessibilitySettings

> Reference for the PartyXblAccessibilitySettings struct exposing an XBOX Live user's speech-to-text, text-to-speech, language, and gender chat settings.

Accessibility settings associated with an XBOX Live account.

## Syntax

```cpp theme={null}
struct PartyXblAccessibilitySettings {  
    PartyBool speechToTextEnabled;  
    PartyBool textToSpeechEnabled;  
    char languageCode[c_maxLanguageCodeStringLength + 1];  
    PartyGender gender;  
}  
```

### Members

**`speechToTextEnabled`**   [PartyBool](/services/playfab/multiplayer/networking/reference/typedefs)

True if the user has enabled speech to text in its XBOX Live settings

**`textToSpeechEnabled`**   [PartyBool](/services/playfab/multiplayer/networking/reference/typedefs)

True if the user has enabled text to speech in its XBOX Live settings

**`languageCode`**   char\[c\_maxLanguageCodeStringLength + 1]

Language code associated with this user's accessibility settings. Can be used as a hint when choosing the PartyTextToSpeechProfile for this user.

**`gender`**   [PartyGender](/services/playfab/multiplayer/networking/reference/enums/partygender)

Gender associated with this user's accessibility settings. Can be used as a hint when choosing the PartyTextToSpeechProfile for this user.

## Requirements

**Header:** PartyXboxLive.h

## See also

[PartyXboxLive members](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members)


## Related topics

- [PartyXblLocalChatUser::GetAccessibilitySettings](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getaccessibilitysettings.md)
- [PartyXboxLive C/C++ API overview](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members.md)
- [PlayFab Party XBOX Live Helper Release Notes](/services/playfab/multiplayer/networking/party-xboxlive-relnotes.md)
- [PartyXblCrossNetworkCommunicationPrivacySetting](/services/playfab/multiplayer/networking/xblreference/enums/partyxblcrossnetworkcommunicationprivacysetting.md)
- [PartyXbl GetCrossNetworkCommunicationPrivacySetting](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getcrossnetworkcommunicationprivacysetting.md)
