Table of Contents

TTMSMCPCloudImageAI.CustomOptions Property

Extra parameters merged into the body of every outgoing request.

API unit family: TMS.MCP.CloudImageAI Declaring type: TTMSMCPCloudImageAI Inherited from: TTMSMCPCustomCloudImageAI Type: string

Syntax

property CustomOptions: string;

Remarks

Written as a comma-separated list of JSON name/value pairs without the enclosing braces, for example "size": "1024x1024". Where the pairs end up in the request depends on the selected service: they may be added to the request body, nested inside a configuration object, or sent as additional form fields. Invalid content raises a parse error while the request is being built.