SpeechOptions.Pitch Property

Definition

The pitch to use when speaking.

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

This value should be between 0f and 2.0f.

Applies to