ITMSMCPCustomCloudImageAIProperties.GetImages Method
Returns the collection of reference images that should accompany the prompt.
API unit family: TMS.MCP.CloudImageAI
Declaring type: ITMSMCPCustomCloudImageAIProperties
Syntax
function GetImages: TTMSMCPCloudAIImages;
Remarks
The returned collection is the one owned by the component, not a copy. Read it and read the streams of its items, but never free it and do not free the streams it hands out.
Returns
The image collection, which is empty when no reference images are configured.