Share via


OpenAITextToAudioExecutionSettings.Speed Property

Definition

The speed of the generated audio. Select a value from 0.25 to 4.0. 1.0 is the default.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("speed")]
public float? Speed { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("speed")>]
member this.Speed : Nullable<single> with get, set
Public Property Speed As Nullable(Of Single)

Property Value

Attributes

Applies to