Id Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the ID of the voice.

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

Syntax

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

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

Property Value

Type: System..::..String

Returns the identifier for the voice.

See Also