tencentcloud-sdk-nodejs-aiart 4.1.158 → 4.1.166

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.158",
3
+ "version": "4.1.166",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -266,6 +266,10 @@ export interface SubmitTemplateToImageJobRequest {
266
266
  * 绘画风格当前仅支持美术馆风格(gallerying)。
267
267
  */
268
268
  Style?: string;
269
+ /**
270
+ * 特效模式,默认使用人像模式。 Person:人像模式,仅支持上传人像图片,人像生成效果更好【这里需要加非人脸的拦截】。 Pet:宠物模式,支持宠物等非人像图片。 示例值:Person
271
+ */
272
+ Mode?: string;
269
273
  /**
270
274
  * 为生成结果图添加显式水印标识的开关,默认为1。
271
275
  1:添加。