Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Accessibility settings associated with an Xbox Live account.
Syntax
struct PartyXblAccessibilitySettings {
PartyBool speechToTextEnabled;
PartyBool textToSpeechEnabled;
char languageCode[c_maxLanguageCodeStringLength + 1];
PartyGender gender;
}
Members
speechToTextEnabled PartyBool
True if the user has enabled speech to text in its Xbox Live settings
textToSpeechEnabled PartyBool
True if the user has enabled text to speech in its Xbox Live settings
languageCode char[c_maxLanguageCodeStringLength + 1]
Language code associated with this user's accessibility settings. Can be used as a hint when choosing the PartyTextToSpeechProfile for this user.
gender PartyGender
Gender associated with this user's accessibility settings. Can be used as a hint when choosing the PartyTextToSpeechProfile for this user.
Requirements
Header: PartyXboxLive.h