tencentcloud-sdk-nodejs-mps 4.1.151 → 4.1.153

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-mps",
3
- "version": "4.1.151",
3
+ "version": "4.1.153",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -85,18 +85,18 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
85
85
  DescribeWordSamples(req: DescribeWordSamplesRequest, cb?: (error: string, rep: DescribeWordSamplesResponse) => void): Promise<DescribeWordSamplesResponse>;
86
86
  /**
87
87
  * 对 URL视频链接 或 COS 中的媒体文件发起处理任务,功能包括:
88
- 1. 视频转码(普通转码、极速高清转码、音视频增强);
89
- 2. 视频转动图;
90
- 3. 对视频按指定时间点截图;
91
- 4. 对视频采样截图;
92
- 5. 对视频截图雪碧图;
93
- 6. 对视频转自适应码流;
94
- 7. 智能内容审核(例如鉴黄、敏感信息检测);
95
- 8. 智能内容分析(例如标签、分类、封面、按帧标签、拆条、集锦、片头片尾、游戏打点);
96
- 9. 智能内容识别(例如人脸、文本全文、文本关键词、语音全文、语音关键词、语音翻译、物体识别);
97
- 10. 媒体质检(例如媒体格式诊断、音画内容检测、无参考打分,其中音画内容检测主要针对抖动、模糊、低光照、过曝光、花屏、噪点、马赛克、二维码等问题);
98
- 11. 智能字幕(例如语音全文、语音热词、语音翻译);
99
- 12. 智能擦除(去水印、去字幕、隐私保护);
88
+ - 音视频转码(例如普通转码、极速高清转码、音视频增强、添加明水印、添加数字水印);
89
+ - 音视频转自适应码流;
90
+ - 视频转动图;
91
+ - 对视频按指定时间点截图;
92
+ - 对视频采样截图;
93
+ - 对视频截图雪碧图;
94
+ - 媒体质检(例如媒体格式诊断、音画内容检测、无参考打分,其中音画内容检测主要针对抖动、模糊、低光照、过曝光、花屏、噪点、马赛克、二维码等问题);
95
+ - 智能字幕(例如生成字幕并翻译);
96
+ - 智能擦除(例如去水印、去字幕、隐私保护);
97
+ - 智能内容审核(例如鉴黄、敏感信息检测);
98
+ - 智能内容分析(例如标签、分类、封面、按帧标签、拆条、集锦、片头片尾、游戏打点);
99
+ - 智能内容识别(例如人脸、文本全文、文本关键词、语音全文、语音关键词、语音翻译、物体识别);
100
100
  */
101
101
  ProcessMedia(req: ProcessMediaRequest, cb?: (error: string, rep: ProcessMediaResponse) => void): Promise<ProcessMediaResponse>;
102
102
  /**
@@ -329,7 +329,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
329
329
  */
330
330
  CreateLiveRecordTemplate(req: CreateLiveRecordTemplateRequest, cb?: (error: string, rep: CreateLiveRecordTemplateResponse) => void): Promise<CreateLiveRecordTemplateResponse>;
331
331
  /**
332
- * 创建用户自定义数字水印模板,数量上限:1000。
332
+ * 创建用户自定义数字水印模板。
333
333
  */
334
334
  CreateBlindWatermarkTemplate(req: CreateBlindWatermarkTemplateRequest, cb?: (error: string, rep: CreateBlindWatermarkTemplateResponse) => void): Promise<CreateBlindWatermarkTemplateResponse>;
335
335
  /**
@@ -139,18 +139,18 @@ class Client extends TencentCloudCommon.AbstractClient {
139
139
  }
140
140
  /**
141
141
  * 对 URL视频链接 或 COS 中的媒体文件发起处理任务,功能包括:
142
- 1. 视频转码(普通转码、极速高清转码、音视频增强);
143
- 2. 视频转动图;
144
- 3. 对视频按指定时间点截图;
145
- 4. 对视频采样截图;
146
- 5. 对视频截图雪碧图;
147
- 6. 对视频转自适应码流;
148
- 7. 智能内容审核(例如鉴黄、敏感信息检测);
149
- 8. 智能内容分析(例如标签、分类、封面、按帧标签、拆条、集锦、片头片尾、游戏打点);
150
- 9. 智能内容识别(例如人脸、文本全文、文本关键词、语音全文、语音关键词、语音翻译、物体识别);
151
- 10. 媒体质检(例如媒体格式诊断、音画内容检测、无参考打分,其中音画内容检测主要针对抖动、模糊、低光照、过曝光、花屏、噪点、马赛克、二维码等问题);
152
- 11. 智能字幕(例如语音全文、语音热词、语音翻译);
153
- 12. 智能擦除(去水印、去字幕、隐私保护);
142
+ - 音视频转码(例如普通转码、极速高清转码、音视频增强、添加明水印、添加数字水印);
143
+ - 音视频转自适应码流;
144
+ - 视频转动图;
145
+ - 对视频按指定时间点截图;
146
+ - 对视频采样截图;
147
+ - 对视频截图雪碧图;
148
+ - 媒体质检(例如媒体格式诊断、音画内容检测、无参考打分,其中音画内容检测主要针对抖动、模糊、低光照、过曝光、花屏、噪点、马赛克、二维码等问题);
149
+ - 智能字幕(例如生成字幕并翻译);
150
+ - 智能擦除(例如去水印、去字幕、隐私保护);
151
+ - 智能内容审核(例如鉴黄、敏感信息检测);
152
+ - 智能内容分析(例如标签、分类、封面、按帧标签、拆条、集锦、片头片尾、游戏打点);
153
+ - 智能内容识别(例如人脸、文本全文、文本关键词、语音全文、语音关键词、语音翻译、物体识别);
154
154
  */
155
155
  async ProcessMedia(req, cb) {
156
156
  return this.request("ProcessMedia", req, cb);
@@ -493,7 +493,7 @@ class Client extends TencentCloudCommon.AbstractClient {
493
493
  return this.request("CreateLiveRecordTemplate", req, cb);
494
494
  }
495
495
  /**
496
- * 创建用户自定义数字水印模板,数量上限:1000。
496
+ * 创建用户自定义数字水印模板。
497
497
  */
498
498
  async CreateBlindWatermarkTemplate(req, cb) {
499
499
  return this.request("CreateBlindWatermarkTemplate", req, cb);
@@ -11112,7 +11112,7 @@ export interface CreateScheduleResponse {
11112
11112
  */
11113
11113
  export interface DescribeAIAnalysisTemplatesRequest {
11114
11114
  /**
11115
- * 视频内容分析模板唯一标识过滤条件,数组长度限制:10
11115
+ * 视频内容分析模板唯一标识过滤条件,数组长度限制:100
11116
11116
  */
11117
11117
  Definitions?: Array<number | bigint>;
11118
11118
  /**
@@ -20728,7 +20728,7 @@ export interface CreateImageSpriteTemplateResponse {
20728
20728
  */
20729
20729
  export interface DescribeAIRecognitionTemplatesRequest {
20730
20730
  /**
20731
- * 视频内容识别模板唯一标识过滤条件,数组长度限制:10
20731
+ * 视频内容识别模板唯一标识过滤条件,数组长度限制:100
20732
20732
  */
20733
20733
  Definitions?: Array<number | bigint>;
20734
20734
  /**