class Speaker::SpeakerVerificationModel

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

Represents speaker verification model used with speaker recognition class. Added in version 1.12.0.

Members

~SpeakerVerificationModel

Syntax: public inline virtual ~SpeakerVerificationModel ( );

Virtual destructor.

operator SPXSVMODELHANDLE

Syntax: public inline explicit operator SPXSVMODELHANDLE ( );

Internal. Explicit conversion operator.

Returns

A handle.

FromProfile

Syntax: public inline static std::shared_ptr< SpeakerVerificationModel > FromProfile ( std::shared_ptr< VoiceProfile > profile );

Creates a speaker verification model using the voice profile.

Parameters

  • profile The voice profile.

Returns

A shared pointer to speaker verification model.