Share via


OpenAITextToImageExecutionSettings.Size Property

Definition

Optional width and height of the generated image.

public(int Width, int Height)? Size { get; set; }
member this.Size : Nullable<ValueTuple<int, int>> with get, set
Public Property Size As Nullable(Of ValueTuple(Of Integer, Integer))

Property Value

Remarks

Applies to