你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VoiceProfileClient.GetActivationPhrasesAsync(VoiceProfileType, String) 方法

定义

获取语音配置文件激活短语结果作为异步操作。

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)

参数

voiceProfileType
VoiceProfileType

语音配置文件类型。

locale
String

区域设置,例如“en-us”

返回

表示创建语音配置文件的结果的异步操作。

注解

另请参阅: 说话人识别入门

适用于