Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

VoiceInfo.Age Property

Gets the age of the voice.

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

Syntax

'Declaration
Public ReadOnly Property Age As VoiceAge
    Get
'Usage
Dim instance As VoiceInfo
Dim value As VoiceAge

value = instance.Age
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

Reference

VoiceInfo Class

VoiceInfo Members

Microsoft.Speech.Synthesis Namespace

VoiceAge