次の方法で共有


クラス SynthesisVoicesResult

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

メンバー

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

取得された音声。

ErrorDetails

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

エラーの詳細。

結果ID

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

一意の結果 ID。

理由

構文: public const ResultReason & Reason;

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

特性

構文: public const PropertyCollection & Properties;

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

SynthesisVoicesResult

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

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

パラメーター

  • 結果ハンドル hresult します。

演算子 SPXRESULTHANDLE

構文: public inline explicit operator SPXRESULTHANDLE ( );

明示的な変換演算子。

返品ポリシー

ハンドル。

~SynthesisVoicesResult

構文: public inline ~SynthesisVoicesResult ( );

デストラクターです。