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

> Unity PlayFab Party のボイスチャットで音声認識 (speech-to-text) のアクセシビリティを制御する PlayFabMultiplayerManager.SpeechToTextMode プロパティのリファレンス。

# SpeechToTextMode

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

このプロパティの設定は、ローカルプレイヤーが party を作成または参加した場合にのみ効果があります。

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

## プロパティ値

SpeechToTextMode

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


## Related topics

- [PlayFabMultiplayerManager.TextToSpeechMode](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunitytexttospeechmode.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)
