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

SpeakerIdentificationModel.FromProfiles 方法

定义

根据语音配置文件创建说话人识别模型。

public static Microsoft.CognitiveServices.Speech.Speaker.SpeakerIdentificationModel FromProfiles (System.Collections.Generic.IEnumerable<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile> profiles);
static member FromProfiles : seq<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile> -> Microsoft.CognitiveServices.Speech.Speaker.SpeakerIdentificationModel
Public Shared Function FromProfiles (profiles As IEnumerable(Of VoiceProfile)) As SpeakerIdentificationModel

参数

profiles
IEnumerable<VoiceProfile>

语音配置文件的集合。

返回

正在创建的说话人识别模型。

适用于