tencentcloud-sdk-nodejs-aiart 4.1.211 → 4.1.216

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-aiart",
3
- "version": "4.1.211",
3
+ "version": "4.1.216",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -776,22 +776,22 @@ export interface QueryTextToImageProJobResponse {
776
776
  */
777
777
  export interface LogoRect {
778
778
  /**
779
- * 左上角X坐标
779
+ * <p>左上角X坐标</p>
780
780
  注意:此字段可能返回 null,表示取不到有效值。
781
781
  */
782
782
  X?: number;
783
783
  /**
784
- * 左上角Y坐标
784
+ * <p>左上角Y坐标</p>
785
785
  注意:此字段可能返回 null,表示取不到有效值。
786
786
  */
787
787
  Y?: number;
788
788
  /**
789
- * 方框宽度
789
+ * <p>方框宽度<br>单位为 px</p>
790
790
  注意:此字段可能返回 null,表示取不到有效值。
791
791
  */
792
792
  Width?: number;
793
793
  /**
794
- * 方框高度
794
+ * <p>方框高度<br>单位为 px</p>
795
795
  注意:此字段可能返回 null,表示取不到有效值。
796
796
  */
797
797
  Height?: number;