class Speaker::SpeakerIdentificationModel
class Speaker::SpeakerIdentificationModel
: public std::enable_shared_from_this< SpeakerIdentificationModel >
Representerar talaridentifieringsmodellen som används med talarigenkänningsklassen. Har lagts till i version 1.12.0.
Medlemmar
~SpeakerIdentificationModel
Syntax: public inline virtual ~SpeakerIdentificationModel ( );
Virtuell destructor.
operatorN SPXSIMODELHANDLE
Syntax: public inline explicit operator SPXSIMODELHANDLE ( );
Interna. Explicit konverteringsoperator.
Returer
Ett handtag.
FromProfiles
Syntax: public inline static std::shared_ptr< SpeakerIdentificationModel > FromProfiles ( const std::vector< std::shared_ptr< VoiceProfile > > & profiles );
Skapar en modell för talaridentifiering med hjälp av röstprofilerna.
Parametrar
-
profiles
en vektor med röstprofiler.
Returer
En delad pekare till talaridentifieringsmodellen.