ImageGenerationRequest.OriginalImages Property

Definition

Gets or sets the original images to base edits on.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::Extensions::AI::AIContent ^> ^ OriginalImages { System::Collections::Generic::IEnumerable<Microsoft::Extensions::AI::AIContent ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::Extensions::AI::AIContent ^> ^ value); };
public System.Collections.Generic.IEnumerable<Microsoft.Extensions.AI.AIContent>? OriginalImages { get; set; }
member this.OriginalImages : seq<Microsoft.Extensions.AI.AIContent> with get, set
Public Property OriginalImages As IEnumerable(Of AIContent)

Property Value

Remarks

If this property is set, the request will behave as an image edit operation. If this property is null or empty, the request will behave as a new image generation operation.

Applies to