TextToSpeechOptions.Volume Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).