Partager via


VoiceProfileClient.GetAllProfilesAsync(VoiceProfileType) Méthode

Définition

Obtient tous les profils vocaux d’un type de profil donné.

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))

Paramètres

voiceProfileType
VoiceProfileType

Type de profil vocal.

Retours

Opération asynchrone représentant le résultat de l’obtention d’une collection de profils vocaux.

S’applique à