Share via


VoiceProfileClient.GetAllProfilesAsync(VoiceProfileType) Methode

Definition

Ruft alle Sprachprofile eines bestimmten Profiltyps ab.

public System.Threading.Tasks.Task<System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile>> GetAllProfilesAsync (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType voiceProfileType);
member this.GetAllProfilesAsync : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType -> System.Threading.Tasks.Task<System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile>>
Public Function GetAllProfilesAsync (voiceProfileType As VoiceProfileType) As Task(Of ReadOnlyCollection(Of VoiceProfile))

Parameter

voiceProfileType
VoiceProfileType

Ein Sprachprofiltyp.

Gibt zurück

Ein asynchroner Vorgang, der das Ergebnis des Abrufens einer Sammlung von Sprachprofilen darstellt.

Gilt für: