VoiceProfileClient.GetActivationPhrasesAsync(VoiceProfileType, String) Method

Definition

Get voice profile activation phrase result as an asynchronous operation.

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)

Parameters

voiceProfileType
VoiceProfileType

A voice profile type.

locale
String

a locale, e.g "en-us"

Returns

An asynchronous operation representing the result of creating a voice profile.

Remarks

See also: Get started with Speaker Recognition

Applies to