tencentcloud-sdk-nodejs-vod 4.1.190 → 4.1.192

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-vod",
3
- "version": "4.1.190",
3
+ "version": "4.1.192",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4209,6 +4209,31 @@ export interface AiAnalysisTaskCoverResult {
4209
4209
  */
4210
4210
  FinishTime?: string;
4211
4211
  }
4212
+ /**
4213
+ * 大模型解析人脸识别配置
4214
+ */
4215
+ export interface LLMComprehendFaceRecognitionForUpdate {
4216
+ /**
4217
+ *
4218
+ */
4219
+ Switch?: string;
4220
+ /**
4221
+ *
4222
+ */
4223
+ Score?: number;
4224
+ /**
4225
+ *
4226
+ */
4227
+ DefaultLibraryLabelSet?: Array<string>;
4228
+ /**
4229
+ *
4230
+ */
4231
+ UserDefineLibraryLabelSet?: Array<string>;
4232
+ /**
4233
+ *
4234
+ */
4235
+ FaceLibrary?: string;
4236
+ }
4212
4237
  /**
4213
4238
  * DescribeEventConfig请求参数结构体
4214
4239
  */
@@ -9241,6 +9266,31 @@ export interface DeleteHeadTailTemplateRequest {
9241
9266
  */
9242
9267
  SubAppId?: number;
9243
9268
  }
9269
+ /**
9270
+ * 大模型解析人脸识别配置
9271
+ */
9272
+ export interface LLMComprehendFaceRecognition {
9273
+ /**
9274
+ *
9275
+ */
9276
+ Switch: string;
9277
+ /**
9278
+ *
9279
+ */
9280
+ Score?: number;
9281
+ /**
9282
+ *
9283
+ */
9284
+ DefaultLibraryLabelSet?: Array<string>;
9285
+ /**
9286
+ *
9287
+ */
9288
+ UserDefineLibraryLabelSet?: Array<string>;
9289
+ /**
9290
+ *
9291
+ */
9292
+ FaceLibrary?: string;
9293
+ }
9244
9294
  /**
9245
9295
  * 智能标签结果类型
9246
9296
  */
