クラス 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
音声プロファイル。
戻り値
話者検証モデルへの共有ポインター。