Share via


OpenAIAudioToTextExecutionSettings.Prompt Property

Definition

An optional text to guide the model's style or continue a previous audio segment. The prompt should match the audio language.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("prompt")]
public string? Prompt { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("prompt")>]
member this.Prompt : string with get, set
Public Property Prompt As String

Property Value

Attributes

Applies to