Compartilhar via


VoiceProfileClient.GetAllProfilesAsync(VoiceProfileType) Método

Definição

Obtém todos os perfis de voz de um determinado tipo de perfil.

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

Parâmetros

voiceProfileType
VoiceProfileType

Um tipo de perfil de voz.

Retornos

Uma operação assíncrona que representa o resultado da obtenção de uma coleção de perfis de voz.

Aplica-se a