ImageGenerationOptions.Clone Method
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.
Produces a clone of the current ImageGenerationOptions instance.
public:
virtual Microsoft::Extensions::AI::ImageGenerationOptions ^ Clone();
public virtual Microsoft.Extensions.AI.ImageGenerationOptions Clone();
abstract member Clone : unit -> Microsoft.Extensions.AI.ImageGenerationOptions
override this.Clone : unit -> Microsoft.Extensions.AI.ImageGenerationOptions
Public Overridable Function Clone () As ImageGenerationOptions
Returns
A clone of the current ImageGenerationOptions instance.