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

> Unity PlayFab Party SDK 中 AccessibilityMode 枚举的参考文档,用于配置语音转文本和文本转语音的聊天无障碍选项。

用于指定启用哪些无障碍设置的选项。

## 语法

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

## 常量

| **常量**              | **说明**                |
| ------------------- | --------------------- |
| **None**            | 未启用任何无障碍设置。           |
| **PlatformDefault** | 根据用户和/或平台的设置来启用无障碍设置。 |
| **Enabled**         | 无障碍设置始终启用。            |


## Related topics

- [PlayFabMultiplayerManager.SpeechToTextMode](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunityspeechtotextmode.md)
- [PlayFabMultiplayerManager.TextToSpeechMode](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunitytexttospeechmode.md)
- [PlayFab Party Unity SDK](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/index.md)
- [XAccessibility](/zh-CN/reference/system/xaccessibility/xaccessibility_members.md)
- [XHighContrastMode](/zh-CN/reference/system/xaccessibility/enums/xhighcontrastmode.md)
