tencentcloud-sdk-nodejs 4.1.258 → 4.1.259

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.
Files changed (53) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cngw/v20230418/cngw_client.js +12 -0
  3. package/es/services/csip/v20221121/csip_client.js +18 -0
  4. package/es/services/dlc/v20210125/dlc_client.js +3 -0
  5. package/es/services/dts/v20211206/dts_client.js +6 -0
  6. package/es/services/omics/v20221128/omics_client.js +3 -0
  7. package/package.json +1 -1
  8. package/tencentcloud/common/sdk_version.d.ts +1 -1
  9. package/tencentcloud/common/sdk_version.js +1 -1
  10. package/tencentcloud/services/apis/v20240801/apis_models.d.ts +12 -0
  11. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +32 -7
  12. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -7
  13. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +26 -24
  14. package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +17 -1
  15. package/tencentcloud/services/cngw/v20230418/cngw_client.js +24 -0
  16. package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +202 -82
  17. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +25 -1
  18. package/tencentcloud/services/csip/v20221121/csip_client.js +36 -0
  19. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +254 -42
  20. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -0
  21. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +2 -2
  22. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  23. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  24. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +34 -12
  25. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +9 -1
  26. package/tencentcloud/services/dts/v20211206/dts_client.js +12 -0
  27. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +129 -4
  28. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +96 -96
  29. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  30. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  31. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  32. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +27 -265
  33. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +18 -18
  34. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +158 -156
  35. package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +15 -15
  36. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +4 -2
  37. package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -2
  38. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +5 -1
  39. package/tencentcloud/services/omics/v20221128/omics_client.js +6 -0
  40. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +46 -8
  41. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +45 -21
  42. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +326 -240
  43. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +18 -18
  44. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +12 -4
  45. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -4
  46. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -8
  47. package/tencentcloud/services/vm/v20210922/vm_client.d.ts +1 -1
  48. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +86 -65
  49. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +30 -6
  50. package/tencentcloud/services/vtc/v20240223/vtc_client.d.ts +3 -1
  51. package/tencentcloud/services/vtc/v20240223/vtc_client.js +3 -1
  52. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +290 -237
  53. package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +10 -2
