Partager via


VoiceProfileClient.DeleteProfileAsync(VoiceProfile) Méthode

Définition

Supprime un profil vocal de façon asynchrone.

public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileResult> DeleteProfileAsync (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile voiceProfile);
member this.DeleteProfileAsync : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileResult>
Public Function DeleteProfileAsync (voiceProfile As VoiceProfile) As Task(Of VoiceProfileResult)

Paramètres

voiceProfile
VoiceProfile

Un profil vocal.

Retours

Opération asynchrone représentant le résultat de la suppression d’un profil vocal.

S’applique à