AdditionalInfo Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets additional information about the voice.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property AdditionalInfo As IDictionary(Of String, String)
	Get
Visual Basic (Usage)
Dim instance As VoiceInfo
Dim value As IDictionary(Of String, String)

value = instance.AdditionalInfo
C#
public IDictionary<string, string> AdditionalInfo { get; }

Property Value

Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>

Returns a collection of name/value pairs that describe and identify the voice.

See Also