Condividi tramite


VoiceInfo.SupportedAudioFormats Proprietà

Definizione

Ottiene la raccolta di formati audio supportati dalla voce.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Speech::AudioFormat::SpeechAudioFormatInfo ^> ^ SupportedAudioFormats { System::Collections::ObjectModel::ReadOnlyCollection<System::Speech::AudioFormat::SpeechAudioFormatInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get; }
member this.SupportedAudioFormats : System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo>
Public ReadOnly Property SupportedAudioFormats As ReadOnlyCollection(Of SpeechAudioFormatInfo)

Valore della proprietà

ReadOnlyCollection<SpeechAudioFormatInfo>

Restituisce una raccolta dei formati audio supportati dalla voce.

Si applica a

Vedi anche