Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
VoiceInfo.AdditionalInfo Property
Gets additional information about the voice.
Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public ReadOnly Property AdditionalInfo As IDictionary(Of String, String)
Get
'Usage
Dim instance As VoiceInfo
Dim value As IDictionary(Of String, String)
value = instance.AdditionalInfo
public IDictionary<string, string> AdditionalInfo { get; }
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
Returns a collection of name/value pairs that describe and identify the voice.