VoiceGender enumeration

An enumeration that represents the gender of the synthesized voice.

Syntax

public enum VoiceGender
Public Enum VoiceGender
public enum class VoiceGender

Members

The VoiceGender enumeration has these members.

Member Value Description
Male 0

The synthesized voice is male.

Female 1

The synthesized voice is 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]

Attributes

[Version(0x06020000)]