Share via


ImageGenTool.Background Property

Definition

Background type for the generated image. One of transparent, opaque, or auto. Default: auto.

public Azure.AI.AgentServer.Contracts.Generated.OpenAI.ImageGenToolBackground? Background { get; set; }
member this.Background : Nullable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ImageGenToolBackground> with get, set
Public Property Background As Nullable(Of ImageGenToolBackground)

Property Value

Applies to