ImageGenTool.Quality 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 quality of the generated image. One of low, medium, high,
or auto. Default: auto.
public Azure.AI.AgentServer.Contracts.Generated.OpenAI.ImageGenToolQuality? Quality { get; set; }
member this.Quality : Nullable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ImageGenToolQuality> with get, set
Public Property Quality As Nullable(Of ImageGenToolQuality)