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

VoiceProfileClient.EnrollProfileAsync(VoiceProfile, AudioConfig) 方法

定义

异步注册语音配置文件。

public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileEnrollmentResult> EnrollProfileAsync (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile voiceProfile, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
member this.EnrollProfileAsync : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileEnrollmentResult>
Public Function EnrollProfileAsync (voiceProfile As VoiceProfile, audioConfig As AudioConfig) As Task(Of VoiceProfileEnrollmentResult)

参数

voiceProfile
VoiceProfile

语音配置文件。

audioConfig
AudioConfig

音频配置。

返回

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

注解

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

适用于