OpenAITextToAudioExecutionSettings.Voice 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 voice to use when generating the audio. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
[System.Text.Json.Serialization.JsonPropertyName("voice")]
public string Voice { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("voice")>]
member this.Voice : string with get, set
Public Property Voice As String
Property Value
- Attributes