你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VoiceProfileClient 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建和管理代表独特、可区分人类语音的语音配置文件。 这些配置文件用于标识单个已注册的说话人并自定义语音识别体验。 在 1.12.0 中添加
public sealed class VoiceProfileClient : Microsoft.CognitiveServices.Speech.Internal.DisposableBase
type VoiceProfileClient = class
inherit DisposableBase
Public NotInheritable Class VoiceProfileClient
Inherits DisposableBase
- 继承
-
Microsoft.CognitiveServices.Speech.Internal.DisposableBaseVoiceProfileClient
注解
另请参阅: 说话人识别入门
构造函数
VoiceProfileClient(SpeechConfig) |
创建 VoiceProfileClient 的实例。 |
属性
Properties |
获取为此 实例 VoiceProfileClient定义的属性及其值的集合。 |
方法
CreateProfileAsync(VoiceProfileType, String) |
创建语音配置文件作为异步操作。 |
DeleteProfileAsync(VoiceProfile) |
异步删除语音配置文件。 |
EnrollProfileAsync(VoiceProfile, AudioConfig) |
异步注册语音配置文件。 |
GetActivationPhrasesAsync(VoiceProfileType, String) |
以异步操作的形式获取语音配置文件激活短语结果。 |
GetAllProfilesAsync(VoiceProfileType) |
获取给定配置文件类型的所有语音配置文件。 |
ResetProfileAsync(VoiceProfile) |
异步重置语音配置文件。 |
RetrieveEnrollmentResultAsync(VoiceProfile) |
检索与语音配置文件关联的注册结果。 |