Age Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the age of the voice.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Age As VoiceAge
	Get
Visual Basic (Usage)
Dim instance As VoiceInfo
Dim value As VoiceAge

value = instance.Age
C#
public VoiceAge Age { get; }

Property Value

Type: Microsoft.Speech.Synthesis..::..VoiceAge

Returns the age of the voice.

Remarks

The Age property gets a member of the VoiceAge enumeration that indicates the age of the voice.

See Also