Name Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the name of the voice.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Name As String
	Get
Visual Basic (Usage)
Dim instance As VoiceInfo
Dim value As String

value = instance.Name
C#
public string Name { get; }

Property Value

Type: System..::..String

Returns the name of the voice.

See Also