Gender Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the gender of the voice.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Gender As VoiceGender
	Get
Visual Basic (Usage)
Dim instance As VoiceInfo
Dim value As VoiceGender

value = instance.Gender
C#
public VoiceGender Gender { get; }

Property Value

Type: Microsoft.Speech.Synthesis..::..VoiceGender

Returns the gender of the voice.

Remarks

The Gender property gets a member of the VoiceGender enumeration that indicates the gender of the voice.

See Also