ITMSMCPCustomCloudImageAI.IsRequestComplete Method
Reports whether a polled response indicates that the image is finished and can be read from the response.
API unit family: TMS.MCP.CloudImageAI
Declaring type: ITMSMCPCustomCloudImageAI
Syntax
function IsRequestComplete(const ARequestResult: TJSONValue): Boolean;
Remarks
Only consulted while polling. Implementations that never poll return True unconditionally. A response that is neither complete nor pending is treated as a failure by the caller.
Parameters
| Name | Description |
|---|---|
ARequestResult |
Parsed response body of the poll request. |
Returns
True when the result is ready and the image can be extracted; False when it is not.