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