次の方法で共有


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>

音声プロファイルのコレクション。

戻り値

作成される話者識別モデル。

適用対象