OpenAITextToImageExecutionSettings.Quality 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 quality of the image that will be generated.
[System.Text.Json.Serialization.JsonPropertyName("quality")]
public string? Quality { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("quality")>]
member this.Quality : string with get, set
Public Property Quality As String
Property Value
- Attributes
Remarks
Must be one of standard or hd or high.
dall-e-3 model.