VoiceGender Enumeration

Defines the values for the gender of synthesized voices.

Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public Enumeration VoiceGender
public enum VoiceGender
public enum class VoiceGender
public enum VoiceGender
public enum VoiceGender

Members

Member name Description
Female Indicates a female voice.
Male Indicates a male voice.
Neutral Indicates a gender-neutral voice.
NotSet Indicates no voice gender specification.

Remarks

VoiceGender can indicate the gender of an existing voice or a gender preference when selecting a voice.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Speech.Synthesis Namespace