tencentcloud-sdk-nodejs-mps 4.1.150 → 4.1.152
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
|
@@ -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
|
-
*
|
|
332
|
+
* 创建用户自定义数字水印模板。
|
|
333
333
|
*/
|
|
334
334
|
CreateBlindWatermarkTemplate(req: CreateBlindWatermarkTemplateRequest, cb?: (error: string, rep: CreateBlindWatermarkTemplateResponse) => void): Promise<CreateBlindWatermarkTemplateResponse>;
|
|
335
335
|
/**
|
|
@@ -493,7 +493,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
493
493
|
return this.request("CreateLiveRecordTemplate", req, cb);
|
|
494
494
|
}
|
|
495
495
|
/**
|
|
496
|
-
*
|
|
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
|
-
* 视频内容分析模板唯一标识过滤条件,数组长度限制:
|
|
11115
|
+
* 视频内容分析模板唯一标识过滤条件,数组长度限制:100。
|
|
11116
11116
|
*/
|
|
11117
11117
|
Definitions?: Array<number | bigint>;
|
|
11118
11118
|
/**
|
|
@@ -11210,10 +11210,11 @@ export interface ProcessImageRequest {
|
|
|
11210
11210
|
OutputPath?: string;
|
|
11211
11211
|
/**
|
|
11212
11212
|
* 图片处理模板唯一标识。
|
|
11213
|
+
图片模板功能内测中,如需使用请提交工单申请。
|
|
11213
11214
|
*/
|
|
11214
11215
|
Definition?: number;
|
|
11215
11216
|
/**
|
|
11216
|
-
* 资源ID
|
|
11217
|
+
* 资源ID,需要保证对应资源是开启状态。默认为账号主资源ID。
|
|
11217
11218
|
*/
|
|
11218
11219
|
ResourceId?: string;
|
|
11219
11220
|
/**
|
|
@@ -14965,6 +14966,7 @@ export interface ImageEraseLogoConfig {
|
|
|
14965
14966
|
* 图片框选区域类型,可选值:
|
|
14966
14967
|
<li>logo:图标;</li>
|
|
14967
14968
|
<li>text:文字;</li>
|
|
14969
|
+
<li>watermark:水印;</li>
|
|
14968
14970
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14969
14971
|
*/
|
|
14970
14972
|
DetectTypes?: Array<string>;
|
|
@@ -20726,7 +20728,7 @@ export interface CreateImageSpriteTemplateResponse {
|
|
|
20726
20728
|
*/
|
|
20727
20729
|
export interface DescribeAIRecognitionTemplatesRequest {
|
|
20728
20730
|
/**
|
|
20729
|
-
* 视频内容识别模板唯一标识过滤条件,数组长度限制:
|
|
20731
|
+
* 视频内容识别模板唯一标识过滤条件,数组长度限制:100。
|
|
20730
20732
|
*/
|
|
20731
20733
|
Definitions?: Array<number | bigint>;
|
|
20732
20734
|
/**
|