tencentcloud-sdk-nodejs-vod 4.1.204 → 4.1.205
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
|
@@ -624,7 +624,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
624
624
|
*/
|
|
625
625
|
CreateSceneAigcVideoTask(req: CreateSceneAigcVideoTaskRequest, cb?: (error: string, rep: CreateSceneAigcVideoTaskResponse) => void): Promise<CreateSceneAigcVideoTaskResponse>;
|
|
626
626
|
/**
|
|
627
|
-
*
|
|
627
|
+
* 删除用户自定义大模型解析模板。
|
|
628
628
|
|
|
629
629
|
注意:模板 ID 为 10000 以下的为系统预置模板,不允许删除。
|
|
630
630
|
*/
|
|
@@ -4233,23 +4233,23 @@ export interface AiAnalysisTaskCoverResult {
|
|
|
4233
4233
|
*/
|
|
4234
4234
|
export interface LLMComprehendFaceRecognitionForUpdate {
|
|
4235
4235
|
/**
|
|
4236
|
-
*
|
|
4236
|
+
* <p>人脸识别任务开关</p><p>枚举值:</p><ul><li>ON: 开启智能人脸识别任务</li><li>OFF: 关闭智能人脸识别任务</li></ul><p>默认值:OFF</p>
|
|
4237
4237
|
*/
|
|
4238
4238
|
Switch?: string;
|
|
4239
4239
|
/**
|
|
4240
|
-
*
|
|
4240
|
+
* <p>人脸识别过滤分数,当识别结果达到该分数以上,返回识别结果</p><p>取值范围:[0, 100]</p>
|
|
4241
4241
|
*/
|
|
4242
4242
|
Score?: number;
|
|
4243
4243
|
/**
|
|
4244
|
-
*
|
|
4244
|
+
* <p>默认人物过滤标签,指定需要返回的默认人物的标签。如果未填或者为空,则全部默认人物结果都返回。</p><p>枚举值:</p><ul><li>entertainment: 娱乐明星</li><li>sport: 体育明星</li><li>politician: 政治人物</li></ul>
|
|
4245
4245
|
*/
|
|
4246
4246
|
DefaultLibraryLabelSet?: Array<string>;
|
|
4247
4247
|
/**
|
|
4248
|
-
*
|
|
4248
|
+
* <p>用户自定义人物过滤标签,指定需要返回的用户自定义人物的标签。如果未填或者为空,则全部自定义人物结果都返回。 </p><p>入参限制:标签个数最多 100 个,每个标签长度最多 16 个字符。</p>
|
|
4249
4249
|
*/
|
|
4250
4250
|
UserDefineLibraryLabelSet?: Array<string>;
|
|
4251
4251
|
/**
|
|
4252
|
-
*
|
|
4252
|
+
* <p>人物库选择</p><p>枚举值:</p><ul><li>Default: 使用默认人物库</li><li>UserDefine: 使用用户自定义人物库</li><li>All: 同时使用默认人物库和用户自定义人物库</li></ul><p>默认值:All</p>
|
|
4253
4253
|
*/
|
|
4254
4254
|
FaceLibrary?: string;
|
|
4255
4255
|
}
|
|
@@ -6213,37 +6213,39 @@ export interface SetCLSPushTargetRequest {
|
|
|
6213
6213
|
*/
|
|
6214
6214
|
export interface LLMComprehendTemplateItem {
|
|
6215
6215
|
/**
|
|
6216
|
-
*
|
|
6216
|
+
* <p>图片异步处理模板唯一标识。</p>
|
|
6217
6217
|
*/
|
|
6218
6218
|
Definition?: number;
|
|
6219
6219
|
/**
|
|
6220
|
-
*
|
|
6220
|
+
* <p>图片异步处理模板名称。</p>
|
|
6221
6221
|
*/
|
|
6222
6222
|
Name?: string;
|
|
6223
6223
|
/**
|
|
6224
|
-
*
|
|
6224
|
+
* <p>图片异步处理模板描述信息。</p>
|
|
6225
6225
|
*/
|
|
6226
6226
|
Comment?: string;
|
|
6227
6227
|
/**
|
|
6228
|
-
*
|
|
6229
|
-
- Audio: 音频级解析
|
|
6230
|
-
- Video: 视频级解析
|
|
6228
|
+
* <p>解析级别,可选值为:</p><ul><li>Audio: 音频级解析</li><li>Video: 视频级解析</li></ul>
|
|
6231
6229
|
*/
|
|
6232
6230
|
Level?: string;
|
|
6233
6231
|
/**
|
|
6234
|
-
*
|
|
6232
|
+
* <p>分段摘要解析配置</p>
|
|
6235
6233
|
*/
|
|
6236
6234
|
Summary?: LLMComprehendSummary;
|
|
6237
6235
|
/**
|
|
6238
|
-
*
|
|
6236
|
+
* <p>文本转录解析配置</p>
|
|
6239
6237
|
*/
|
|
6240
6238
|
Asr?: LLMComprehendAsr;
|
|
6241
6239
|
/**
|
|
6242
|
-
*
|
|
6240
|
+
* <p>人脸识别解析配置</p>
|
|
6241
|
+
*/
|
|
6242
|
+
FaceRecognition?: LLMComprehendFaceRecognition;
|
|
6243
|
+
/**
|
|
6244
|
+
* <p>模板创建时间,使用 <a href="https://cloud.tencent.com/document/product/266/11732#I">ISO 日期格式</a>。</p>
|
|
6243
6245
|
*/
|
|
6244
6246
|
CreateTime?: string;
|
|
6245
6247
|
/**
|
|
6246
|
-
*
|
|
6248
|
+
* <p>模板最后修改时间,使用 <a href="https://cloud.tencent.com/document/product/266/11732#I">ISO 日期格式</a>。</p>
|
|
6247
6249
|
*/
|
|
6248
6250
|
UpdateTime?: string;
|
|
6249
6251
|
}
|
|
@@ -9291,23 +9293,23 @@ export interface DeleteHeadTailTemplateRequest {
|
|
|
9291
9293
|
*/
|
|
9292
9294
|
export interface LLMComprehendFaceRecognition {
|
|
9293
9295
|
/**
|
|
9294
|
-
*
|
|
9296
|
+
* <p>人脸识别任务开关</p><p>枚举值:</p><ul><li>ON: 开启智能人脸识别任务</li><li>OFF: 关闭智能人脸识别任务</li></ul><p>默认值:OFF</p>
|
|
9295
9297
|
*/
|
|
9296
9298
|
Switch: string;
|
|
9297
9299
|
/**
|
|
9298
|
-
*
|
|
9300
|
+
* <p>人脸识别过滤分数,当识别结果达到该分数以上,返回识别结果</p><p>取值范围:[0, 100]</p><p>默认值:95</p>
|
|
9299
9301
|
*/
|
|
9300
9302
|
Score?: number;
|
|
9301
9303
|
/**
|
|
9302
|
-
*
|
|
9304
|
+
* <p>默认人物过滤标签,指定需要返回的默认人物的标签。如果未填或者为空,则全部默认人物结果都返回。</p><p>枚举值:</p><ul><li>entertainment: 娱乐明星</li><li>sport: 体育明星</li><li>politician: 政治人物</li></ul>
|
|
9303
9305
|
*/
|
|
9304
9306
|
DefaultLibraryLabelSet?: Array<string>;
|
|
9305
9307
|
/**
|
|
9306
|
-
*
|
|
9308
|
+
* <p>用户自定义人物过滤标签,指定需要返回的用户自定义人物的标签。如果未填或者为空,则全部自定义人物结果都返回。 </p><p>入参限制:标签个数最多 100 个,每个标签长度最多 16 个字符。</p>
|
|
9307
9309
|
*/
|
|
9308
9310
|
UserDefineLibraryLabelSet?: Array<string>;
|
|
9309
9311
|
/**
|
|
9310
|
-
*
|
|
9312
|
+
* <p>人物库选择</p><p>枚举值:</p><ul><li>Default: 使用默认人物库</li><li>UserDefine: 使用用户自定义人物库</li><li>All: 同时使用默认人物库和用户自定义人物库</li></ul><p>默认值:All</p>
|
|
9311
9313
|
*/
|
|
9312
9314
|
FaceLibrary?: string;
|
|
9313
9315
|
}
|
|
@@ -9777,11 +9779,11 @@ export interface ModifyMediaInfoResponse {
|
|
|
9777
9779
|
*/
|
|
9778
9780
|
export interface DescribeLLMComprehendTemplatesResponse {
|
|
9779
9781
|
/**
|
|
9780
|
-
*
|
|
9782
|
+
* <p>符合过滤条件的记录总数。</p>
|
|
9781
9783
|
*/
|
|
9782
9784
|
TotalCount?: number;
|
|
9783
9785
|
/**
|
|
9784
|
-
*
|
|
9786
|
+
* <p>大模型解析模板详情列表。</p>
|
|
9785
9787
|
*/
|
|
9786
9788
|
LLMComprehendTemplateSet?: Array<LLMComprehendTemplateItem>;
|
|
9787
9789
|
/**
|
|
@@ -14127,7 +14129,7 @@ export interface CreateAigcSubjectRequest {
|
|
|
14127
14129
|
*/
|
|
14128
14130
|
SubjectName?: string;
|
|
14129
14131
|
/**
|
|
14130
|
-
* <p>主体图片,至少上传 1
|
|
14132
|
+
* <p>主体图片,至少上传 1 张主体图片。* 注1:支持传入图片URL(确保可访问);* 注2:最多支持输入 3 张图;* 注3:图片支持 png、jpeg、jpg、webp格式;* 注4:图片比例需要小于 1:4 或者 4:1 ;* 注5:图片大小不超过 50 MB;</p>
|
|
14131
14133
|
*/
|
|
14132
14134
|
SubjectImages?: Array<string>;
|
|
14133
14135
|
/**
|
|
@@ -15317,19 +15319,19 @@ export interface PornOcrReviewTemplateInfo {
|
|
|
15317
15319
|
*/
|
|
15318
15320
|
export interface DescribeLLMComprehendTemplatesRequest {
|
|
15319
15321
|
/**
|
|
15320
|
-
* <b
|
|
15322
|
+
* <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
|
|
15321
15323
|
*/
|
|
15322
15324
|
SubAppId?: number;
|
|
15323
15325
|
/**
|
|
15324
|
-
*
|
|
15326
|
+
* <p>大模型解析模板唯一标识过滤条件,数组长度最大值:100。</p>
|
|
15325
15327
|
*/
|
|
15326
15328
|
Definitions?: Array<number | bigint>;
|
|
15327
15329
|
/**
|
|
15328
|
-
*
|
|
15330
|
+
* <p>分页偏移量,默认值:0。</p>
|
|
15329
15331
|
*/
|
|
15330
15332
|
Offset?: number;
|
|
15331
15333
|
/**
|
|
15332
|
-
*
|
|
15334
|
+
* <p>返回记录条数,默认值:10,最大值:100。</p>
|
|
15333
15335
|
*/
|
|
15334
15336
|
Limit?: number;
|
|
15335
15337
|
}
|