tencentcloud-sdk-nodejs-aiart 4.1.187 → 4.1.189
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
|
@@ -530,6 +530,14 @@ export interface SubmitTextToImageJobRequest {
|
|
|
530
530
|
* <p>垫图url列表,base64后大小不超过10MB,支持 jpg jpeg png webp格式,最多3张图</p>
|
|
531
531
|
*/
|
|
532
532
|
Images?: Array<string>;
|
|
533
|
+
/**
|
|
534
|
+
* <p>选择适配的生图能力类型。</p><p>枚举值:</p><ul><li>default: 通用生图</li><li>cover: 文章封面</li><li>ppt: 幻灯片PPT</li><li>poster: 创意海报</li></ul><p>默认值:default</p>
|
|
535
|
+
*/
|
|
536
|
+
SkillType?: string;
|
|
537
|
+
/**
|
|
538
|
+
* <p>生成的结果图片数量<br>取值范围: </p><ul><li>default:通用生图任务(1)</li><li>cover::封面(1)</li><li>ppt:幻灯片页数(1~20)</li><li>poster:生成图片张数(1)</li></ul><p>默认值:1</p>
|
|
539
|
+
*/
|
|
540
|
+
GeneratedImageCount?: number;
|
|
533
541
|
/**
|
|
534
542
|
* <p>生成图分辨率,默认1024:1024:</p><ul><li>宽高维度均在 [512, 2048] 像素范围内;</li><li>宽高乘积(即图像面积)不超过 1024×1024 像素;</li></ul>
|
|
535
543
|
*/
|