你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImageGenTool.Size Property

Definition

The size of the generated image. One of 1024x1024, 1024x1536, 1536x1024, or auto. Default: auto.

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

Property Value

Applies to