Partager via


VoiceProfileClient.ResetProfileAsync(VoiceProfile) Méthode

Définition

Réinitialise un profil vocal de façon asynchrone.

public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileResult> ResetProfileAsync (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile voiceProfile);
member this.ResetProfileAsync : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileResult>
Public Function ResetProfileAsync (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 réinitialisation d’un profil vocal.

S’applique à