VoiceProfileClient.EnrollProfileAsync(VoiceProfile, AudioConfig) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Inscrit un profil vocal de manière asynchrone.
public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileEnrollmentResult> EnrollProfileAsync (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile voiceProfile, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
member this.EnrollProfileAsync : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileEnrollmentResult>
Public Function EnrollProfileAsync (voiceProfile As VoiceProfile, audioConfig As AudioConfig) As Task(Of VoiceProfileEnrollmentResult)
Paramètres
- voiceProfile
- VoiceProfile
Un profil vocal.
- audioConfig
- AudioConfig
Configuration audio.
Retours
Opération asynchrone représentant le résultat de l’inscription d’un profil vocal.
Remarques
Voir aussi : Prise en main de la reconnaissance de l’orateur
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET