TTMSMCPCustomCloudImageAI.Images Property
Reference images sent together with the prompt when an image is generated.
API unit family: TMS.MCP.CloudImageAI
Declaring type: TTMSMCPCustomCloudImageAI
Type: TTMSMCPCloudAIImages
Syntax
property Images: TTMSMCPCloudAIImages;
Remarks
Empty by default. While it holds items, a prompt-only generate call is sent as an editing request that passes every item as a reference image; how many items a service accepts, and how it interprets their order, depends on the selected service. The collection is created with the component and freed with it, so it must never be freed by the caller; assigning a different collection replaces the reference without freeing the original and transfers ownership of the assigned one, so clear and refill the existing collection instead.