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 ( );

デストラクターです。