@@ -10240,7 +10290,7 @@ export interface DescribeHeadTailTemplatesRequest {
10240
10290
  */
10241
10291
  export interface CreateLLMComprehendTemplateResponse {
10242
10292
  /**
10243
- * 大模型理解模板的唯一标识
10293
+ * <p>大模型理解模板的唯一标识</p>
10244
10294
  */
10245
10295
  Definition?: number;
10246
10296
  /**
@@ -10982,35 +11032,37 @@ export interface LiveRealTimeClipMediaSegmentInfo {
10982
11032
  */
10983
11033
  export interface ModifyLLMComprehendTemplateRequest {
10984
11034
  /**
10985
- * 大模型理解模板的唯一标识
11035
+ * <p>大模型理解模板的唯一标识</p>
10986
11036
  */
10987
11037
  Definition: number;
10988
11038
  /**
10989
- * <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
11039
+ * <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
10990
11040
  */
10991
11041
  SubAppId?: number;
10992
11042
  /**
10993
- * 大模型解析模板名称,长度限制:64 个字符。
11043
+ * <p>大模型解析模板名称,长度限制:64 个字符。</p>
10994
11044
  */
10995
11045
  Name?: string;
10996
11046
  /**
10997
- * 大模型解析模板描述信息,长度限制:256 个字符。
11047
+ * <p>大模型解析模板描述信息,长度限制:256 个字符。</p>
10998
11048
  */
10999
11049
  Comment?: string;
11000
11050
  /**
11001
- * 解析模型,可选值为:
11002
- - Basic: 基础模型
11003
- - Pro: 优化模型
11051
+ * <p>解析模型,可选值为:</p><ul><li>Basic: 基础模型</li><li>Pro: 优化模型</li></ul>
11004
11052
  */
11005
11053
  Model?: string;
11006
11054
  /**
11007
- * 分段摘要解析配置
11055
+ * <p>分段摘要解析配置</p>
11008
11056
  */
11009
11057
  Summary?: LLMComprehendSummaryForUpdate;
11010
11058
  /**
11011
- * 文本转录解析配置
11059
+ * <p>文本转录解析配置</p>
11012
11060
  */
11013
11061
  Asr?: LLMComprehendAsrForUpdate;
11062
+ /**
11063
+ * <p>人脸识别配置</p>
11064
+ */
11065
+ FaceRecognition?: LLMComprehendFaceRecognitionForUpdate;
11014
11066
  }
11015
11067
  /**
11016
11068
  * DeleteImageSpriteTemplate返回参数结构体
@@ -14215,31 +14267,33 @@ export interface DeleteReviewTemplateRequest {
14215
14267
  */
14216
14268
  export interface CreateLLMComprehendTemplateRequest {
14217
14269
  /**
14218
- * 解析级别,可选值为:
14219
- - Audio: 音频级解析
14220
- - Video: 视频级解析
14270
+ * <p>解析级别,可选值为:</p><ul><li>Audio: 音频级解析</li><li>Video: 视频级解析</li></ul>
14221
14271
  */
14222
14272
  Level: string;
14223
14273
  /**
14224
- * <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
14274
+ * <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
14225
14275
  */
14226
14276
  SubAppId?: number;
14227
14277
  /**
14228
- * 大模型解析模板名称,长度限制:64 个字符。
14278
+ * <p>大模型解析模板名称,长度限制:64 个字符。</p>
14229
14279
  */
14230
14280
  Name?: string;
14231
14281
  /**
14232
- * 大模型解析模板描述信息,长度限制:256 个字符。
14282
+ * <p>大模型解析模板描述信息,长度限制:256 个字符。</p>
14233
14283
  */
14234
14284
  Comment?: string;
14235
14285
  /**
14236
- * 分段摘要解析配置
14286
+ * <p>分段摘要解析配置</p>
14237
14287
  */
14238
14288
  Summary?: LLMComprehendSummary;
14239
14289
  /**
14240
- * 文本转录解析配置
14290
+ * <p>文本转录解析配置</p>
14241
14291
  */
14242
14292
  Asr?: LLMComprehendAsr;
14293
+ /**
14294
+ * <p>人脸识别配置</p>
14295
+ */
14296
+ FaceRecognition?: LLMComprehendFaceRecognition;
14243
14297
  }
14244
14298
  /**
14245
14299
  * 智能封面结果信息
@@ -17792,7 +17846,7 @@ export interface WatermarkInput {
17792
17846
  */
17793
17847
  export interface SearchMediaBySemanticsResponse {
17794
17848
  /**
17795
- * 媒体列表。
17849
+ * <p>媒体列表。</p>
17796
17850
  */
17797
17851
  SearchResults?: Array<SemanticsSearchResult>;
17798
17852
  /**
@@ -24363,29 +24417,31 @@ export interface DescribeJustInTimeTranscodeTemplatesRequest {
24363
24417
  */
24364
24418
  export interface SearchMediaBySemanticsRequest {
24365
24419
  /**
24366
- * <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
24420
+ * <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
24367
24421
  */
24368
24422
  SubAppId: number;
24369
24423
  /**
24370
- * 需要进行搜索的内容
24424
+ * <p>需要进行搜索的内容</p>
24371
24425
  */
24372
24426
  Text: string;
24373
24427
  /**
24374
- * 返回的记录条数,默认值:20
24428
+ * <p>返回的记录条数,默认值:20。</p><p>取值范围:[1, 100]</p>
24375
24429
  */
24376
24430
  Limit?: number;
24377
24431
  /**
24378
- * 文件类型。匹配集合中的任意元素: <li>Video: 视频文件</li> <li>Audio: 音频文件</li> <li>Image: 图片文件</li>
24432
+ * <p>文件类型。匹配集合中的任意元素: <li>Video: 视频文件</li> <li>Audio: 音频文件</li> <li>Image: 图片文件</li></p>
24379
24433
  */
24380
24434
  Categories?: Array<string>;
24381
24435
  /**
24382
- * 标签集合,匹配集合中任意元素。 <li>单个标签长度限制:32个字符。</li> <li>数组长度限制:16。</li>
24436
+ * <p>标签集合,匹配集合中任意元素。</p><p>入参限制:单个标签长度限制:32个字符。数组长度限制:16。</p>
24383
24437
  */
24384
24438
  Tags?: Array<string>;
24385
24439
  /**
24386
- * 搜索的任务类型,可选值有:
24387
- - AiAnalysis.DescriptionTask
24388
- - SmartSubtitle.AsrFullTextTask
24440
+ * <p>人物集合,匹配出现了所有传入人物的片段</p><p>入参限制:数组长度限制:16</p>
24441
+ */
24442
+ Persons?: Array<string>;
24443
+ /**
24444
+ * <p>搜索的任务类型,可选值有: </p><ul><li>AiAnalysis.DescriptionTask </li><li>SmartSubtitle.AsrFullTextTask</li></ul>
24389
24445
  */
24390
24446
  TaskTypes?: Array<string>;
24391
24447
  }