Logo parameter
Used by actions: SubmitImageAnimateJob.
Name | Type | Required | Description |
---|---|---|---|
LogoUrl | String | No | Watermark URL Note: This field may return null, indicating that no valid values can be obtained. |
LogoImage | String | No | Watermark Base64 code is supported. Either the Base64 code or URL must be provided. If both are provided, the URL prevails. Note: This field may return null, indicating that no valid values can be obtained. |
LogoRect | LogoRect | No | The coordinates of the watermark image in the generated image. The mark image will be expanded according to the coordinates. Note: This field may return null, indicating that no valid values can be obtained. |
Input box
Used by actions: SubmitImageAnimateJob.
Name | Type | Required | Description |
---|---|---|---|
X | Integer | No | X-axis coordinate of the upper left corner Note: This field may return null, indicating that no valid values can be obtained. |
Y | Integer | No | Y-axis coordinate of the upper left corner Note: This field may return null, indicating that no valid values can be obtained. |
Width | Integer | No | Box width Note: This field may return null, indicating that no valid values can be obtained. |
Height | Integer | No | Box height Note: This field may return null, indicating that no valid values can be obtained. |
Was this page helpful?