共用方式為


class Speaker::SpeakerIdentificationModel

class Speaker::SpeakerIdentificationModel
  : public std::enable_shared_from_this< SpeakerIdentificationModel >

表示搭配說話者辨識類別使用的說話者識別模型。 已在 1.12.0 版中新增。

成員

~SpeakerIdentificationModel

語法: public inline virtual ~SpeakerIdentificationModel ( );

虛擬解構函式。

運算子 SPXSIMODELHANDLE

語法: public inline explicit operator SPXSIMODELHANDLE ( );

內部。 明確轉換運算子。

傳回

控制代碼。

FromProfiles

語法: public inline static std::shared_ptr< SpeakerIdentificationModel > FromProfiles ( const std::vector< std::shared_ptr< VoiceProfile > > & profiles );

使用語音設定檔建立說話者識別模型。

參數

  • profiles 語音設定檔的向量。

傳回

說話者識別模型的共用指標。