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

> PlayFabMultiplayerManager.TextToSpeechMode 属性的参考文档,该属性用于在 Unity PlayFab Party 语音聊天中切换文本转语音无障碍功能。

# TextToSpeechMode

获取或设置是否启用文本转语音功能。

注意:如果设置为 `PlatformDefault`,则仅当本地玩家的文本转语音首选项已启用时,文本转语音才会启用。

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

## 属性值

TextToSpeechMode

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


## Related topics

- [PlayFabMultiplayerManager 类](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/index.md)
- [PlayFabMultiplayerManager.SpeechToTextMode](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunityspeechtotextmode.md)
- [PlayFabMultiplayerManager.Get](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/playfabunityget.md)
- [PlayFabMultiplayerManager.State](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunitystate.md)
- [PlayFabMultiplayerManager.Get().Resume](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/playfabunityresume.md)
