クラス Speaker::VoiceProfile
class Speaker::VoiceProfile
: public std::enable_shared_from_this< VoiceProfile >
VoiceProfile のクラス。 バージョン 1.12.0 で追加されました。
メンバー
~VoiceProfile
構文: public inline virtual ~VoiceProfile ( );
デストラクターです。
GetId
構文: public inline const SPXSTRING GetId ( ) const;
音声プロファイル ID を取得します。
戻り値
音声プロファイル ID。
GetType
構文: public inline VoiceProfileType GetType ( ) const;
VoiceProfile から VoiceProfileType を取得します。
戻り値
演算子 SPXVOICEPROFILEHANDLE
構文: public inline explicit operator SPXVOICEPROFILEHANDLE ( );
内部。 明示的な変換演算子。
戻り値
ハンドル。
FromId
構文: public inline static std::shared_ptr< VoiceProfile > FromId ( const SPXSTRING & Id , VoiceProfileType voiceProfileType );