PromptStyle.Volume プロパティ

定義

スタイルの音量 (ラウドネス) の設定を取得または設定します。

public:
 property System::Speech::Synthesis::PromptVolume Volume { System::Speech::Synthesis::PromptVolume get(); void set(System::Speech::Synthesis::PromptVolume value); };
public System.Speech.Synthesis.PromptVolume Volume { get; set; }
member this.Volume : System.Speech.Synthesis.PromptVolume with get, set
Public Property Volume As PromptVolume

プロパティ値

スタイルの音量 (ラウドネス) の設定を返します。

注釈

DefaultPromptVolume設定はフル ボリュームであり、ExtraLoudと同じです。 その他の設定では、音声出力のボリュームがフル ボリュームに対して減少します。

適用対象