tencentcloud-sdk-nodejs 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.
@@ -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
- * 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
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
- * 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
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 张主体图片。</p><ul><li>注1:支持传入图片 Base64 编码或图片URL(确保可访问);</li><li>注2:最多支持输入 3 张图;</li><li>注3:图片支持 png、jpeg、jpg、webp格式;</li><li>注4:图片比例需要小于 1:4 或者 4:1 ;</li><li>注5:图片大小不超过 50 MB;</li></ul>
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>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</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
- * 大模型解析模板唯一标识过滤条件,数组长度最大值:100
15326
+ * <p>大模型解析模板唯一标识过滤条件,数组长度最大值:100。</p>
15325
15327
  */
15326
15328
  Definitions?: Array<number | bigint>;
15327
15329
  /**
15328
- * 分页偏移量,默认值:0
15330
+ * <p>分页偏移量,默认值:0。</p>
15329
15331
  */
15330
15332
  Offset?: number;
15331
15333
  /**
15332
- * 返回记录条数,默认值:10,最大值:100
15334
+ * <p>返回记录条数,默认值:10,最大值:100。</p>
15333
15335
  */
15334
15336
  Limit?: number;
15335
15337
  }
@@ -308,6 +308,14 @@ export interface ResetTrafficMirrorFilterRequest {
308
308
  * 流量镜像需要过滤的五元组规则
309
309
  */
310
310
  CollectorNormalFilters?: Array<TrafficMirrorFilter>;
311
+ /**
312
+ * 流量镜像入站过滤规则。
313
+ */
314
+ IngressFilterRules?: Array<TrafficMirrorFilter>;
315
+ /**
316
+ * 流量镜像出站过滤规则。
317
+ */
318
+ EgressFilterRules?: Array<TrafficMirrorFilter>;
311
319
  }
312
320
  /**
313
321
  * DescribeBandwidthPackageResources请求参数结构体
@@ -15921,7 +15929,8 @@ export interface CCN {
15921
15929
  */
15922
15930
  export interface RemoveBandwidthPackageResourcesRequest {
15923
15931
  /**
15924
- * 资源唯一ID,当前支持EIP资源和LB资源,形如'eip-xxxx', 'lb-xxxx'EIP资源列表可通过[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取,LB资源列表可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/api/214/30685)接口获取。
15932
+ * 资源唯一ID,当前支持EIP资源和LB资源,形如'eip-xxxx', 'lb-xxxx'。<li>EIP资源列表:可通过[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取。高防EIP、Anycast EIP、精品BGP EIP默认不支持从共享带宽包中移除,其中高防EIP和精品BGP IP可以迁移到其他同线路类型的共享带宽包中。</li><li>LB资源列表:可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/api/214/30685)接口获取。</li>
15933
+
15925
15934
  */
15926
15935
  ResourceIds?: Array<string>;
15927
15936
  /**
@@ -16121,7 +16130,7 @@ export interface UpdateTrafficMirrorAllFilterRequest {
16121
16130
  /**
16122
16131
  * 流量镜像采集方向
16123
16132
  */
16124
- Direction: string;
16133
+ Direction?: string;
16125
16134
  /**
16126
16135
  * 流量镜像采集对象
16127
16136
  */
@@ -16134,6 +16143,14 @@ export interface UpdateTrafficMirrorAllFilterRequest {
16134
16143
  * 流量镜像需要过滤的五元组规则
16135
16144
  */
16136
16145
  CollectorNormalFilters?: Array<TrafficMirrorFilter>;
16146
+ /**
16147
+ * 流量镜像入站过滤规则。
16148
+ */
16149
+ IngressFilterRules?: Array<TrafficMirrorFilter>;
16150
+ /**
16151
+ * 流量镜像出站过滤规则。
16152
+ */
16153
+ EgressFilterRules?: Array<TrafficMirrorFilter>;
16137
16154
  }
16138
16155
  /**
16139
16156
  * DescribeTrafficMirrors返回参数结构体
@@ -16143,6 +16160,10 @@ export interface DescribeTrafficMirrorsResponse {
16143
16160
  * 流量镜像实例信息
16144
16161
  */
16145
16162
  TrafficMirrorSet?: Array<TrafficMirror>;
16163
+ /**
16164
+ * 符合条件的对象数
16165
+ */
16166
+ TotalCount?: number;
16146
16167
  /**
16147
16168
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16148
16169
  */
@@ -17482,7 +17503,15 @@ export interface UpdateTrafficMirrorDirectionRequest {
17482
17503
  */
17483
17504
  TrafficMirrorId: string;
17484
17505
  /**
17485
- * 流量镜像采集方向
17506
+ * 流量镜像采集方向。取值范围:
17507
+
17508
+ - EGRESS - 出方向采集
17509
+
17510
+ - INGRESS - 入方向采集
17511
+
17512
+ - ALL - 出入双向采集
17513
+
17514
+ - NO-DIRECTION - 不区分采集方向(新模式)。切换为该模式后将不再支持按方向采集,需通过 CreateTrafficMirrorFilterRules 接口创建带方向的过滤规则,过滤规则支持设置优先级和单独编辑。
17486
17515
  */
17487
17516
  Direction: string;
17488
17517
  }
@@ -19010,7 +19039,7 @@ export interface CreateTrafficMirrorRequest {
19010
19039
  */
19011
19040
  Direction?: string;
19012
19041
  /**
19013
- * 流量镜像的采集对象。
19042
+ * 流量镜像的采集对象 (最多支持20个采集对象)。
19014
19043
  */
19015
19044
  CollectorSrcs?: Array<string>;
19016
19045
  /**
@@ -19037,6 +19066,14 @@ export interface CreateTrafficMirrorRequest {
19037
19066
  * 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
19038
19067
  */
19039
19068
  Tags?: Array<Tag>;
19069
+ /**
19070
+ * 流量镜像入站过滤规则。
19071
+ */
19072
+ IngressFilterRules?: Array<TrafficMirrorFilter>;
19073
+ /**
19074
+ * 流量镜像出站过滤规则。
19075
+ */
19076
+ EgressFilterRules?: Array<TrafficMirrorFilter>;
19040
19077
  }
19041
19078
  /**
19042
19079
  * CheckTrafficMirror请求参数结构体