Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
VoiceInfo.SupportedAudioFormats Property
Gets the collection of audio formats that the voice supports.
Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public ReadOnly Property SupportedAudioFormats As ReadOnlyCollection(Of SpeechAudioFormatInfo)
Get
'Usage
Dim instance As VoiceInfo
Dim value As ReadOnlyCollection(Of SpeechAudioFormatInfo)
value = instance.SupportedAudioFormats
public ReadOnlyCollection<SpeechAudioFormatInfo> SupportedAudioFormats { get; }
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<SpeechAudioFormatInfo>
Returns a collection of the audio formats that the voice supports.