Partager via


VoiceProfileClient.CreateProfileAsync(VoiceProfileType, String) Méthode

Définition

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 à