次の方法で共有


TextToSpeechOptions.Volume プロパティ

定義

音声ボリューム レベルを取得または設定します。

public:
 property Nullable<float> Volume { Nullable<float> get(); void set(Nullable<float> value); };
public float? Volume { get; set; }
member this.Volume : Nullable<single> with get, set
Public Property Volume As Nullable(Of Single)

プロパティ値

注釈

有効な範囲と解釈はプロバイダー固有です。一般的な規則は、0.0 (サイレント) から 1.0 (フル ボリューム) です。

適用対象