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

プロパティ値

スタイルの音量の設定を返します。

注釈

PromptVolume設定はDefault、ボリューム全体です。これは とExtraLoud同じです。 その他の設定では、フル ボリュームに対する音声出力の量が減少します。

適用対象