Share via


SpeechOptions.Volume Property

Definition

The volume to use when speaking.

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)

Property Value

Remarks

This value should be between 0f and 1.0f.

Applies to