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

> Unity PlayFab Party のボイスチャットで音声合成 (text-to-speech) のアクセシビリティを切り替える PlayFabMultiplayerManager.TextToSpeechMode プロパティのリファレンス。

# TextToSpeechMode

音声合成 (text-to-speech) が有効かどうかを取得または設定します。

注: `PlatformDefault` に設定した場合、音声合成はローカルプレイヤーの text-to-speech 設定が有効になっている場合にのみ有効になります。

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

## プロパティ値

TextToSpeechMode

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


## Related topics

- [PlayFabMultiplayerManager.SpeechToTextMode](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunityspeechtotextmode.md)
- [クラス PlayFabMultiplayerManager](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/index.md)
- [PlayFabMultiplayerManager.Get](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/playfabunityget.md)
- [PlayFabMultiplayerManager.State](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunitystate.md)
- [PlayFabMultiplayerManager.Get().Resume](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/playfabunityresume.md)
