Table of Contents

ITMSMCPCloudImageAIService Interface

Factory that creates and releases the service implementation for one image service.

API unit family: TMS.MCP.CloudImageAI Extends: IInterface

Syntax

ITMSMCPCloudImageAIService = interface(IInterface)

Remarks

One factory is registered per supported service when the unit is initialized, and is unregistered when the unit is finalized. Applications select a service through the component rather than resolving a factory themselves.

Methods

Name Description
CreateCloudImageAI Creates a service implementation and keeps a reference to it until it is released again.
DestroyCloudImageAI Releases an implementation previously created by this factory.