Freigeben über


VoiceProfileClient.CreateProfileAsync(VoiceProfileType, String) Methode

Definition

Erstellt ein Sprachprofil als asynchronen Vorgang.

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)

Parameter

voiceProfileType
VoiceProfileType

Ein Sprachprofiltyp.

locale
String

ein Gebietsschema, z. B. "en-us"

Gibt zurück

Ein asynchroner Vorgang, der das Ergebnis der Erstellung eines Sprachprofils darstellt.

Hinweise

Siehe auch: Textabhängige Überprüfung

Gilt für: