tencentcloud-sdk-nodejs 4.1.240 → 4.1.242

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 (52) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/apis/v20240801/apis_client.js +28 -4
  3. package/es/services/cfs/v20190719/cfs_client.js +33 -15
  4. package/es/services/dbbrain/v20210527/dbbrain_client.js +12 -6
  5. package/es/services/lighthouse/v20200324/lighthouse_client.js +3 -0
  6. package/es/services/ocr/v20181119/ocr_client.js +0 -6
  7. package/es/services/teo/v20220901/teo_client.js +24 -12
  8. package/package.json +1 -1
  9. package/tencentcloud/common/sdk_version.d.ts +1 -1
  10. package/tencentcloud/common/sdk_version.js +1 -1
  11. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +3 -1
  12. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +3 -1
  13. package/tencentcloud/services/apis/v20240801/apis_client.d.ts +37 -5
  14. package/tencentcloud/services/apis/v20240801/apis_client.js +54 -6
  15. package/tencentcloud/services/apis/v20240801/apis_models.d.ts +1195 -125
  16. package/tencentcloud/services/bi/v20220105/bi_client.d.ts +1 -1
  17. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +254 -22
  18. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +40 -20
  19. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +14 -12
  20. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +47 -17
  21. package/tencentcloud/services/cfs/v20190719/cfs_client.js +66 -24
  22. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +347 -46
  23. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -1
  24. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +246 -159
  25. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  26. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +122 -110
  27. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +17 -9
  28. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +24 -12
  29. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +68 -4
  30. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
  31. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
  32. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +9 -5
  33. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +10 -7
  34. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +10 -9
  35. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +1 -1
  36. package/tencentcloud/services/ioa/v20220601/ioa_client.js +1 -1
  37. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +5 -5
  38. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +5 -1
  39. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +6 -0
  40. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +79 -20
  41. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -13
  42. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -16
  43. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +60 -174
  44. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +2 -1
  45. package/tencentcloud/services/tcb/v20180608/tcb_client.js +2 -1
  46. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +35 -26
  47. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +70 -80
  48. package/tencentcloud/services/tdmysql/v20211122/tdmysql_models.d.ts +0 -4
  49. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +29 -13
  50. package/tencentcloud/services/teo/v20220901/teo_client.js +42 -18
  51. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +199 -26
  52. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +22 -23
@@ -2496,35 +2496,13 @@ export interface RealtimeLogDeliveryTask {
2496
2496
  UpdateTime?: string;
2497
2497
  }
2498
2498
  /**
2499
- * bot 用户画像规则
2499
+ * DeleteFunctionReplica返回参数结构体
2500
2500
  */
2501
- export interface BotPortraitRule {
2502
- /**
2503
- * 本功能的开关,取值有:
2504
- <li>on:开启;</li>
2505
- <li>off:关闭。</li>
2506
- */
2507
- Switch: string;
2508
- /**
2509
- * 本规则的ID。仅出参使用。
2510
- */
2511
- RuleID?: number;
2512
- /**
2513
- * JS挑战的规则ID。默认所有规则不配置JS挑战。
2514
- */
2515
- AlgManagedIds?: Array<number | bigint>;
2516
- /**
2517
- * 数字验证码的规则ID。默认所有规则不配置数字验证码。
2518
- */
2519
- CapManagedIds?: Array<number | bigint>;
2520
- /**
2521
- * 观察的规则ID。默认所有规则不配置观察。
2522
- */
2523
- MonManagedIds?: Array<number | bigint>;
2501
+ export interface DeleteFunctionReplicaResponse {
2524
2502
  /**
2525
- * 拦截的规则ID。默认所有规则不配置拦截。
2503
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2526
2504
  */
2527
- DropManagedIds?: Array<number | bigint>;
2505
+ RequestId?: string;
2528
2506
  }
2529
2507
  /**
2530
2508
  * 规则引擎可应用于匹配请求的设置详细信息。
@@ -4422,6 +4400,23 @@ export interface EdgeKVDeleteResponse {
4422
4400
  */
4423
4401
  RequestId?: string;
4424
4402
  }
4403
+ /**
4404
+ * DescribeFunctionReplicas返回参数结构体
4405
+ */
4406
+ export interface DescribeFunctionReplicasResponse {
4407
+ /**
4408
+ * 边缘函数副本总数。
4409
+ */
4410
+ TotalCount?: number;
4411
+ /**
4412
+ * 边缘函数副本列表。
4413
+ */
4414
+ FunctionReplicas?: Array<FunctionReplica>;
4415
+ /**
4416
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4417
+ */
4418
+ RequestId?: string;
4419
+ }
4425
4420
  /**
4426
4421
  * CreateSecurityAPIService返回参数结构体
4427
4422
  */
@@ -4894,6 +4889,31 @@ export interface ModifySecurityPolicyRequest {
4894
4889
  */
4895
4890
  TemplateId?: string;
4896
4891
  }
4892
+ /**
4893
+ * CreateFunctionReplica请求参数结构体
4894
+ */
4895
+ export interface CreateFunctionReplicaRequest {
4896
+ /**
4897
+ * 站点 ID。
4898
+ */
4899
+ ZoneId: string;
4900
+ /**
4901
+ * 函数 ID。
4902
+ */
4903
+ FunctionId: string;
4904
+ /**
4905
+ * 边缘函数副本名称。限制可输入 1-50 个字符,允许的字符为a-z、0-9、-,且-不能单独注册或连续使用,不能放在开头或结尾。同一 FunctionId 下副本名称需唯一。
4906
+ */
4907
+ ReplicaName: string;
4908
+ /**
4909
+ * 边缘函数副本内容,当前仅支持 JavaScript 代码,最大支持 5MB。
4910
+ */
4911
+ Content: string;
4912
+ /**
4913
+ * 边缘函数副本描述。最大支持 50 个字符。
4914
+ */
4915
+ Remark?: string;
4916
+ }
4897
4917
  /**
4898
4918
  * ModifySharedCNAME返回参数结构体
4899
4919
  */
@@ -6598,6 +6618,23 @@ export interface ModifyApplicationProxyRuleResponse {
6598
6618
  */
6599
6619
  RequestId?: string;
6600
6620
  }
6621
+ /**
6622
+ * DeleteFunctionReplica请求参数结构体
6623
+ */
6624
+ export interface DeleteFunctionReplicaRequest {
6625
+ /**
6626
+ * 站点 ID。
6627
+ */
6628
+ ZoneId: string;
6629
+ /**
6630
+ * 函数 ID。
6631
+ */
6632
+ FunctionId: string;
6633
+ /**
6634
+ * 需要删除的函数的副本名称。支持以列表的形式传入。
6635
+ */
6636
+ ReplicaNames: Array<string>;
6637
+ }
6601
6638
  /**
6602
6639
  * DDoS配置
6603
6640
  */
@@ -7278,6 +7315,15 @@ export interface RateLimitUserRule {
7278
7315
  */
7279
7316
  RedirectUrl?: string;
7280
7317
  }
7318
+ /**
7319
+ * ModifyFunctionReplica返回参数结构体
7320
+ */
7321
+ export interface ModifyFunctionReplicaResponse {
7322
+ /**
7323
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7324
+ */
7325
+ RequestId?: string;
7326
+ }
7281
7327
  /**
7282
7328
  * 配置组版本发布记录详情。
7283
7329
  */
@@ -7406,6 +7452,35 @@ export interface CreateJustInTimeTranscodeTemplateRequest {
7406
7452
  */
7407
7453
  AudioTemplate?: AudioTemplateInfo;
7408
7454
  }
7455
+ /**
7456
+ * 边缘函数副本。
7457
+ */
7458
+ export interface FunctionReplica {
7459
+ /**
7460
+ * 函数 ID。
7461
+ */
7462
+ FunctionId?: string;
7463
+ /**
7464
+ * 边缘函数副本名称。
7465
+ */
7466
+ ReplicaName?: string;
7467
+ /**
7468
+ * 边缘函数副本内容。格式为 JavaScript 代码。
7469
+ */
7470
+ Content?: string;
7471
+ /**
7472
+ * 边缘函数副本描述。
7473
+ */
7474
+ Remark?: string;
7475
+ /**
7476
+ * 边缘函数副本创建时间。
7477
+ */
7478
+ CreatedOn?: string;
7479
+ /**
7480
+ * 边缘函数副本更新时间。
7481
+ */
7482
+ ModifiedOn?: string;
7483
+ }
7409
7484
  /**
7410
7485
  * 统计曲线数据项
7411
7486
  */
@@ -8634,6 +8709,15 @@ export interface ModifyL4ProxyRulesStatusResponse {
8634
8709
  */
8635
8710
  RequestId?: string;
8636
8711
  }
8712
+ /**
8713
+ * CreateFunctionReplica返回参数结构体
8714
+ */
8715
+ export interface CreateFunctionReplicaResponse {
8716
+ /**
8717
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8718
+ */
8719
+ RequestId?: string;
8720
+ }
8637
8721
  /**
8638
8722
  * CheckCnameStatus返回参数结构体
8639
8723
  */
@@ -12587,6 +12671,39 @@ export interface ModifySecurityIPGroupRequest {
12587
12671
  */
12588
12672
  Mode: string;
12589
12673
  }
12674
+ /**
12675
+ * DescribeFunctionReplicas请求参数结构体
12676
+ */
12677
+ export interface DescribeFunctionReplicasRequest {
12678
+ /**
12679
+ * 站点 ID。
12680
+ */
12681
+ ZoneId: string;
12682
+ /**
12683
+ * 函数 ID。
12684
+ */
12685
+ FunctionId: string;
12686
+ /**
12687
+ * 分页查询偏移量。默认值:0。
12688
+ */
12689
+ Offset?: number;
12690
+ /**
12691
+ * 分页查询限制数目。默认值:20,最大值:200。
12692
+ */
12693
+ Limit?: number;
12694
+ /**
12695
+ * 排序依据,取值有: <li>created-on:创建时间。</li> 默认根据 created-on 属性排序。
12696
+ */
12697
+ SortBy?: string;
12698
+ /**
12699
+ * 列表排序方式,取值有: <li>asc:升序排列;</li> <li>desc:降序排列。</li> 默认值为 asc。
12700
+ */
12701
+ SortOrder?: string;
12702
+ /**
12703
+ * 过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回函数 ID 下全部函数副本。详细的过滤条件如下: <li> replica-name:按照函数副本名称进行过滤,支持模糊查询。</li>
12704
+ */
12705
+ Filters?: Array<AdvancedFilter>;
12706
+ }
12590
12707
  /**
12591
12708
  * [Vary 特性](https://cloud.tencent.com/document/product/1552/89301) 配置参数。
12592
12709
  */
@@ -14721,6 +14838,31 @@ export interface IPSSLSetting {
14721
14838
  */
14722
14839
  AssociatedDomain: string;
14723
14840
  }
14841
+ /**
14842
+ * ModifyFunctionReplica请求参数结构体
14843
+ */
14844
+ export interface ModifyFunctionReplicaRequest {
14845
+ /**
14846
+ * 站点 ID。
14847
+ */
14848
+ ZoneId: string;
14849
+ /**
14850
+ * 函数 ID。
14851
+ */
14852
+ FunctionId: string;
14853
+ /**
14854
+ * 需要修改的边缘函数副本名称。
14855
+ */
14856
+ ReplicaName: string;
14857
+ /**
14858
+ * 边缘函数副本内容,当前仅支持 JavaScript 代码,最大支持 5MB。
14859
+ */
14860
+ Content?: string;
14861
+ /**
14862
+ * 边缘函数副本描述。最大支持 50 个字符。
14863
+ */
14864
+ Remark?: string;
14865
+ }
14724
14866
  /**
14725
14867
  * DescribeMultiPathGateways请求参数结构体
14726
14868
  */
@@ -14744,6 +14886,37 @@ export interface DescribeMultiPathGatewaysRequest {
14744
14886
  */
14745
14887
  Filters?: Array<Filter>;
14746
14888
  }
14889
+ /**
14890
+ * bot 用户画像规则
14891
+ */
14892
+ export interface BotPortraitRule {
14893
+ /**
14894
+ * 本功能的开关,取值有:
14895
+ <li>on:开启;</li>
14896
+ <li>off:关闭。</li>
14897
+ */
14898
+ Switch: string;
14899
+ /**
14900
+ * 本规则的ID。仅出参使用。
14901
+ */
14902
+ RuleID?: number;
14903
+ /**
14904
+ * JS挑战的规则ID。默认所有规则不配置JS挑战。
14905
+ */
14906
+ AlgManagedIds?: Array<number | bigint>;
14907
+ /**
14908
+ * 数字验证码的规则ID。默认所有规则不配置数字验证码。
14909
+ */
14910
+ CapManagedIds?: Array<number | bigint>;
14911
+ /**
14912
+ * 观察的规则ID。默认所有规则不配置观察。
14913
+ */
14914
+ MonManagedIds?: Array<number | bigint>;
14915
+ /**
14916
+ * 拦截的规则ID。默认所有规则不配置拦截。
14917
+ */
14918
+ DropManagedIds?: Array<number | bigint>;
14919
+ }
14747
14920
  /**
14748
14921
  * DeleteL4ProxyRules返回参数结构体
14749
14922
  */
@@ -10711,7 +10711,7 @@ export interface CreateAigcVideoTaskRequest {
10711
10711
  */
10712
10712
  ModelName: string;
10713
10713
  /**
10714
- * <p>模型版本。取值:<br>当 ModelName 是 Hailuo,可选值为 02、2.3、2.3-fast;<br>当 ModelName 是 Kling,可选值为 1.6、2.0、2.1、2.5、2.6、O1、3.0、3.0-Omni;<br>当 ModelName 是 Jimeng,可选值为 3.0pro;<br>当 ModelName 是 Vidu,可选值为 q2、q2-pro、q2-turbo、q3、q3-pro、q3-turbo;<br>当 ModelName 是 GV,可选值为 3.1、3.1-fast;<br>当 ModelName 是 OS,可选值为 2.0;<br>当 ModelName 是 Hunyuan,可选值为 1.5;<br>当 ModelName 是 Mingmou,可选值为 1.0;<br>当 ModelName 是 PixVerse,可选值为 v5.6、v6、c1;</p>
10714
+ * <p>模型版本。取值:<br>当 ModelName 是 Hailuo,可选值为 02、2.3、2.3-fast;<br>当 ModelName 是 Kling,可选值为 1.6、2.0、2.1、2.5、2.6、O1、3.0、3.0-Omni;<br>当 ModelName 是 Vidu,可选值为 q2、q2-pro、q2-turbo、q3、q3-pro、q3-turbo;<br>当 ModelName 是 GV,可选值为 3.1、3.1-fast;<br>当 ModelName 是 OS,可选值为 2.0;<br>当 ModelName 是 Hunyuan,可选值为 1.5;<br>当 ModelName 是 Mingmou,可选值为 1.0;<br>当 ModelName 是 PixVerse,可选值为 v5.6、v6、c1;</p>
10715
10715
  */
10716
10716
  ModelVersion: string;
10717
10717
  /**
@@ -19469,11 +19469,11 @@ export interface AigcImageTaskInput {
19469
19469
  */
19470
19470
  FileInfos?: Array<AigcImageTaskInputFileInfo>;
19471
19471
  /**
19472
- * <p>生成图片的提示词。最大支持1000字符,当 FileInfos 为空时,此参数必填。</p>
19472
+ * <p>生成图片的提示词。当 FileInfos 为空时,此参数必填。</p>
19473
19473
  */
19474
19474
  Prompt?: string;
19475
19475
  /**
19476
- * <p>要阻止模型生成图片的提示词。最大支持1000字符。</p>
19476
+ * <p>要阻止模型生成图片的提示词。</p>
19477
19477
  */
19478
19478
  NegativePrompt?: string;
19479
19479
  /**
@@ -22342,7 +22342,7 @@ export interface CreateAigcImageTaskRequest {
22342
22342
  */
22343
22343
  TasksPriority?: number;
22344
22344
  /**
22345
- * <p>保留字段,特殊用途时使用。</p><ul><li><p>Hunyuan 3.0</p><ul><li>支持自由设置分辨率宽高,宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024x1024 像素。示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;728x1024\&quot;}&quot;}</code></li></ul></li><li><p>SI 系列</p><ul><li>支持自由设置分辨率宽高:<ul><li>SI 4.0:合法总像素范围 [1280x720=921600, 4096x4096=16777216],示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;728x1356\&quot;}&quot;}</code></li><li>SI 4.5:合法总像素范围 [2560x1440=3686400, 4096x4096=16777216],示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;2560x1440\&quot;}&quot;}</code></li><li>SI 5.0-lite:合法总像素范围 [2560x1440=3686400, 3072x3072x1.1025=10404496],示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;2560x1440\&quot;}&quot;}</code></li></ul></li><li>可用于开启输出多张图像,示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;sequential_image_generation\&quot;:\&quot;auto\&quot;}&quot;}</code>。除此之外,还需要在<code>Prompt</code>中说明需要输出图片张数,如:输出3张图片。</li></ul></li><li><p>Qwen 0925</p><ul><li>支持自由设置分辨率宽高,合法总像素范围 [512x512=261632, 2048x2048=4194304]。示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;728*1024\&quot;}&quot;}</code></li></ul></li></ul>
22345
+ * <p>保留字段,特殊用途时使用。</p><ul><li><p>Hunyuan 3.0</p><ul><li>支持自由设置分辨率宽高,宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024x1024 像素。示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;728x1024\&quot;}&quot;}</code></li></ul></li><li><p>SI 系列</p><ul><li>支持自由设置分辨率宽高:<ul><li>SI 4.0:合法总像素范围 [1280x720=921600, 4096x4096=16777216],示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;728x1356\&quot;}&quot;}</code></li><li>SI 4.5:合法总像素范围 [2560x1440=3686400, 4096x4096=16777216],示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;2560x1440\&quot;}&quot;}</code></li><li>SI 5.0-lite:合法总像素范围 [2560x1440=3686400, 3072x3072x1.1025=10404496],示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;2560x1440\&quot;}&quot;}</code></li></ul></li><li>可用于开启输出多张图像,示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;sequential_image_generation\&quot;:\&quot;auto\&quot;}&quot;}</code>。除此之外,还需要在<code>Prompt</code>中说明需要输出图片张数,如:输出3张图片。</li></ul></li><li><p>Qwen 0925</p><ul><li>支持自由设置分辨率宽高,合法总像素范围 [512x512=261632, 2048x2048=4194304]。示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;728*1024\&quot;}&quot;}</code></li></ul></li><li><p>OG</p><ul><li>支持自由设置分辨率宽高:<ul><li>计算像素大小,需要被16整除</li><li>总像素数必须至少为655,360,且不得超过 8,294,400</li><li>示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;728*1024\&quot;}&quot;}</code></li></ul></li><li>支持设置透明图层:<ul><li>示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;background\&quot;:\&quot;transparent\&quot;}&quot;}</code></li></ul></li></ul></li></ul>
22346
22346
  */
22347
22347
  ExtInfo?: string;
22348
22348
  }
@@ -23259,66 +23259,65 @@ export interface RebuildVideoInfo {
23259
23259
  */
23260
23260
  export interface MediaTranscodeItem {
23261
23261
  /**
23262
- * 转码后的视频文件地址。
23262
+ * <p>转码后的视频文件地址。</p>
23263
23263
  */
23264
23264
  Url?: string;
23265
23265
  /**
23266
- * 转码规格 ID,参见[转码参数模板](https://cloud.tencent.com/document/product/266/33476)。
23267
- <font color=red>注意:取值 0 表示原始文件。</font>
23266
+ * <p>转码规格 ID,参见<a href="https://cloud.tencent.com/document/product/266/33476">转码参数模板</a>。<br><font color="red">注意:取值 0 表示原始文件。</font></p>
23268
23267
  */
23269
23268
  Definition?: number;
23270
23269
  /**
23271
- * 视频流码率平均值与音频流码率平均值之和, 单位:bps
23270
+ * <p>视频流码率平均值与音频流码率平均值之和, 单位:bps。</p>
23272
23271
  */
23273
23272
  Bitrate?: number;
23274
23273
  /**
23275
- * 视频流高度的最大值,单位:px
23274
+ * <p>视频流高度的最大值,单位:px。</p>
23276
23275
  */
23277
23276
  Height?: number;
23278
23277
  /**
23279
- * 视频流宽度的最大值,单位:px
23278
+ * <p>视频流宽度的最大值,单位:px。</p>
23280
23279
  */
23281
23280
  Width?: number;
23282
23281
  /**
23283
- * 媒体文件总大小,单位:字节。
23284
- <li>当媒体文件为 HLS 时,大小是 m3u8 和 ts 文件大小的总和。</li>
23282
+ * <p>媒体文件总大小,单位:字节。</p><li>当媒体文件为 HLS 时,大小是 m3u8 和 ts 文件大小的总和。</li>
23285
23283
  */
23286
23284
  Size?: number;
23287
23285
  /**
23288
- * 视频时长,单位:秒。
23286
+ * <p>视频时长,单位:秒。</p>
23289
23287
  */
23290
23288
  Duration?: number;
23291
23289
  /**
23292
- * 视频的 md5 值。
23290
+ * <p>视频的 md5 值。</p>
23293
23291
  */
23294
23292
  Md5?: string;
23295
23293
  /**
23296
- * 容器类型,例如 m4a,mp4 等。
23294
+ * <p>容器类型,例如 m4a,mp4 等。</p>
23297
23295
  */
23298
23296
  Container?: string;
23299
23297
  /**
23300
- * 视频流信息。
23298
+ * <p>视频流信息。</p>
23301
23299
  */
23302
23300
  VideoStreamSet?: Array<MediaVideoStreamItem>;
23303
23301
  /**
23304
- * 音频流信息。
23302
+ * <p>音频流信息。</p>
23305
23303
  */
23306
23304
  AudioStreamSet?: Array<MediaAudioStreamItem>;
23307
23305
  /**
23308
- * 数字水印类型。可选值:
23309
- <li>Trace 表示经过溯源水印处理;</li>
23310
- <li>CopyRight 表示经过版权水印处理;</li>
23311
- <li>None 表示没有经过数字水印处理。</li>
23306
+ * <p>数字水印类型。可选值:</p><li>Trace 表示经过溯源水印处理;</li><li>CopyRight 表示经过版权水印处理;</li><li>None 表示没有经过数字水印处理。</li>
23312
23307
  */
23313
23308
  DigitalWatermarkType?: string;
23314
23309
  /**
23315
- * 版权信息。
23310
+ * <p>版权信息。</p>
23316
23311
  */
23317
23312
  CopyRightWatermarkText?: string;
23318
23313
  /**
23319
- * 数字水印模板id
23314
+ * <p>数字水印模板id。</p>
23320
23315
  */
23321
23316
  BlindWatermarkDefinition?: number;
23317
+ /**
23318
+ * <p>转码生成的新FileId,请求开启独立媒资输出时有效。</p>
23319
+ */
23320
+ FileId?: string;
23322
23321
  }
23323
23322
  /**
23324
23323
  * CLS 日志集信息