次の方法で共有


SpeakerVerificationModel.FromProfile(VoiceProfile) メソッド

定義

音声プロファイルから話者検証モデルを作成します。

public static Microsoft.CognitiveServices.Speech.Speaker.SpeakerVerificationModel FromProfile (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile profile);
static member FromProfile : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile -> Microsoft.CognitiveServices.Speech.Speaker.SpeakerVerificationModel
Public Shared Function FromProfile (profile As VoiceProfile) As SpeakerVerificationModel

パラメーター

profile
VoiceProfile

音声プロファイル。

戻り値

作成中の話者検証モデル。

適用対象