次の方法で共有


SynthesisVoicesResult クラス

音声シンセサイザーの音声リストからの結果に関する情報が含まれています。 バージョン 1.16.0 で追加されました。

メンバー

音声

構文: public const std::vector< std::shared_ptr< VoiceInfo > > & Voices;

取得された音声。

ErrorDetails

構文: public const std::string & ErrorDetails;

エラーの詳細。

ResultId

構文: public const std::string & ResultId;

一意の結果 ID。

理由

構文: public const ResultReason & Reason;

音声リストの結果の理由。

プロパティ

構文: public constPropertyCollection & Properties;

追加の SynthesisVoicesResult プロパティのコレクション。

SynthesisVoicesResult

構文: public inline explicit SynthesisVoicesResult ( SPXRESULTHANDLE hresult );

指定されたハンドルを使用して新しいインスタンスを作成します。

パラメーター

  • hresult 結果ハンドル。

演算子 SPXRESULTHANDLE

構文: public inline explicit operator SPXRESULTHANDLE ( );

明示的な変換演算子。

戻り値

ハンドル。

~SynthesisVoicesResult

構文: public inline ~SynthesisVoicesResult ( );

デストラクターです。