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

# AccessibilityMode

> Reference for the AccessibilityMode enum in the Unity PlayFab Party SDK, used to configure speech-to-text and text-to-speech chat accessibility options.

Options that specify which accessibility settings are enabled.

## Syntax

```csharp theme={null}
public enum AccessibilityMode
{
    None,
    PlatformDefault,
    Enabled
}
```

## Constants

| **Constant**        | **Description**                                                                      |
| ------------------- | ------------------------------------------------------------------------------------ |
| **None**            | No accessibility settings are enabled.                                               |
| **PlatformDefault** | The accessibility settings are enabled based on the user and/or platform's settings. |
| **Enabled**         | The accessibility settings are always enabled.                                       |


## Related topics

- [PlayFabMultiplayerManager.SpeechToTextMode](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunityspeechtotextmode.md)
- [PlayFabMultiplayerManager.TextToSpeechMode](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunitytexttospeechmode.md)
- [PlayFab Party Unity SDK](/services/playfab/multiplayer/networking/unity-party-api-reference/index.md)
- [Accessibility metadata](/publishing/game-publishing/concepts/metadata-accessibility.md)
- [XAccessibility](/reference/system/xaccessibility/xaccessibility_members.md)
