class Speaker::SpeakerVerificationModel
class Speaker::SpeakerVerificationModel
: public std::enable_shared_from_this< SpeakerVerificationModel >
表示與說話者辨識類別搭配使用的說話者驗證模型。 已在 1.12.0 版中新增。
成員
~SpeakerVerificationModel
語法: public inline virtual ~SpeakerVerificationModel ( );
虛擬解構函式。
運算子 SPXSVMODELHANDLE
語法: public inline explicit operator SPXSVMODELHANDLE ( );
內部。 明確轉換運算子。
傳回
控制代碼。
FromProfile
語法: public inline static std::shared_ptr< SpeakerVerificationModel > FromProfile ( std::shared_ptr< VoiceProfile > profile );
使用語音設定檔建立說話者驗證模型。
參數
-
profile
語音設定檔。
傳回
說話者驗證模型的共用指標。