OpenAITextToAudioExecutionSettings.Speed 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.
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