VoiceProfileClient.GetActivationPhrasesAsync(VoiceProfileType, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET