ImageGenerationRequest.OriginalImages 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 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.