tencentcloud-sdk-nodejs-aiart 4.1.204 → 4.1.211

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.204",
3
+ "version": "4.1.211",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -527,7 +527,7 @@ export interface SubmitTextToImageJobRequest {
527
527
  */
528
528
  Prompt: string;
529
529
  /**
530
- * <p>参考图,最多三张图。 - Base64 或 Url 。 - 单张图片限制:图片base64后大小小于6M ;格式支持 jpg、jpeg、png、bmp、tiff、webp。</p>
530
+ * <p>参考图,最多三张图。 - Base64 或 Url 。</p><ul><li>单张图片限制:输入图分辨率单边最小50,最大5000;图片base64后大小小于6M ;格式支持 jpg、jpeg、png、bmp、tiff、webp。</li></ul>
531
531
  */
532
532
  Images?: Array<string>;
533
533
  /**
@@ -535,7 +535,7 @@ export interface SubmitTextToImageJobRequest {
535
535
  */
536
536
  Resolution?: string;
537
537
  /**
538
- * <p>随机种子,默认随机。<br>不传:随机种子生成。<br>正数:固定种子生成。<br>扩写开启时固定种子不生效,将保持随机。</p>
538
+ * <p>随机种子,默认随机。<br>不传:随机种子生成。<br>正数:固定种子生成。<br>扩写开启时固定种子不生效,将保持随机。<br>取值范围:1 - 4294967295</p>
539
539
  */
540
540
  Seed?: number;
541
541
  /**