ImageGenTool.OutputFormat 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.
The output format of the generated image. One of png, webp, or
jpeg. Default: png.
public Azure.AI.AgentServer.Contracts.Generated.OpenAI.ImageGenToolOutputFormat? OutputFormat { get; set; }
member this.OutputFormat : Nullable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ImageGenToolOutputFormat> with get, set
Public Property OutputFormat As Nullable(Of ImageGenToolOutputFormat)