tencentcloud-sdk-nodejs-aiart 4.1.210 → 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
|
@@ -776,22 +776,22 @@ export interface QueryTextToImageProJobResponse {
|
|
|
776
776
|
*/
|
|
777
777
|
export interface LogoRect {
|
|
778
778
|
/**
|
|
779
|
-
*
|
|
779
|
+
* <p>左上角X坐标</p>
|
|
780
780
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
781
781
|
*/
|
|
782
782
|
X?: number;
|
|
783
783
|
/**
|
|
784
|
-
*
|
|
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;
|