Share via


OpenAIAudioToTextExecutionSettings.ResponseFormat Property

Definition

The format of the transcript output, in one of these options: json, srt, verbose_json, or vtt. Default is 'json'.

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

Property Value

Attributes

Applies to