tencentcloud-sdk-nodejs-aiart 4.1.184 → 4.1.186

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.184",
3
+ "version": "4.1.186",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -523,11 +523,11 @@ export interface ChangeClothesResponse {
523
523
  */
524
524
  export interface SubmitTextToImageJobRequest {
525
525
  /**
526
- * <p>文本描述。<br>算法将根据输入的文本智能生成与之相关的图像。<br>不能为空,推荐使用中文。最多可传1024个 utf-8 字符。</p>
526
+ * <p>文本描述。<br>算法将根据输入的文本智能生成与之相关的图像。<br>不能为空,推荐使用中文。最多可传8192个 utf-8 字符。</p>
527
527
  */
528
528
  Prompt: string;
529
529
  /**
530
- * <p>垫图url列表,大小不超过10MB,支持 jpg jpeg png webp格式,最多3张图</p>
530
+ * <p>垫图url列表,base64后大小不超过10MB,支持 jpg jpeg png webp格式,最多3张图</p>
531
531
  */
532
532
  Images?: Array<string>;
533
533
  /**