tencent cloud

Feedback

Data Types

Last updated: 2024-11-28 15:16:07

LogoParam

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.

LogoRect

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.