Share via


OpenAITextToImageExecutionSettings.Style Property

Definition

The style of the generated images.

[System.Text.Json.Serialization.JsonPropertyName("style")]
public string? Style { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("style")>]
member this.Style : string with get, set
Public Property Style As String

Property Value

Attributes

Remarks

Must be one of vivid or natural.

This param is only supported for dall-e-3 model.

Applies to