다음을 통해 공유


클래스 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 );