class Speaker::VoiceProfile

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

Třída pro VoiceProfile. Přidáno ve verzi 1.12.0.

Členové

~VoiceProfile

Syntaxe: public inline virtual ~VoiceProfile ( );

Destruktor.

GetId

Syntaxe: public inline const SPXSTRING GetId ( ) const;

Získejte ID hlasového profilu.

Návraty

ID hlasového profilu.

GetType

Syntaxe: public inline VoiceProfileType GetType ( ) const;

Získejte VoiceProfileType ze souboru VoiceProfile.

Návraty

SPXVOICEPROFILEHANDLE – operátor

Syntaxe: public inline explicit operator SPXVOICEPROFILEHANDLE ( );

Vnitřní. Operátor explicitního převodu.

Návraty

Popisovač.

FromId

Syntaxe: public inline static std::shared_ptr< VoiceProfile > FromId ( const SPXSTRING & Id , VoiceProfileType voiceProfileType );