VoiceProfileClient.CreateProfileAsync(VoiceProfileType, String) 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.
Crée un profil vocal en tant qu’opération asynchrone.
public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile> CreateProfileAsync (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType voiceProfileType, string locale);
member this.CreateProfileAsync : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType * string -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile>
Public Function CreateProfileAsync (voiceProfileType As VoiceProfileType, locale As String) As Task(Of VoiceProfile)
Paramètres
- voiceProfileType
- VoiceProfileType
Type de profil vocal.
- locale
- String
un paramètre régional, par exemple « en-us »
Retours
Opération asynchrone représentant le résultat de la création d’un profil vocal.
Remarques
Voir aussi : Vérification dépendante du texte
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