共用方式為


類別 VoiceInfo

包含 1.17.0 版中更新的合成語音資訊相關信息。

成員

名稱

語法: public const std::string & Name;

語音名稱。

Locale

語法: public const std::string & Locale;

語音的地區設定。

ShortName

語法: public const std::string & ShortName;

簡短名稱。

LocalName

語法: public const std::string & LocalName;

本機名稱。

性別

語法: public const SynthesisVoiceGender & Gender;

性別。 已在1.17.0版中新增。

VoiceType

語法: public const SynthesisVoiceType & VoiceType;

本機名稱。

StyleList

語法: public const std::vector< std::string > & StyleList;

樣式清單。

VoicePath

語法: public const std::string & VoicePath;

語音路徑,僅適用於離線語音。

屬性

語法: public constPropertyCollection & Properties;

其他 VoiceInfo 屬性的集合。

VoiceInfo

語法: public inline explicit VoiceInfo ( SPXRESULTHANDLE hresult );

使用提供的句柄建立新的實例。

參數

  • hresult 結果句柄。

運算子 SPXRESULTHANDLE

語法: public inline explicit operator SPXRESULTHANDLE ( );

明確轉換運算子。

傳回

控制代碼。

~VoiceInfo

語法: public inline ~VoiceInfo ( );

解構函式。