> ## 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](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunityspeechtotextmode.md)
- [PlayFabMultiplayerManager.TextToSpeechMode](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunitytexttospeechmode.md)
- [PlayFab Party Unity SDK](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/index.md)
- [XAccessibility](/ko/reference/system/xaccessibility/xaccessibility_members.md)
- [XHighContrastMode](/ko/reference/system/xaccessibility/enums/xhighcontrastmode.md)
