VoiceInformation.Gender property

Gets the gender of the text-to-speech (TTS) voice.

Syntax

public VoiceGender Gender { get; }
Public ReadOnly Property Gender As VoiceGender
public:
property VoiceGender Gender { 
   VoiceGender get();
}

Property value

Type: VoiceGender

Defines if the text-to-speech (TTS) voice is male or female.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Synthesis Windows::Phone::Speech::Synthesis [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone]

See also

VoiceInformation