OpenAITextToImageExecutionSettings.Size 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.
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))