tencentcloud-sdk-nodejs-vm 4.1.143 → 4.1.148
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
|
@@ -276,7 +276,7 @@ export interface DescribeTaskDetailResponse {
|
|
|
276
276
|
*/
|
|
277
277
|
Status?: string;
|
|
278
278
|
/**
|
|
279
|
-
* 该字段用于返回调用视频审核接口时输入的视频审核类型,取值为:**VIDEO
|
|
279
|
+
* 该字段用于返回调用视频审核接口时输入的视频审核类型,取值为:**VIDEO**(点播视频)、**LIVE_VIDEO**(直播视频)和**VIDEO_AIGC**(AI生成检测),默认值为VIDEO。
|
|
280
280
|
*/
|
|
281
281
|
Type?: string;
|
|
282
282
|
/**
|