Klasse Speaker::SpeakerIdentificationModel
class Speaker::SpeakerIdentificationModel
: public std::enable_shared_from_this< SpeakerIdentificationModel >
Stellt das Sprecheridentifikationsmodell dar, das mit der Lautsprechererkennungsklasse verwendet wird. In Version 1.12.0 hinzugefügt.
Member
~SpeakerIdentificationModel
Syntax: public inline virtual ~SpeakerIdentificationModel ( );
Virtueller Destruktor.
Operator SPXSIMODELHANDLE
Syntax: public inline explicit operator SPXSIMODELHANDLE ( );
Intern. Expliziter Konvertierungsoperator.
Gibt zurück
Ein Handler.
FromProfiles
Syntax: public inline static std::shared_ptr< SpeakerIdentificationModel > FromProfiles ( const std::vector< std::shared_ptr< VoiceProfile > > & profiles );
Erstellt mithilfe der Sprachprofile ein Sprecheridentifikationsmodell.
Parameter
-
profiles
ein Vektor von Sprachprofilen.
Gibt zurück
Ein gemeinsam genutzter Zeiger auf das Sprecheridentifikationsmodell.