tencentcloud-sdk-nodejs-vclm 4.0.1034 → 4.0.1050
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-vclm",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "4.0.1050",
|
|
4
|
+
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "tencentcloud/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "mocha -t 10000",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"author": "tencentcloudapi",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"tencentcloud-sdk-nodejs-common": "
|
|
25
|
+
"tencentcloud-sdk-nodejs-common": "*",
|
|
26
26
|
"tslib": "1.13.0"
|
|
27
27
|
},
|
|
28
28
|
"directories": {
|
|
@@ -35,14 +35,19 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/form-data": "^2.5.0",
|
|
38
|
+
"@types/json-bigint": "^1.0.1",
|
|
38
39
|
"@types/node": "^14.0.26",
|
|
39
40
|
"@types/node-fetch": "^2.5.7",
|
|
41
|
+
"@types/uuid": "^9.0.8",
|
|
40
42
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
41
43
|
"@typescript-eslint/parser": "^2.34.0",
|
|
44
|
+
"babel-eslint": "^10.0.2",
|
|
42
45
|
"chai": "^4.2.0",
|
|
43
46
|
"eslint": "^6.8.0",
|
|
47
|
+
"eslint-plugin-react": "^7.17.0",
|
|
44
48
|
"mocha": "^8.1.1",
|
|
49
|
+
"prettier": "^2.3.0",
|
|
45
50
|
"ts-node": "^8.10.2",
|
|
46
51
|
"typescript": "^3.9.7"
|
|
47
52
|
}
|
|
48
|
-
}
|
|
53
|
+
}
|
|
@@ -84,9 +84,19 @@ export interface CheckAnimateImageJobRequest {
|
|
|
84
84
|
*/
|
|
85
85
|
ImageBase64?: string
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* 是否对输入图采用加强检测方案。
|
|
88
|
+
|
|
89
|
+
默认不加强检测(false),仅对输入图做必要的基础检测。
|
|
90
|
+
|
|
91
|
+
开启加强检测(true)有助于提升效果稳定性,将根据选择的动作模板提取建议的人体关键点,并判断输入图中是否包含这些人体关键点。加强检测仅对人像输入图生效,对非人输入图不生效。
|
|
88
92
|
*/
|
|
89
93
|
EnableBodyJoins?: boolean
|
|
94
|
+
/**
|
|
95
|
+
* 是否开启人脸检测。
|
|
96
|
+
|
|
97
|
+
默认开启人脸检测(true),拦截主体为人像但无人脸、人脸不完整或被遮挡的输入图。可选关闭人脸检测(false)。
|
|
98
|
+
*/
|
|
99
|
+
EnableFace?: boolean
|
|
90
100
|
}
|
|
91
101
|
|
|
92
102
|
/**
|
|
@@ -306,7 +316,11 @@ export interface SubmitImageAnimateJobRequest {
|
|
|
306
316
|
*/
|
|
307
317
|
EnableAudio?: boolean
|
|
308
318
|
/**
|
|
309
|
-
*
|
|
319
|
+
* 是否对输入图采用加强检测方案。
|
|
320
|
+
|
|
321
|
+
默认不加强检测(false),仅对输入图做必要的基础检测。
|
|
322
|
+
|
|
323
|
+
开启加强检测(true)有助于提升效果稳定性,将根据选择的动作模板提取建议的人体关键点,并判断输入图中是否包含这些人体关键点。加强检测仅对人像输入图生效,对非人输入图不生效。
|
|
310
324
|
*/
|
|
311
325
|
EnableBodyJoins?: boolean
|
|
312
326
|
/**
|
|
@@ -328,6 +342,12 @@ false:不分割结果视频,结果视频(ResultVideoUrl)为带背景的
|
|
|
328
342
|
默认在生成视频的右下角添加“视频由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
|
|
329
343
|
*/
|
|
330
344
|
LogoParam?: LogoParam
|
|
345
|
+
/**
|
|
346
|
+
* 是否开启人脸检测。
|
|
347
|
+
|
|
348
|
+
默认开启人脸检测(true),拦截主体为人像但无人脸、人脸不完整或被遮挡的输入图。可选关闭人脸检测(false)。
|
|
349
|
+
*/
|
|
350
|
+
EnableFace?: boolean
|
|
331
351
|
}
|
|
332
352
|
|
|
333
353
|
/**
|
|
@@ -65,9 +65,19 @@ export interface CheckAnimateImageJobRequest {
|
|
|
65
65
|
*/
|
|
66
66
|
ImageBase64?: string;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* 是否对输入图采用加强检测方案。
|
|
69
|
+
|
|
70
|
+
默认不加强检测(false),仅对输入图做必要的基础检测。
|
|
71
|
+
|
|
72
|
+
开启加强检测(true)有助于提升效果稳定性,将根据选择的动作模板提取建议的人体关键点,并判断输入图中是否包含这些人体关键点。加强检测仅对人像输入图生效,对非人输入图不生效。
|
|
69
73
|
*/
|
|
70
74
|
EnableBodyJoins?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* 是否开启人脸检测。
|
|
77
|
+
|
|
78
|
+
默认开启人脸检测(true),拦截主体为人像但无人脸、人脸不完整或被遮挡的输入图。可选关闭人脸检测(false)。
|
|
79
|
+
*/
|
|
80
|
+
EnableFace?: boolean;
|
|
71
81
|
}
|
|
72
82
|
/**
|
|
73
83
|
* DescribeVideoStylizationJob请求参数结构体
|
|
@@ -278,7 +288,11 @@ export interface SubmitImageAnimateJobRequest {
|
|
|
278
288
|
*/
|
|
279
289
|
EnableAudio?: boolean;
|
|
280
290
|
/**
|
|
281
|
-
*
|
|
291
|
+
* 是否对输入图采用加强检测方案。
|
|
292
|
+
|
|
293
|
+
默认不加强检测(false),仅对输入图做必要的基础检测。
|
|
294
|
+
|
|
295
|
+
开启加强检测(true)有助于提升效果稳定性,将根据选择的动作模板提取建议的人体关键点,并判断输入图中是否包含这些人体关键点。加强检测仅对人像输入图生效,对非人输入图不生效。
|
|
282
296
|
*/
|
|
283
297
|
EnableBodyJoins?: boolean;
|
|
284
298
|
/**
|
|
@@ -300,6 +314,12 @@ export interface SubmitImageAnimateJobRequest {
|
|
|
300
314
|
默认在生成视频的右下角添加“视频由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
|
|
301
315
|
*/
|
|
302
316
|
LogoParam?: LogoParam;
|
|
317
|
+
/**
|
|
318
|
+
* 是否开启人脸检测。
|
|
319
|
+
|
|
320
|
+
默认开启人脸检测(true),拦截主体为人像但无人脸、人脸不完整或被遮挡的输入图。可选关闭人脸检测(false)。
|
|
321
|
+
*/
|
|
322
|
+
EnableFace?: boolean;
|
|
303
323
|
}
|
|
304
324
|
/**
|
|
305
325
|
* DescribeImageAnimateJob请求参数结构体
|