@@ -1427,67 +1427,67 @@ export interface DescribeVulDefencePluginResponse {
1427
1427
  */
1428
1428
  export interface DescribeAssetImageRegistryRegistryDetailResponse {
1429
1429
  /**
1430
- * 仓库名
1430
+ * <p>仓库名</p>
1431
1431
  */
1432
1432
  Name?: string;
1433
1433
  /**
1434
- * 用户名
1434
+ * <p>用户名</p>
1435
1435
  */
1436
1436
  Username?: string;
1437
1437
  /**
1438
- * 密码
1438
+ * <p>密码</p>
1439
1439
  */
1440
1440
  Password?: string;
1441
1441
  /**
1442
- * 仓库url
1442
+ * <p>仓库url</p>
1443
1443
  */
1444
1444
  Url?: string;
1445
1445
  /**
1446
- * 仓库类型,列表:harbor
1446
+ * <p>仓库类型,列表:harbor</p>
1447
1447
  */
1448
1448
  RegistryType?: string;
1449
1449
  /**
1450
- * 仓库版本
1450
+ * <p>仓库版本</p>
1451
1451
  */
1452
1452
  RegistryVersion?: string;
1453
1453
  /**
1454
- * 网络类型,列表:public(公网),private(私网)
1454
+ * <p>网络类型,列表:public(公网),private(私网)</p>
1455
1455
  */
1456
1456
  NetType?: string;
1457
1457
  /**
1458
- * 区域,列表:default(默认)
1458
+ * <p>区域,列表:default(默认)</p>
1459
1459
  */
1460
1460
  RegistryRegion?: string;
1461
1461
  /**
1462
- * 限速
1462
+ * <p>限速</p>
1463
1463
  */
1464
1464
  SpeedLimit?: number;
1465
1465
  /**
1466
- * 安全模式(证书校验):0(默认) 非安全模式(跳过证书校验):1
1466
+ * <p>安全模式(证书校验):0(默认) 非安全模式(跳过证书校验):1</p>
1467
1467
  */
1468
1468
  Insecure?: number;
1469
1469
  /**
1470
- * 联通性检测结果详情
1470
+ * <p>联通性检测结果详情</p>
1471
1471
  */
1472
1472
  ConnDetectDetail?: Array<RegistryConnDetectResult>;
1473
1473
  /**
1474
- * tcr情况下instance_id
1474
+ * <p>tcr情况下instance_id</p>
1475
1475
  */
1476
1476
  InstanceID?: string;
1477
1477
  /**
1478
- * 同步方式,0全量同步,1增量同步
1478
+ * <p>同步方式,0全量同步,1增量同步</p>
1479
1479
  */
1480
1480
  SyncMode?: number;
1481
1481
  /**
1482
- * 是否自动授权&扫描,选择全量同步时只针对最新版本镜像,增量同步时则包含所有新增镜像
1482
+ * <p>是否自动授权&amp;扫描,选择全量同步时只针对最新版本镜像,增量同步时则包含所有新增镜像</p>
1483
1483
  */
1484
1484
  NeedScan?: boolean;
1485
1485
  /**
1486
- * webhook接入地址
1486
+ * <p>webhook接入地址</p>
1487
1487
  */
1488
1488
  WebhookUrl?: string;
1489
1489
  /**
1490
- * webhook接入token
1490
+ * <p>webhook接入token</p>
1491
1491
  */
1492
1492
  WebhookToken?: string;
1493
1493
  /**
@@ -6014,7 +6014,7 @@ export interface CreateAssetImageRegistryScanTaskOneKeyRequest {
6014
6014
  */
6015
6015
  export interface RemoveAssetImageRegistryRegistryDetailRequest {
6016
6016
  /**
6017
- * 仓库唯一id
6017
+ * <p>仓库唯一id</p>
6018
6018
  */
6019
6019
  RegistryId: number;
6020
6020
  }
@@ -22604,7 +22604,7 @@ export interface DescribeAssetImageRegistryScanStatusOneKeyResponse {
22604
22604
  */
22605
22605
  export interface DescribeAssetImageRegistryRegistryDetailRequest {
22606
22606
  /**
22607
- * 仓库唯一id
22607
+ * <p>仓库唯一id</p>
22608
22608
  */
22609
22609
  RegistryId: number;
22610
22610
  }
@@ -201,7 +201,9 @@ export declare class Client extends AbstractClient {
201
201
  */
202
202
  DescribeRocketMQTopic(req: DescribeRocketMQTopicRequest, cb?: (error: string, rep: DescribeRocketMQTopicResponse) => void): Promise<DescribeRocketMQTopicResponse>;
203
203
  /**
204
- * 查询Topic迁移状态列表,源集群和目标集群客户端数量信息需要配合DescribeRocketMQSmoothMigrationTaskTopicInsNum接口查询
204
+ * 历史接口,对应接口已迁移到trocket
205
+
206
+ 查询Topic迁移状态列表,源集群和目标集群客户端数量信息需要配合DescribeRocketMQSmoothMigrationTaskTopicInsNum接口查询
205
207
  */
206
208
  DescribeRocketMQMigratingTopicList(req: DescribeRocketMQMigratingTopicListRequest, cb?: (error: string, rep: DescribeRocketMQMigratingTopicListResponse) => void): Promise<DescribeRocketMQMigratingTopicListResponse>;
207
209
  /**
@@ -254,7 +256,9 @@ export declare class Client extends AbstractClient {
254
256
  */
255
257
  DescribeRocketMQPublicAccessMonitorData(req: DescribeRocketMQPublicAccessMonitorDataRequest, cb?: (error: string, rep: DescribeRocketMQPublicAccessMonitorDataResponse) => void): Promise<DescribeRocketMQPublicAccessMonitorDataResponse>;
256
258
  /**
257
- * 导入topic列表
259
+ * 历史接口,对应接口已迁移到trocket
260
+
261
+ 导入topic列表
258
262
  */
259
263
  ImportRocketMQTopics(req: ImportRocketMQTopicsRequest, cb?: (error: string, rep: ImportRocketMQTopicsResponse) => void): Promise<ImportRocketMQTopicsResponse>;
260
264
  /**
@@ -382,7 +386,9 @@ export declare class Client extends AbstractClient {
382
386
  */
383
387
  ModifyRocketMQInstanceSpec(req: ModifyRocketMQInstanceSpecRequest, cb?: (error: string, rep: ModifyRocketMQInstanceSpecResponse) => void): Promise<ModifyRocketMQInstanceSpecResponse>;
384
388
  /**
385
- * 输入迁移任务id和要导入的Group,导入后台
389
+ * 历史接口,对应接口已迁移到trocket
390
+
391
+ 输入迁移任务id和要导入的Group,导入后台
386
392
  */
387
393
  ImportRocketMQConsumerGroups(req: ImportRocketMQConsumerGroupsRequest, cb?: (error: string, rep: ImportRocketMQConsumerGroupsResponse) => void): Promise<ImportRocketMQConsumerGroupsResponse>;
388
394
  /**
@@ -481,7 +487,9 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
481
487
  */
482
488
  SendCmqMsg(req: SendCmqMsgRequest, cb?: (error: string, rep: SendCmqMsgResponse) => void): Promise<SendCmqMsgResponse>;
483
489
  /**
484
- * 用于获取RocketMQ平滑迁移任务详情
490
+ * 历史接口,对应接口已迁移到trocket
491
+
492
+ 用于获取RocketMQ平滑迁移任务详情
485
493
  */
486
494
  DescribeRocketMQSmoothMigrationTask(req: DescribeRocketMQSmoothMigrationTaskRequest, cb?: (error: string, rep: DescribeRocketMQSmoothMigrationTaskResponse) => void): Promise<DescribeRocketMQSmoothMigrationTaskResponse>;
487
495
  /**
@@ -309,7 +309,9 @@ class Client extends abstract_client_1.AbstractClient {
309
309
  return this.request("DescribeRocketMQTopic", req, cb);
310
310
  }
311
311
  /**
312
- * 查询Topic迁移状态列表,源集群和目标集群客户端数量信息需要配合DescribeRocketMQSmoothMigrationTaskTopicInsNum接口查询
312
+ * 历史接口,对应接口已迁移到trocket
313
+
314
+ 查询Topic迁移状态列表,源集群和目标集群客户端数量信息需要配合DescribeRocketMQSmoothMigrationTaskTopicInsNum接口查询
313
315
  */
314
316
  async DescribeRocketMQMigratingTopicList(req, cb) {
315
317
  return this.request("DescribeRocketMQMigratingTopicList", req, cb);
@@ -386,7 +388,9 @@ class Client extends abstract_client_1.AbstractClient {
386
388
  return this.request("DescribeRocketMQPublicAccessMonitorData", req, cb);
387
389
  }
388
390
  /**
389
- * 导入topic列表
391
+ * 历史接口,对应接口已迁移到trocket
392
+
393
+ 导入topic列表
390
394
  */
391
395
  async ImportRocketMQTopics(req, cb) {
392
396
  return this.request("ImportRocketMQTopics", req, cb);
@@ -572,7 +576,9 @@ class Client extends abstract_client_1.AbstractClient {
572
576
  return this.request("ModifyRocketMQInstanceSpec", req, cb);
573
577
  }
574
578
  /**
575
- * 输入迁移任务id和要导入的Group,导入后台
579
+ * 历史接口,对应接口已迁移到trocket
580
+
581
+ 输入迁移任务id和要导入的Group,导入后台
576
582
  */
577
583
  async ImportRocketMQConsumerGroups(req, cb) {
578
584
  return this.request("ImportRocketMQConsumerGroups", req, cb);
@@ -707,7 +713,9 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
707
713
  return this.request("SendCmqMsg", req, cb);
708
714
  }
709
715
  /**
710
- * 用于获取RocketMQ平滑迁移任务详情
716
+ * 历史接口,对应接口已迁移到trocket
717
+
718
+ 用于获取RocketMQ平滑迁移任务详情
711
719
  */
712
720
  async DescribeRocketMQSmoothMigrationTask(req, cb) {
713
721
  return this.request("DescribeRocketMQSmoothMigrationTask", req, cb);
@@ -2046,7 +2046,7 @@ export interface CreateCloudTranscriptionResponse {
2046
2046
  */
2047
2047
  export interface DescribeTRTCMarketQualityDataResponse {
2048
2048
  /**
2049
- * TRTC监控数据出参
2049
+ * <p>TRTC监控数据出参</p>
2050
2050
  注意:此字段可能返回 null,表示取不到有效值。
2051
2051
  */
2052
2052
  Data?: TRTCDataResult;
@@ -4903,25 +4903,23 @@ export interface MixUserInfo {
4903
4903
  */
4904
4904
  export interface DescribeTRTCMarketQualityDataRequest {
4905
4905
  /**
4906
- * 用户SdkAppId(如:1400xxxxxx
4906
+ * <p>用户SdkAppId(如:1400xxxxxx)</p>
4907
4907
  */
4908
4908
  SdkAppId: string;
4909
4909
  /**
4910
- * 查询开始时间,格式为YYYY-MM-DD。(查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天)
4910
+ * <p>查询开始时间,格式为YYYY-MM-DD。(查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天)</p>
4911
4911
  */
4912
4912
  StartTime: string;
4913
4913
  /**
4914
- * 查询结束时间,格式为YYYY-MM-DD
4914
+ * <p>查询结束时间,格式为YYYY-MM-DD。</p>
4915
4915
  */
4916
4916
  EndTime: string;
4917
4917
  /**
4918
- * 返回数据的粒度,支持设为以下值:
4919
- d:按天。此时返回查询时间范围内 UTC 时间为零点的数据。
4920
- h:按小时。此时返回查询时间范围内 UTC 时间为整小时的数据。
4918
+ * <p>返回数据的粒度,支持设为以下值:<br>d:按天。此时返回查询时间范围内 UTC 时间为零点的数据。<br>h:按小时。此时返回查询时间范围内 UTC 时间为整小时的数据。</p>
4921
4919
  */
4922
4920
  Period: string;
4923
4921
  /**
4924
- * 返回数据是否为小数
4922
+ * <p>返回数据是否为小数</p>
4925
4923
  */
4926
4924
  IsFloat?: boolean;
4927
4925
  }
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { CreateVideoModerationTaskResponse, CancelTaskRequest, DescribeTaskDetailResponse, DescribeTasksRequest, DescribeTaskDetailRequest, CreateVideoModerationTaskRequest, DescribeTasksResponse, CancelTaskResponse } from "./vm_models";
3
+ import { CreateVideoModerationTaskResponse, CancelTaskRequest, DescribeTasksRequest, DescribeTaskDetailResponse, DescribeTaskDetailRequest, CreateVideoModerationTaskRequest, DescribeTasksResponse, CancelTaskResponse } from "./vm_models";
4
4
  /**
5
5
  * vm client
6
6
  * @class
@@ -169,6 +169,10 @@ export interface StorageInfo {
169
169
  * <p>大模型审核场景下,base64编码的审核要求内容</p>
170
170
  */
171
171
  TextContent?: string;
172
+ /**
173
+ * <p>文章标题</p>
174
+ */
175
+ Title?: string;
172
176
  }
173
177
  /**
174
178
  * 文件桶信息
@@ -273,6 +277,77 @@ export interface CancelTaskRequest {
273
277
  */
274
278
  TaskId: string;
275
279
  }
280
+ /**
281
+ * 视频解码参数
282
+ */
283
+ export interface DecodeParams {
284
+ /**
285
+ * <p>视频截帧参数</p><p>取值范围:[0, 30]</p>
286
+ */
287
+ ImageFrequency?: number;
288
+ }
289
+ /**
290
+ * 单个视频切片审核详情
291
+ */
292
+ export interface VideoSegmentResult {
293
+ /**
294
+ * <p>违规标志 0 未命中 1 命中</p>
295
+ */
296
+ HitFlag?: number;
297
+ /**
298
+ * <p>审核建议,可选值: Pass 通过, Review 建议人审, Block 确认违规</p>
299
+ */
300
+ Suggestion?: string;
301
+ /**
302
+ * <p>Asr文本内容</p>
303
+ */
304
+ Text?: string;
305
+ /**
306
+ * <p>审核结果</p>
307
+ */
308
+ Detail?: Array<VideoLLMDetail>;
309
+ /**
310
+ * <p>视频切片存储URL</p>
311
+ */
312
+ VideoUrl?: string;
313
+ /**
314
+ * <p>音频切片存储URL</p>
315
+ */
316
+ AudioUrl?: string;
317
+ /**
318
+ * <p>切片时长</p>
319
+ */
320
+ Duration?: string;
321
+ /**
322
+ * <p>切片请求ID</p>
323
+ */
324
+ RequestId?: string;
325
+ }
326
+ /**
327
+ * DescribeTasks请求参数结构体
328
+ */
329
+ export interface DescribeTasksRequest {
330
+ /**
331
+ * 该参数表示任务列表每页展示的任务条数,**默认值为10,最大值为100**(每页展示10条任务)。
332
+ */
333
+ Limit?: number;
334
+ /**
335
+ * 该参数表示任务筛选器的输入参数,可根据业务类型、审核文件类型、处理建议及任务状态筛选想要查看的审核任务,具体参数内容请参见TaskFilter数据结构的详细描述。
336
+ */
337
+ Filter?: TaskFilter;
338
+ /**
339
+ * 该参数表示翻页时使用的Token信息,由系统自动生成,并在翻页时向下一个生成的页面传递此参数,以方便快速翻页功能的实现。当到最后一页时,该字段为空。
340
+ */
341
+ PageToken?: string;
342
+ /**
343
+ * 该参数表示任务列表的开始时间,格式为ISO8601标准的时间戳。**默认值为最近3天**,若传入该参数,则在这一时间到EndTime之间的任务将会被筛选出来。<br>备注:该参数与Filter共同起到任务筛选作用,二者作用无先后顺序。
344
+ */
345
+ StartTime?: string;
346
+ /**
347
+ * 该参数表示任务列表的结束时间,格式为ISO8601标准的时间戳。**默认值为空**,若传入该参数,则在这StartTime到这一时间之间的任务将会被筛选出来。<br>备注:该参数与Filter共同起到任务筛选作用,二者作用无先后顺序。
348
+ */
349
+ EndTime?: string;
350
+ }
276
351
  /**
277
352
  * DescribeTaskDetail返回参数结构体
278
353
  */
@@ -370,84 +445,26 @@ export interface DescribeTaskDetailResponse {
370
445
  */
371
446
  RequestId?: string;
372
447
  }
373
- /**
374
- * 单个视频切片审核详情
375
- */
376
- export interface VideoSegmentResult {
377
- /**
378
- * <p>违规标志 0 未命中 1 命中</p>
379
- */
380
- HitFlag?: number;
381
- /**
382
- * <p>审核建议,可选值: Pass 通过, Review 建议人审, Block 确认违规</p>
383
- */
384
- Suggestion?: string;
385
- /**
386
- * <p>Asr文本内容</p>
387
- */
388
- Text?: string;
389
- /**
390
- * <p>审核结果</p>
391
- */
392
- Detail?: Array<VideoLLMDetail>;
393
- /**
394
- * <p>视频切片存储URL</p>
395
- */
396
- VideoUrl?: string;
397
- /**
398
- * <p>音频切片存储URL</p>
399
- */
400
- AudioUrl?: string;
401
- /**
402
- * <p>切片时长</p>
403
- */
404
- Duration?: string;
405
- /**
406
- * <p>切片请求ID</p>
407
- */
408
- RequestId?: string;
409
- }
410
- /**
411
- * DescribeTasks请求参数结构体
412
- */
413
- export interface DescribeTasksRequest {
414
- /**
415
- * 该参数表示任务列表每页展示的任务条数,**默认值为10,最大值为100**(每页展示10条任务)。
416
- */
417
- Limit?: number;
418
- /**
419
- * 该参数表示任务筛选器的输入参数,可根据业务类型、审核文件类型、处理建议及任务状态筛选想要查看的审核任务,具体参数内容请参见TaskFilter数据结构的详细描述。
420
- */
421
- Filter?: TaskFilter;
422
- /**
423
- * 该参数表示翻页时使用的Token信息,由系统自动生成,并在翻页时向下一个生成的页面传递此参数,以方便快速翻页功能的实现。当到最后一页时,该字段为空。
424
- */
425
- PageToken?: string;
426
- /**
427
- * 该参数表示任务列表的开始时间,格式为ISO8601标准的时间戳。**默认值为最近3天**,若传入该参数,则在这一时间到EndTime之间的任务将会被筛选出来。<br>备注:该参数与Filter共同起到任务筛选作用,二者作用无先后顺序。
428
- */
429
- StartTime?: string;
430
- /**
431
- * 该参数表示任务列表的结束时间,格式为ISO8601标准的时间戳。**默认值为空**,若传入该参数,则在这StartTime到这一时间之间的任务将会被筛选出来。<br>备注:该参数与Filter共同起到任务筛选作用,二者作用无先后顺序。
432
- */
433
- EndTime?: string;
434
- }
435
448
  /**
436
449
  * 音视频任务结构
437
450
  */
438
451
  export interface TaskInput {
439
452
  /**
440
- * 数据ID
453
+ * <p>数据ID</p>
441
454
  */
442
455
  DataId?: string;
443
456
  /**
444
- * 任务名
457
+ * <p>任务名</p>
445
458
  */
446
459
  Name?: string;
447
460
  /**
448
- * 任务输入
461
+ * <p>任务输入</p>
449
462
  */
450
463
  Input?: StorageInfo;
464
+ /**
465
+ * <p>视频解码参数</p>
466
+ */
467
+ DecodeParams?: DecodeParams;
451
468
  }
452
469
  /**
453
470
  * DescribeTaskDetail请求参数结构体
@@ -652,6 +669,10 @@ export interface InputInfo {
652
669
  * <p>大模型审核场景下,base64编码的审核要求内容</p>
653
670
  */
654
671
  TextContent?: string;
672
+ /**
673
+ * <p>文章标题</p>
674
+ */
675
+ Title?: string;
655
676
  }
656
677
  /**
657
678
  * Ocr命中信息
@@ -4601,29 +4601,53 @@ export type DescribeNetworkAccountTypeRequest = null;
4601
4601
  */
4602
4602
  export interface TrafficQosPolicySet {
4603
4603
  /**
4604
- * CCN实例ID。形如:ccn-f49l6u0z
4604
+ * <p>CCN实例ID。形如:ccn-f49l6u0z。</p>
4605
4605
  */
4606
4606
  CcnId?: string;
4607
4607
  /**
4608
- * qos id
4608
+ * <p>qos id。</p>
4609
4609
  */
4610
4610
  QosId?: number;
4611
4611
  /**
4612
- * 描述。
4612
+ * <p>描述。</p>
4613
4613
  */
4614
4614
  QosPolicyDescription?: string;
4615
4615
  /**
4616
- * 名称。
4616
+ * <p>名称。</p>
4617
4617
  */
4618
4618
  QosPolicyName?: string;
4619
4619
  /**
4620
- * 带宽。
4620
+ * <p>带宽。</p>
4621
4621
  */
4622
4622
  Bandwidth?: number;
4623
4623
  /**
4624
- * 流量调度策略ID
4624
+ * <p>流量调度策略ID。</p>
4625
4625
  */
4626
4626
  QosPolicyId?: string;
4627
+ /**
4628
+ * <p>服务等级信息</p>
4629
+ */
4630
+ QosLevel?: string;
4631
+ /**
4632
+ * <p>服务等级信息</p>
4633
+ */
4634
+ ServiceLevel?: string;
4635
+ /**
4636
+ * <p>带宽ID</p><p>参数格式:fcr-xxx</p>
4637
+ */
4638
+ RegionFlowControlId?: string;
4639
+ /**
4640
+ * <p>源地域</p><p>参数格式:ap-xxx</p>
4641
+ */
4642
+ LocalRegion?: string;
4643
+ /**
4644
+ * <p>目的地域</p><p>参数格式:ap-xxx</p>
4645
+ */
4646
+ RemoteRegion?: string;
4647
+ /**
4648
+ * <p>流量匹配策略ID</p>
4649
+ */
4650
+ TrafficMatchPolicyId?: string;
4627
4651
  }
4628
4652
  /**
4629
4653
  * DeleteAddressTemplate请求参数结构体
@@ -8,7 +8,9 @@ import { ConfirmVideoTranslateJobRequest, SubmitVideoTranslateJobRequest, Confir
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
10
  /**
11
- * ###### 支持音色种别列表
11
+ * 视频转译业务整体下线
12
+
13
+ ###### 支持音色种别列表
12
14
  | 音色名称 | 性别 | 目标语言 | 音色ID |
13
15
  | ------------------------ | ---- | ---------------- | ------ |
14
16
  | Florian Multilingual | 男 | 德语(德国) | 701001 |
@@ -28,7 +28,9 @@ class Client extends abstract_client_1.AbstractClient {
28
28
  super("vtc.tencentcloudapi.com", "2024-02-23", clientConfig);
29
29
  }
30
30
  /**
31
- * ###### 支持音色种别列表
31
+ * 视频转译业务整体下线
32
+
33
+ ###### 支持音色种别列表
32
34
  | 音色名称 | 性别 | 目标语言 | 音色ID |
33
35
  | ------------------------ | ---- | ---------------- | ------ |
34
36
  | Florian Multilingual | 男 | 德语(德国) | 701001 |