Description Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the description of the voice.

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

Syntax

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

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

Property Value

Type: System..::..String

Returns the description of the voice.

See Also