클래스 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
음성 프로필의 벡터입니다.
반환
화자 식별 모델에 대한 공유 포인터입니다.