ITMSMCPCustomCloudImageAI.NeedsPolling Method
Reports whether the service answers a request with a job reference that has to be polled instead of the finished image.
API unit family: TMS.MCP.CloudImageAI
Declaring type: ITMSMCPCustomCloudImageAI
Syntax
function NeedsPolling: Boolean;
Remarks
May vary per operation: an implementation can poll for one operation and answer directly for another, so it is queried again for every request.
Returns
True when the caller must follow up with poll requests; False when the first response already carries the image.