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

# PlayFabMultiplayerManager.TextToSpeechMode

> Reference for the PlayFabMultiplayerManager.TextToSpeechMode property that toggles text-to-speech accessibility in Unity PlayFab Party voice chat.

# TextToSpeechMode

Gets or sets whether text-to-speech is enabled.

Note: if set to `PlatformDefault`, text-to-speech will only be enabled if local player's text-to-speech preferences are enabled.

```csharp theme={null}
public AccessibilityMode PlayFabMultiplayerManager.TextToSpeechMode { get; set; }
```

## Property Value

TextToSpeechMode

[AccessibilityMode](/services/playfab/multiplayer/networking/unity-party-api-reference/enums/partyunityaccessibilitymode)


## Related topics

- [Class PlayFabMultiplayerManager](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/index.md)
- [PlayFabMultiplayerManager.SpeechToTextMode](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunityspeechtotextmode.md)
- [PlayFabMultiplayerManager.Get().SendChatMessage](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/partyunitysendchatmessage.md)
- [PlayFabMultiplayerManager.Get().SendChatMessageToAllPlayers](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/partyunitysendchatmessagetoallplayers.md)
- [PlayFabMultiplayerManager.Get](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/playfabunityget.md)
