认知服务说话人识别 - 设置短语
Cognitive Services Speaker Recognition - set Phrase
我有一个 UWP 应用程序(带有 NuGet 包 Microsoft.ProjectOxford.SpeakerRecognition),我可以在其中设置注册并识别演讲者。
问题是如何设置注册短语。目前演讲者只能使用第一个"I am going to make him an offer he cannot refuse"
如我所见,可以设置 example 短语。
但正如我在文档中看到的那样 - 我只能得到 list of phrases
您目前无法使用自定义短语列表进行注册。您将使用 "Verification Profile - Create Enrollment" 发送音频文件。以下词组可用于报名。
"I am going to make him an offer he cannot refuse"
"Houston we have had a problem"
"My voice is my passport verify me"
"Apple juice tastes funny after toothpaste"
"You can get in without your password"
"You can activate security system now"
"My voice is stronger than passwords"
"My password is not your business"
"my name is unknown to you"
"be yourself everyone else is already taken"
据我所知,个人资料可以只使用一个词组。
因此,第一个短语可以由说话者选择(它可以是列表中的任何短语)。
但以后无法更改为另一个(只能使用 ResetEnrollmentsAsync 清除所有注册)
我有一个 UWP 应用程序(带有 NuGet 包 Microsoft.ProjectOxford.SpeakerRecognition),我可以在其中设置注册并识别演讲者。
问题是如何设置注册短语。目前演讲者只能使用第一个"I am going to make him an offer he cannot refuse"
如我所见,可以设置 example 短语。
但正如我在文档中看到的那样 - 我只能得到 list of phrases
您目前无法使用自定义短语列表进行注册。您将使用 "Verification Profile - Create Enrollment" 发送音频文件。以下词组可用于报名。
"I am going to make him an offer he cannot refuse"
"Houston we have had a problem"
"My voice is my passport verify me"
"Apple juice tastes funny after toothpaste"
"You can get in without your password"
"You can activate security system now"
"My voice is stronger than passwords"
"My password is not your business"
"my name is unknown to you"
"be yourself everyone else is already taken"
据我所知,个人资料可以只使用一个词组。
因此,第一个短语可以由说话者选择(它可以是列表中的任何短语)。 但以后无法更改为另一个(只能使用 ResetEnrollmentsAsync 清除所有注册)