Compartir a través de


VoiceProfileClient.GetAllProfilesAsync(VoiceProfileType) Método

Definición

Obtiene todos los perfiles de voz de un tipo de perfil determinado.

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

Tipo de perfil de voz.

Devoluciones

Una operación asincrónica que representa el resultado de obtener una colección de perfiles de voz.

Se aplica a