Freigeben über


VoiceProfileClient.GetActivationPhrasesAsync(VoiceProfileType, String) Methode

Definition

Rufen Sie das Ergebnis der Sprachprofilaktivierung als asynchronen Vorgang ab.

public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfilePhraseResult> GetActivationPhrasesAsync (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType voiceProfileType, string locale);
member this.GetActivationPhrasesAsync : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType * string -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfilePhraseResult>
Public Function GetActivationPhrasesAsync (voiceProfileType As VoiceProfileType, locale As String) As Task(Of VoiceProfilePhraseResult)

Parameter

voiceProfileType
VoiceProfileType

Ein Sprachprofiltyp.

locale
String

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

Gibt zurück

Ein asynchroner Vorgang, der das Ergebnis des Erstellens eines Sprachprofils darstellt.

Hinweise

Siehe auch: Erste Schritte mit der Sprechererkennung

Gilt für: