tccli 3.0.1225.1__py2.py3-none-any.whl → 3.0.1227.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/billing/v20180709/api.json +23 -23
- tccli/services/billing/v20180709/examples.json +5 -5
- tccli/services/cam/v20190116/api.json +19 -13
- tccli/services/cdb/v20170320/api.json +218 -2
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdwdoris/v20211228/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +1762 -1445
- tccli/services/ckafka/v20190819/examples.json +22 -22
- tccli/services/cloudapp/v20220530/api.json +2 -2
- tccli/services/cloudapp/v20220530/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +21 -1
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/hunyuan/hunyuan_client.py +53 -0
- tccli/services/hunyuan/v20230901/api.json +297 -0
- tccli/services/hunyuan/v20230901/examples.json +8 -0
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/iotexplorer/iotexplorer_client.py +57 -4
- tccli/services/iotexplorer/v20190423/api.json +145 -0
- tccli/services/iotexplorer/v20190423/examples.json +14 -0
- tccli/services/ivld/v20210903/api.json +245 -192
- tccli/services/ivld/v20210903/examples.json +10 -10
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/live/live_client.py +53 -0
- tccli/services/live/v20180801/api.json +204 -35
- tccli/services/live/v20180801/examples.json +9 -1
- tccli/services/lke/v20231130/api.json +20 -20
- tccli/services/mps/v20190612/api.json +186 -25
- tccli/services/organization/v20181225/api.json +75 -51
- tccli/services/organization/v20181225/examples.json +20 -20
- tccli/services/organization/v20210331/api.json +74 -61
- tccli/services/organization/v20210331/examples.json +14 -14
- tccli/services/rce/v20201103/api.json +1 -1
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/scf/v20180416/api.json +1 -1
- tccli/services/teo/v20220901/api.json +3 -3
- tccli/services/tke/v20220501/api.json +109 -0
- tccli/services/tmt/v20180321/api.json +1 -1
- tccli/services/trtc/v20190722/api.json +104 -0
- tccli/services/tsf/v20180326/api.json +1287 -118
- tccli/services/tsf/v20180326/examples.json +5 -5
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/vclm/v20240523/api.json +77 -6
- tccli/services/vclm/v20240523/examples.json +9 -1
- tccli/services/vclm/vclm_client.py +53 -0
- tccli/services/vdb/v20230616/api.json +29 -0
- tccli/services/vod/v20180717/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +134 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- {tccli-3.0.1225.1.dist-info → tccli-3.0.1227.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1225.1.dist-info → tccli-3.0.1227.1.dist-info}/RECORD +55 -55
- {tccli-3.0.1225.1.dist-info → tccli-3.0.1227.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1225.1.dist-info → tccli-3.0.1227.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1225.1.dist-info → tccli-3.0.1227.1.dist-info}/license_files/LICENSE +0 -0
@@ -945,11 +945,11 @@
|
|
945
945
|
"usage": "both"
|
946
946
|
},
|
947
947
|
"AttrLabel": {
|
948
|
-
"document": "
|
948
|
+
"document": "标签详情信息",
|
949
949
|
"members": [
|
950
950
|
{
|
951
951
|
"disabled": false,
|
952
|
-
"document": "
|
952
|
+
"document": "标签来源\n注意:此字段可能返回 null,表示取不到有效值。",
|
953
953
|
"example": "无",
|
954
954
|
"member": "uint64",
|
955
955
|
"name": "Source",
|
@@ -959,7 +959,7 @@
|
|
959
959
|
},
|
960
960
|
{
|
961
961
|
"disabled": false,
|
962
|
-
"document": "
|
962
|
+
"document": "标签ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
963
963
|
"example": "无",
|
964
964
|
"member": "string",
|
965
965
|
"name": "AttrBizId",
|
@@ -969,7 +969,7 @@
|
|
969
969
|
},
|
970
970
|
{
|
971
971
|
"disabled": false,
|
972
|
-
"document": "
|
972
|
+
"document": "标签标识\n注意:此字段可能返回 null,表示取不到有效值。",
|
973
973
|
"example": "无",
|
974
974
|
"member": "string",
|
975
975
|
"name": "AttrKey",
|
@@ -979,7 +979,7 @@
|
|
979
979
|
},
|
980
980
|
{
|
981
981
|
"disabled": false,
|
982
|
-
"document": "
|
982
|
+
"document": "标签名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
983
983
|
"example": "无",
|
984
984
|
"member": "string",
|
985
985
|
"name": "AttrName",
|
@@ -989,7 +989,7 @@
|
|
989
989
|
},
|
990
990
|
{
|
991
991
|
"disabled": false,
|
992
|
-
"document": "
|
992
|
+
"document": "标签值\n注意:此字段可能返回 null,表示取不到有效值。",
|
993
993
|
"example": "无",
|
994
994
|
"member": "Label",
|
995
995
|
"name": "Labels",
|
@@ -1005,7 +1005,7 @@
|
|
1005
1005
|
"members": [
|
1006
1006
|
{
|
1007
1007
|
"disabled": false,
|
1008
|
-
"document": "
|
1008
|
+
"document": "标签ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1009
1009
|
"example": "无",
|
1010
1010
|
"member": "string",
|
1011
1011
|
"name": "AttrBizId",
|
@@ -1015,7 +1015,7 @@
|
|
1015
1015
|
},
|
1016
1016
|
{
|
1017
1017
|
"disabled": false,
|
1018
|
-
"document": "
|
1018
|
+
"document": "标签标识\n注意:此字段可能返回 null,表示取不到有效值。",
|
1019
1019
|
"example": "无",
|
1020
1020
|
"member": "string",
|
1021
1021
|
"name": "AttrKey",
|
@@ -1025,7 +1025,7 @@
|
|
1025
1025
|
},
|
1026
1026
|
{
|
1027
1027
|
"disabled": false,
|
1028
|
-
"document": "
|
1028
|
+
"document": "标签名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
1029
1029
|
"example": "无",
|
1030
1030
|
"member": "string",
|
1031
1031
|
"name": "AttrName",
|
@@ -1035,7 +1035,7 @@
|
|
1035
1035
|
},
|
1036
1036
|
{
|
1037
1037
|
"disabled": false,
|
1038
|
-
"document": "
|
1038
|
+
"document": "标签值名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
1039
1039
|
"example": "无",
|
1040
1040
|
"member": "string",
|
1041
1041
|
"name": "LabelNames",
|
@@ -1045,7 +1045,7 @@
|
|
1045
1045
|
},
|
1046
1046
|
{
|
1047
1047
|
"disabled": false,
|
1048
|
-
"document": "
|
1048
|
+
"document": "标签是否在更新中\n注意:此字段可能返回 null,表示取不到有效值。",
|
1049
1049
|
"example": "无",
|
1050
1050
|
"member": "bool",
|
1051
1051
|
"name": "IsUpdating",
|
@@ -1077,11 +1077,11 @@
|
|
1077
1077
|
"usage": "out"
|
1078
1078
|
},
|
1079
1079
|
"AttrLabelRefer": {
|
1080
|
-
"document": "
|
1080
|
+
"document": "标签引用信息",
|
1081
1081
|
"members": [
|
1082
1082
|
{
|
1083
1083
|
"disabled": false,
|
1084
|
-
"document": "
|
1084
|
+
"document": "标签来源,1:标签",
|
1085
1085
|
"example": "1",
|
1086
1086
|
"member": "uint64",
|
1087
1087
|
"name": "Source",
|
@@ -1092,7 +1092,7 @@
|
|
1092
1092
|
},
|
1093
1093
|
{
|
1094
1094
|
"disabled": false,
|
1095
|
-
"document": "
|
1095
|
+
"document": "标签ID",
|
1096
1096
|
"example": "1",
|
1097
1097
|
"member": "string",
|
1098
1098
|
"name": "AttributeBizId",
|
@@ -1103,7 +1103,7 @@
|
|
1103
1103
|
},
|
1104
1104
|
{
|
1105
1105
|
"disabled": false,
|
1106
|
-
"document": "
|
1106
|
+
"document": "标签值ID",
|
1107
1107
|
"example": "[1,2]",
|
1108
1108
|
"member": "string",
|
1109
1109
|
"name": "LabelBizIds",
|
@@ -1131,11 +1131,11 @@
|
|
1131
1131
|
"usage": "in"
|
1132
1132
|
},
|
1133
1133
|
"AttributeLabel": {
|
1134
|
-
"document": "
|
1134
|
+
"document": "标签值",
|
1135
1135
|
"members": [
|
1136
1136
|
{
|
1137
1137
|
"disabled": false,
|
1138
|
-
"document": "
|
1138
|
+
"document": "标准词ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1139
1139
|
"example": "无",
|
1140
1140
|
"member": "string",
|
1141
1141
|
"name": "LabelBizId",
|
@@ -1146,7 +1146,7 @@
|
|
1146
1146
|
},
|
1147
1147
|
{
|
1148
1148
|
"disabled": false,
|
1149
|
-
"document": "
|
1149
|
+
"document": "标准词名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
1150
1150
|
"example": "无",
|
1151
1151
|
"member": "string",
|
1152
1152
|
"name": "LabelName",
|
@@ -1157,7 +1157,7 @@
|
|
1157
1157
|
},
|
1158
1158
|
{
|
1159
1159
|
"disabled": false,
|
1160
|
-
"document": "
|
1160
|
+
"document": "同义词名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
1161
1161
|
"example": "无",
|
1162
1162
|
"member": "string",
|
1163
1163
|
"name": "SimilarLabels",
|
@@ -4271,7 +4271,7 @@
|
|
4271
4271
|
},
|
4272
4272
|
{
|
4273
4273
|
"disabled": false,
|
4274
|
-
"document": "IsPublic
|
4274
|
+
"document": "IsPublic用于上传文件或图片时选择场景,当上传为对话端图片时IsPublic为true,上传文件(包括文档库文件和对话端文件)时IsPublic为false",
|
4275
4275
|
"example": "false",
|
4276
4276
|
"member": "bool",
|
4277
4277
|
"name": "IsPublic",
|
@@ -3249,42 +3249,52 @@
|
|
3249
3249
|
{
|
3250
3250
|
"disabled": false,
|
3251
3251
|
"document": "识别片段置信度。取值:0~100。",
|
3252
|
-
"example": "",
|
3252
|
+
"example": "100",
|
3253
3253
|
"member": "float",
|
3254
3254
|
"name": "Confidence",
|
3255
|
-
"
|
3255
|
+
"output_required": true,
|
3256
3256
|
"type": "float",
|
3257
3257
|
"value_allowed_null": false
|
3258
3258
|
},
|
3259
3259
|
{
|
3260
3260
|
"disabled": false,
|
3261
3261
|
"document": "识别片段起始的偏移时间,单位:秒。",
|
3262
|
-
"example": "",
|
3262
|
+
"example": "3.204",
|
3263
3263
|
"member": "float",
|
3264
3264
|
"name": "StartTimeOffset",
|
3265
|
-
"
|
3265
|
+
"output_required": true,
|
3266
3266
|
"type": "float",
|
3267
3267
|
"value_allowed_null": false
|
3268
3268
|
},
|
3269
3269
|
{
|
3270
3270
|
"disabled": false,
|
3271
3271
|
"document": "识别片段终止的偏移时间,单位:秒。",
|
3272
|
-
"example": "",
|
3272
|
+
"example": "7.204",
|
3273
3273
|
"member": "float",
|
3274
3274
|
"name": "EndTimeOffset",
|
3275
|
-
"
|
3275
|
+
"output_required": true,
|
3276
3276
|
"type": "float",
|
3277
3277
|
"value_allowed_null": false
|
3278
3278
|
},
|
3279
3279
|
{
|
3280
3280
|
"disabled": false,
|
3281
3281
|
"document": "识别文本。",
|
3282
|
-
"example": "",
|
3282
|
+
"example": "腾讯云媒体处理",
|
3283
3283
|
"member": "string",
|
3284
3284
|
"name": "Text",
|
3285
|
-
"
|
3285
|
+
"output_required": true,
|
3286
3286
|
"type": "string",
|
3287
3287
|
"value_allowed_null": false
|
3288
|
+
},
|
3289
|
+
{
|
3290
|
+
"disabled": false,
|
3291
|
+
"document": "字词时间戳信息。",
|
3292
|
+
"example": "无",
|
3293
|
+
"member": "WordResult",
|
3294
|
+
"name": "Wordlist",
|
3295
|
+
"output_required": false,
|
3296
|
+
"type": "list",
|
3297
|
+
"value_allowed_null": false
|
3288
3298
|
}
|
3289
3299
|
],
|
3290
3300
|
"usage": "out"
|
@@ -3742,6 +3752,17 @@
|
|
3742
3752
|
"required": true,
|
3743
3753
|
"type": "int",
|
3744
3754
|
"value_allowed_null": false
|
3755
|
+
},
|
3756
|
+
{
|
3757
|
+
"disabled": false,
|
3758
|
+
"document": "用户扩展字段,一般场景不用填。",
|
3759
|
+
"example": "无",
|
3760
|
+
"member": "string",
|
3761
|
+
"name": "UserExtPara",
|
3762
|
+
"output_required": false,
|
3763
|
+
"required": false,
|
3764
|
+
"type": "string",
|
3765
|
+
"value_allowed_null": false
|
3745
3766
|
}
|
3746
3767
|
],
|
3747
3768
|
"usage": "both"
|
@@ -4373,7 +4394,7 @@
|
|
4373
4394
|
"example": "100",
|
4374
4395
|
"member": "float",
|
4375
4396
|
"name": "Confidence",
|
4376
|
-
"
|
4397
|
+
"output_required": true,
|
4377
4398
|
"type": "float",
|
4378
4399
|
"value_allowed_null": false
|
4379
4400
|
},
|
@@ -4383,7 +4404,7 @@
|
|
4383
4404
|
"example": "17.45",
|
4384
4405
|
"member": "float",
|
4385
4406
|
"name": "StartTimeOffset",
|
4386
|
-
"
|
4407
|
+
"output_required": true,
|
4387
4408
|
"type": "float",
|
4388
4409
|
"value_allowed_null": false
|
4389
4410
|
},
|
@@ -4393,7 +4414,7 @@
|
|
4393
4414
|
"example": "29.99",
|
4394
4415
|
"member": "float",
|
4395
4416
|
"name": "EndTimeOffset",
|
4396
|
-
"
|
4417
|
+
"output_required": true,
|
4397
4418
|
"type": "float",
|
4398
4419
|
"value_allowed_null": false
|
4399
4420
|
},
|
@@ -4403,7 +4424,7 @@
|
|
4403
4424
|
"example": "你好",
|
4404
4425
|
"member": "string",
|
4405
4426
|
"name": "Text",
|
4406
|
-
"
|
4427
|
+
"output_required": true,
|
4407
4428
|
"type": "string",
|
4408
4429
|
"value_allowed_null": false
|
4409
4430
|
},
|
@@ -4413,9 +4434,19 @@
|
|
4413
4434
|
"example": "Hello",
|
4414
4435
|
"member": "string",
|
4415
4436
|
"name": "Trans",
|
4416
|
-
"
|
4437
|
+
"output_required": true,
|
4417
4438
|
"type": "string",
|
4418
4439
|
"value_allowed_null": false
|
4440
|
+
},
|
4441
|
+
{
|
4442
|
+
"disabled": false,
|
4443
|
+
"document": "字词时间戳信息。",
|
4444
|
+
"example": "无",
|
4445
|
+
"member": "WordResult",
|
4446
|
+
"name": "Wordlist",
|
4447
|
+
"output_required": false,
|
4448
|
+
"type": "list",
|
4449
|
+
"value_allowed_null": false
|
4419
4450
|
}
|
4420
4451
|
],
|
4421
4452
|
"usage": "out"
|
@@ -14161,6 +14192,24 @@
|
|
14161
14192
|
"name": "Name",
|
14162
14193
|
"required": false,
|
14163
14194
|
"type": "string"
|
14195
|
+
},
|
14196
|
+
{
|
14197
|
+
"disabled": false,
|
14198
|
+
"document": "视频场景化,可选值: \nnormal:通用转码场景:通用转码压缩场景。 \npgc:PGC高清影视:压缩时会注重影视剧的观看体验,根据影视剧特性进行ROI编码,同时保留高质量的视频内容和音频。 \nmaterials_video:高清素材:素材资源类场景,对画质要求极高,较多透明画面内容,在压缩的同时接近视觉无损。 \nugc:UGC内容:适用于广泛的UGC/短视频场景,针对短视频的特性优化编码码率, 画质提升,提升业务QOS/QOE指标。 \ne-commerce_video:秀场/电商类:压缩时会强调细节清晰度和ROI区域提升,尤其注重保持人脸区域的画质。 \neducational_video:教育类:压缩时会强调文字和图像的清晰度和可读性,以便学生更好地理解内容,确保讲解内容清晰传达。 \nno_config:未配置。",
|
14199
|
+
"example": "normal",
|
14200
|
+
"member": "string",
|
14201
|
+
"name": "SceneType",
|
14202
|
+
"required": false,
|
14203
|
+
"type": "string"
|
14204
|
+
},
|
14205
|
+
{
|
14206
|
+
"disabled": false,
|
14207
|
+
"document": "转码策略,可选值: \nultra_compress:极致压缩:相比标准压缩,该策略能在保证一定画质的基础上最大限度压缩码率,极大节约带宽和存储成本。 \nstandard_compress:综合最优:平衡压缩率与画质,在保证主观画质没有明显降低的情况下尽可能压缩文件。该策略仅收取音视频极速高清转码费用。 \nhigh_compress:码率优先:优先保证降低文件体积大小,可能有一定画质损失。该策略仅收取音视频极速高清转码费用。 \nlow_compress:画质优先:优先保证画质,压缩出来的文件体积可能相对较大。该策略仅收取音视频极速高清转码费用。 \nno_config:未配置。",
|
14208
|
+
"example": "standard_compress",
|
14209
|
+
"member": "string",
|
14210
|
+
"name": "CompressType",
|
14211
|
+
"required": false,
|
14212
|
+
"type": "string"
|
14164
14213
|
}
|
14165
14214
|
],
|
14166
14215
|
"type": "object"
|
@@ -18164,7 +18213,7 @@
|
|
18164
18213
|
"members": [
|
18165
18214
|
{
|
18166
18215
|
"disabled": false,
|
18167
|
-
"document": "
|
18216
|
+
"document": "通知类型:\n\"CMQ\":回调消息写入cmq队列; \n\"URL\": 指定URL时HTTP回调推送到 NotifyUrl 指定的地址,回调协议http+json,包体内容同[解析直播事件通知接口](https://cloud.tencent.com/document/product/862/39229) 的输出参数\n\n<font color=\"red\"> 注:不填或为空时默认 CMQ,如需采用其他类型需填写对应类型值。 </font>",
|
18168
18217
|
"example": "URL",
|
18169
18218
|
"member": "string",
|
18170
18219
|
"name": "NotifyType",
|
@@ -18173,6 +18222,17 @@
|
|
18173
18222
|
"type": "string",
|
18174
18223
|
"value_allowed_null": false
|
18175
18224
|
},
|
18225
|
+
{
|
18226
|
+
"disabled": false,
|
18227
|
+
"document": "HTTP回调地址,NotifyType为URL时必填。",
|
18228
|
+
"example": "http://www.qq.com/callback",
|
18229
|
+
"member": "string",
|
18230
|
+
"name": "NotifyUrl",
|
18231
|
+
"output_required": true,
|
18232
|
+
"required": false,
|
18233
|
+
"type": "string",
|
18234
|
+
"value_allowed_null": false
|
18235
|
+
},
|
18176
18236
|
{
|
18177
18237
|
"disabled": false,
|
18178
18238
|
"document": "CMQ 的模型,有 Queue 和 Topic 两种,目前仅支持 Queue。",
|
@@ -18217,17 +18277,6 @@
|
|
18217
18277
|
"type": "string",
|
18218
18278
|
"value_allowed_null": false
|
18219
18279
|
},
|
18220
|
-
{
|
18221
|
-
"disabled": false,
|
18222
|
-
"document": "HTTP回调地址,NotifyType为URL时必填。",
|
18223
|
-
"example": "http://www.qq.com/callback",
|
18224
|
-
"member": "string",
|
18225
|
-
"name": "NotifyUrl",
|
18226
|
-
"output_required": true,
|
18227
|
-
"required": false,
|
18228
|
-
"type": "string",
|
18229
|
-
"value_allowed_null": false
|
18230
|
-
},
|
18231
18280
|
{
|
18232
18281
|
"disabled": false,
|
18233
18282
|
"document": "用于生成回调签名的 Key。\n注意:此字段可能返回 null,表示取不到有效值。",
|
@@ -27208,6 +27257,16 @@
|
|
27208
27257
|
"output_required": true,
|
27209
27258
|
"type": "object",
|
27210
27259
|
"value_allowed_null": true
|
27260
|
+
},
|
27261
|
+
{
|
27262
|
+
"disabled": false,
|
27263
|
+
"document": "转码模板别名称。\n注意:此字段可能返回 null,表示取不到有效值。",
|
27264
|
+
"example": "“”",
|
27265
|
+
"member": "string",
|
27266
|
+
"name": "AliasName",
|
27267
|
+
"output_required": false,
|
27268
|
+
"type": "string",
|
27269
|
+
"value_allowed_null": true
|
27211
27270
|
}
|
27212
27271
|
],
|
27213
27272
|
"usage": "out"
|
@@ -28088,6 +28147,39 @@
|
|
28088
28147
|
"required": false,
|
28089
28148
|
"type": "object",
|
28090
28149
|
"value_allowed_null": true
|
28150
|
+
},
|
28151
|
+
{
|
28152
|
+
"disabled": false,
|
28153
|
+
"document": "模版是否开启场景化 \n0:不开启 \n1:开启 \n默认值:0\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
28154
|
+
"example": "0",
|
28155
|
+
"member": "int64",
|
28156
|
+
"name": "ScenarioBased",
|
28157
|
+
"output_required": false,
|
28158
|
+
"required": false,
|
28159
|
+
"type": "int",
|
28160
|
+
"value_allowed_null": true
|
28161
|
+
},
|
28162
|
+
{
|
28163
|
+
"disabled": false,
|
28164
|
+
"document": "视频场景化,可选值: \nnormal:通用转码场景:通用转码压缩场景。\npgc:PGC高清影视:压缩时会注重影视剧的观看体验,根据影视剧特性进行ROI编码,同时保留高质量的视频内容和音频。 \nmaterials_video:高清素材:素材资源类场景,对画质要求极高,较多透明画面内容,在压缩的同时接近视觉无损。 \nugc:UGC内容:适用于广泛的UGC/短视频场景,针对短视频的特性优化编码码率, 画质提升,提升业务QOS/QOE指标。 \ne-commerce_video:秀场/电商类:压缩时会强调细节清晰度和ROI区域提升,尤其注重保持人脸区域的画质。 \neducational_video:教育类:压缩时会强调文字和图像的清晰度和可读性,以便学生更好地理解内容,确保讲解内容清晰传达。 \n默认值:normal\n注意:此字段可能返回 null,表示取不到有效值。",
|
28165
|
+
"example": "normal",
|
28166
|
+
"member": "string",
|
28167
|
+
"name": "SceneType",
|
28168
|
+
"output_required": false,
|
28169
|
+
"required": false,
|
28170
|
+
"type": "string",
|
28171
|
+
"value_allowed_null": true
|
28172
|
+
},
|
28173
|
+
{
|
28174
|
+
"disabled": false,
|
28175
|
+
"document": "转码策略,可选值: \nultra_compress:极致压缩:相比标准压缩,该策略能在保证一定画质的基础上最大限度压缩码率,极大节约带宽和存储成本。 \nstandard_compress:综合最优:平衡压缩率与画质,在保证主观画质没有明显降低的情况下尽可能压缩文件。该策略仅收取音视频极速高清转码费用。 \nhigh_compress:码率优先:优先保证降低文件体积大小,可能有一定画质损失。该策略仅收取音视频极速高清转码费用。 \nlow_compress:画质优先:优先保证画质,压缩出来的文件体积可能相对较大。该策略仅收取音视频极速高清转码费用。 \n默认值:standard_compress \n注:若需要在电视上观看视频,不建议使用ultra_compress策略。ultra_compress策略计费标准为极速高清转码 + 音视频增强-去毛刺。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28176
|
+
"example": "standard_compress",
|
28177
|
+
"member": "string",
|
28178
|
+
"name": "CompressType",
|
28179
|
+
"output_required": false,
|
28180
|
+
"required": false,
|
28181
|
+
"type": "string",
|
28182
|
+
"value_allowed_null": true
|
28091
28183
|
}
|
28092
28184
|
],
|
28093
28185
|
"usage": "both"
|
@@ -28369,6 +28461,39 @@
|
|
28369
28461
|
"required": false,
|
28370
28462
|
"type": "object",
|
28371
28463
|
"value_allowed_null": true
|
28464
|
+
},
|
28465
|
+
{
|
28466
|
+
"disabled": false,
|
28467
|
+
"document": "模版是否开启场景化 \n0:不开启 \n1:开启 \n默认值:0\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
28468
|
+
"example": "0",
|
28469
|
+
"member": "int64",
|
28470
|
+
"name": "ScenarioBased",
|
28471
|
+
"output_required": false,
|
28472
|
+
"required": false,
|
28473
|
+
"type": "int",
|
28474
|
+
"value_allowed_null": true
|
28475
|
+
},
|
28476
|
+
{
|
28477
|
+
"disabled": false,
|
28478
|
+
"document": "视频场景化,可选值: \nnormal:通用转码场景:通用转码压缩场景 pgc:PGC高清影视:压缩时会注重影视剧的观看体验,根据影视剧特性进行ROI编码,同时保留高质量的视频内容和音频。 \nmaterials_video:高清素材:素材资源类场景,对画质要求极高,较多透明画面内容,在压缩的同时接近视觉无损。 \nugc:UGC内容:适用于广泛的UGC/短视频场景,针对短视频的特性优化编码码率, 画质提升,提升业务QOS/QOE指标。 \ne-commerce_video:秀场/电商类:压缩时会强调细节清晰度和ROI区域提升,尤其注重保持人脸区域的画质。 \neducational_video:教育类:压缩时会强调文字和图像的清晰度和可读性,以便学生更好地理解内容,确保讲解内容清晰传达。\n默认值:normal\n注意:此字段可能返回 null,表示取不到有效值。",
|
28479
|
+
"example": "normal",
|
28480
|
+
"member": "string",
|
28481
|
+
"name": "SceneType",
|
28482
|
+
"output_required": false,
|
28483
|
+
"required": false,
|
28484
|
+
"type": "string",
|
28485
|
+
"value_allowed_null": true
|
28486
|
+
},
|
28487
|
+
{
|
28488
|
+
"disabled": false,
|
28489
|
+
"document": "转码策略,可选值: \nultra_compress:极致压缩:相比标准压缩,该策略能在保证一定画质的基础上最大限度压缩码率,极大节约带宽和存储成本。 \nstandard_compress:综合最优:平衡压缩率与画质,在保证主观画质没有明显降低的情况下尽可能压缩文件。该策略仅收取音视频极速高清转码费用。 \nhigh_compress:码率优先:优先保证降低文件体积大小,可能有一定画质损失。该策略仅收取音视频极速高清转码费用。 \nlow_compress:画质优先:优先保证画质,压缩出来的文件体积可能相对较大。该策略仅收取音视频极速高清转码费用。 \n默认值:standard_compress \n注:若需要在电视上观看视频,不建议使用ultra_compress策略。ultra_compress策略计费标准为极速高清转码 + 音视频增强-去毛刺。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28490
|
+
"example": "standard_compress",
|
28491
|
+
"member": "string",
|
28492
|
+
"name": "CompressType",
|
28493
|
+
"output_required": false,
|
28494
|
+
"required": false,
|
28495
|
+
"type": "string",
|
28496
|
+
"value_allowed_null": true
|
28372
28497
|
}
|
28373
28498
|
],
|
28374
28499
|
"usage": "both"
|
@@ -28654,6 +28779,42 @@
|
|
28654
28779
|
],
|
28655
28780
|
"type": "object"
|
28656
28781
|
},
|
28782
|
+
"WordResult": {
|
28783
|
+
"document": "字词信息。",
|
28784
|
+
"members": [
|
28785
|
+
{
|
28786
|
+
"disabled": false,
|
28787
|
+
"document": "字词文本。",
|
28788
|
+
"example": "腾讯云",
|
28789
|
+
"member": "string",
|
28790
|
+
"name": "Word",
|
28791
|
+
"output_required": true,
|
28792
|
+
"type": "string",
|
28793
|
+
"value_allowed_null": false
|
28794
|
+
},
|
28795
|
+
{
|
28796
|
+
"disabled": false,
|
28797
|
+
"document": "字词起始时间戳,单位秒。",
|
28798
|
+
"example": "3.204",
|
28799
|
+
"member": "float",
|
28800
|
+
"name": "Start",
|
28801
|
+
"output_required": false,
|
28802
|
+
"type": "float",
|
28803
|
+
"value_allowed_null": false
|
28804
|
+
},
|
28805
|
+
{
|
28806
|
+
"disabled": false,
|
28807
|
+
"document": "字词结束时间戳,单位秒。",
|
28808
|
+
"example": "5.404",
|
28809
|
+
"member": "float",
|
28810
|
+
"name": "End",
|
28811
|
+
"output_required": false,
|
28812
|
+
"type": "float",
|
28813
|
+
"value_allowed_null": false
|
28814
|
+
}
|
28815
|
+
],
|
28816
|
+
"usage": "out"
|
28817
|
+
},
|
28657
28818
|
"WorkflowInfo": {
|
28658
28819
|
"document": "工作流信息详情。",
|
28659
28820
|
"members": [
|