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

SpeakerRecognizer(SpeechConfig, AudioConfig) 构造函数

定义

创建说话人识别器。

public SpeakerRecognizer (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.Speaker.SpeakerRecognizer : Microsoft.CognitiveServices.Speech.SpeechConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.Speaker.SpeakerRecognizer
Public Sub New (speechConfig As SpeechConfig, audioConfig As AudioConfig)

参数

speechConfig
SpeechConfig

要使用的语音配置。

audioConfig
AudioConfig

要使用的音频配置。

适用于