Del via


TextToSpeechOptions.Pitch Property

Definition

Gets or sets the speech pitch multiplier.

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

Property Value

Remarks

A value of 1.0 represents normal pitch. Values greater than 1.0 increase pitch; values less than 1.0 decrease pitch. The valid range is provider-specific.

Applies to