Del via


TextToSpeechOptions.Volume Property

Definition

Gets or sets the speech volume level.

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

The valid range and interpretation is provider-specific; a common convention is 0.0 (silent) to 1.0 (full volume).

Applies to