FragmentState.Prosody プロパティ

定義

音声出力の音の高さ、読み上げ速度、音量についての詳細な情報を返します。

public:
 property System::Speech::Synthesis::TtsEngine::Prosody ^ Prosody { System::Speech::Synthesis::TtsEngine::Prosody ^ get(); };
public System.Speech.Synthesis.TtsEngine.Prosody Prosody { get; }
member this.Prosody : System.Speech.Synthesis.TtsEngine.Prosody
Public ReadOnly Property Prosody As Prosody

プロパティ値

音声出力に関して、声の高さ、読み上げ速度、音量の設定、およびこうした設定への変更を含む Prosody の有効なインスタンスを返します。

注釈

によって Prosody 返される情報は、SSML 仕様の <prosody> XML タグに対応します

適用対象