你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VoiceProfileClient 类
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. speaker. VoiceProfileClient
- com.
实现
public final class VoiceProfileClient
implements java.lang.AutoCloseable
语音配置文件客户端执行说话人识别的语音配置文件管理。 注意:必须调用 close () 才能释放对象持有的基础资源。
构造函数摘要
构造函数 | 说明 |
---|---|
VoiceProfileClient(SpeechConfig speechConfig) |
创建语音配置文件客户端的新实例。 |
方法摘要
方法继承自 java.lang.Object
构造函数详细信息
VoiceProfileClient
public VoiceProfileClient(SpeechConfig speechConfig)
创建语音配置文件客户端的新实例。
参数:
方法详细信息
close
public void close()
释放关联的资源。 注意:必须调用 close () 才能释放对象持有的基础资源。
createProfileAsync
public Future
创建语音配置文件作为异步操作。
参数:
返回:
deleteProfileAsync
public Future
异步删除语音配置文件。
参数:
返回:
enrollProfileAsync
public Future
异步注册语音配置文件。
参数:
返回:
getActivationPhrasesAsync
public Future
获取注册的有效激活短语。
参数:
返回:
getAllProfilesAsync
public Future> getAllProfilesAsync(VoiceProfileType voiceProfileType)
获取所有语音配置文件作为异步操作。
参数:
返回:
getImpl
public SafeHandle getImpl()
用于获取基础本机句柄的内部方法。
返回:
getProperties
public PropertyCollection getProperties()
为 VoiceProfileClient 定义的属性及其值的集合。
返回:
resetProfileAsync
public Future
异步重置语音配置文件。
参数:
返回:
retrieveEnrollmentResultAsync
public Future
在给定语音配置文件的情况下检索注册结果。
参数:
返回: