HostedImageGenerationTool.Options 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.
Gets or sets the options used to configure image generation.
public:
property Microsoft::Extensions::AI::ImageGenerationOptions ^ Options { Microsoft::Extensions::AI::ImageGenerationOptions ^ get(); void set(Microsoft::Extensions::AI::ImageGenerationOptions ^ value); };
public Microsoft.Extensions.AI.ImageGenerationOptions? Options { get; set; }
member this.Options : Microsoft.Extensions.AI.ImageGenerationOptions with get, set
Public Property Options As ImageGenerationOptions