tccli-intl-en 3.0.1267.1__py2.py3-none-any.whl → 3.0.1269.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/cvm/v20170312/api.json +43 -33
- tccli/services/cvm/v20170312/examples.json +12 -12
- tccli/services/dlc/dlc_client.py +114 -8
- tccli/services/dlc/v20210125/api.json +252 -7
- tccli/services/dlc/v20210125/examples.json +16 -0
- tccli/services/faceid/v20180301/examples.json +1 -1
- tccli/services/mdl/v20200326/api.json +41 -11
- tccli/services/mdl/v20200326/examples.json +16 -16
- tccli/services/mdp/v20200527/api.json +60 -14
- tccli/services/mdp/v20200527/examples.json +79 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +207 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mps/mps_client.py +212 -0
- tccli/services/mps/v20190612/api.json +417 -0
- tccli/services/mps/v20190612/examples.json +50 -0
- tccli/services/teo/v20220901/api.json +3 -3
- {tccli_intl_en-3.0.1267.1.dist-info → tccli_intl_en-3.0.1269.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.0.1267.1.dist-info → tccli_intl_en-3.0.1269.1.dist-info}/RECORD +26 -22
- {tccli_intl_en-3.0.1267.1.dist-info → tccli_intl_en-3.0.1269.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1267.1.dist-info → tccli_intl_en-3.0.1269.1.dist-info}/WHEEL +0 -0
- {tccli_intl_en-3.0.1267.1.dist-info → tccli_intl_en-3.0.1269.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.0.1267.1.dist-info → tccli_intl_en-3.0.1269.1.dist-info}/top_level.txt +0 -0
|
@@ -91,6 +91,13 @@
|
|
|
91
91
|
"output": "CreateScheduleResponse",
|
|
92
92
|
"status": "online"
|
|
93
93
|
},
|
|
94
|
+
"CreateSmartEraseTemplate": {
|
|
95
|
+
"document": "This API is used to create a custom smart erasing template.",
|
|
96
|
+
"input": "CreateSmartEraseTemplateRequest",
|
|
97
|
+
"name": "Creates a smart erasing template",
|
|
98
|
+
"output": "CreateSmartEraseTemplateResponse",
|
|
99
|
+
"status": "online"
|
|
100
|
+
},
|
|
94
101
|
"CreateSmartSubtitleTemplate": {
|
|
95
102
|
"document": "This API is used to create a custom smart subtitle template.",
|
|
96
103
|
"input": "CreateSmartSubtitleTemplateRequest",
|
|
@@ -217,6 +224,13 @@
|
|
|
217
224
|
"output": "DeleteScheduleResponse",
|
|
218
225
|
"status": "online"
|
|
219
226
|
},
|
|
227
|
+
"DeleteSmartEraseTemplate": {
|
|
228
|
+
"document": "This API is used to delete a user-defined smart erasing template.",
|
|
229
|
+
"input": "DeleteSmartEraseTemplateRequest",
|
|
230
|
+
"name": "Deletes a smart erasing template",
|
|
231
|
+
"output": "DeleteSmartEraseTemplateResponse",
|
|
232
|
+
"status": "online"
|
|
233
|
+
},
|
|
220
234
|
"DeleteSmartSubtitleTemplate": {
|
|
221
235
|
"document": "This API is used to delete a user-defined smart subtitle template.",
|
|
222
236
|
"input": "DeleteSmartSubtitleTemplateRequest",
|
|
@@ -371,6 +385,13 @@
|
|
|
371
385
|
"output": "DescribeSchedulesResponse",
|
|
372
386
|
"status": "online"
|
|
373
387
|
},
|
|
388
|
+
"DescribeSmartEraseTemplates": {
|
|
389
|
+
"document": "This API is used to obtain the list of smart erasing template details based on the unique identifier of the template. The returned result includes all matching user-defined smart erasing templates and system preset smart erasing templates.",
|
|
390
|
+
"input": "DescribeSmartEraseTemplatesRequest",
|
|
391
|
+
"name": "Obtains the smart erasing template list",
|
|
392
|
+
"output": "DescribeSmartEraseTemplatesResponse",
|
|
393
|
+
"status": "online"
|
|
394
|
+
},
|
|
374
395
|
"DescribeSmartSubtitleTemplates": {
|
|
375
396
|
"document": "This API is used to obtain the list of smart subtitle templates based on template unique identifier. The returned result includes all matching user-defined smart subtitle templates and system preset smart subtitle templates.",
|
|
376
397
|
"input": "DescribeSmartSubtitleTemplatesRequest",
|
|
@@ -567,6 +588,13 @@
|
|
|
567
588
|
"output": "ModifyScheduleResponse",
|
|
568
589
|
"status": "online"
|
|
569
590
|
},
|
|
591
|
+
"ModifySmartEraseTemplate": {
|
|
592
|
+
"document": "This API is used to modify a user-defined smart erasing template.",
|
|
593
|
+
"input": "ModifySmartEraseTemplateRequest",
|
|
594
|
+
"name": "Modifies a smart erasing template",
|
|
595
|
+
"output": "ModifySmartEraseTemplateResponse",
|
|
596
|
+
"status": "online"
|
|
597
|
+
},
|
|
570
598
|
"ModifySmartSubtitleTemplate": {
|
|
571
599
|
"document": "This API is used to modify a user-defined smart subtitle template.",
|
|
572
600
|
"input": "ModifySmartSubtitleTemplateRequest",
|
|
@@ -9452,6 +9480,88 @@
|
|
|
9452
9480
|
],
|
|
9453
9481
|
"type": "object"
|
|
9454
9482
|
},
|
|
9483
|
+
"CreateSmartEraseTemplateRequest": {
|
|
9484
|
+
"document": "CreateSmartEraseTemplate request structure.",
|
|
9485
|
+
"members": [
|
|
9486
|
+
{
|
|
9487
|
+
"disabled": false,
|
|
9488
|
+
"document": "Length limit for the smart erasing template name: 64 characters.",
|
|
9489
|
+
"example": "智能擦除模板",
|
|
9490
|
+
"member": "string",
|
|
9491
|
+
"name": "Name",
|
|
9492
|
+
"required": true,
|
|
9493
|
+
"type": "string"
|
|
9494
|
+
},
|
|
9495
|
+
{
|
|
9496
|
+
"disabled": false,
|
|
9497
|
+
"document": "Erasing type.\n-subtitle: subtitle removal.\n-watermark: watermark removal.\n-privacy: privacy protection.",
|
|
9498
|
+
"example": "subtitle",
|
|
9499
|
+
"member": "string",
|
|
9500
|
+
"name": "EraseType",
|
|
9501
|
+
"required": true,
|
|
9502
|
+
"type": "string"
|
|
9503
|
+
},
|
|
9504
|
+
{
|
|
9505
|
+
"disabled": false,
|
|
9506
|
+
"document": "Length limit for the description information of the smart erasing template: 256 characters.",
|
|
9507
|
+
"example": "模板2",
|
|
9508
|
+
"member": "string",
|
|
9509
|
+
"name": "Comment",
|
|
9510
|
+
"required": false,
|
|
9511
|
+
"type": "string"
|
|
9512
|
+
},
|
|
9513
|
+
{
|
|
9514
|
+
"disabled": false,
|
|
9515
|
+
"document": "Subtitle erasing configuration. This parameter is required and valid only when the value of EraseType is set to subtitle.",
|
|
9516
|
+
"example": "无",
|
|
9517
|
+
"member": "SmartEraseSubtitleConfig",
|
|
9518
|
+
"name": "EraseSubtitleConfig",
|
|
9519
|
+
"required": false,
|
|
9520
|
+
"type": "object"
|
|
9521
|
+
},
|
|
9522
|
+
{
|
|
9523
|
+
"disabled": false,
|
|
9524
|
+
"document": "Watermark erasing configuration. This parameter is required and valid only when the value of EraseType is set to watermark.",
|
|
9525
|
+
"example": "无",
|
|
9526
|
+
"member": "SmartEraseWatermarkConfig",
|
|
9527
|
+
"name": "EraseWatermarkConfig",
|
|
9528
|
+
"required": false,
|
|
9529
|
+
"type": "object"
|
|
9530
|
+
},
|
|
9531
|
+
{
|
|
9532
|
+
"disabled": false,
|
|
9533
|
+
"document": "Privacy protection configuration. This parameter is required and valid only when the value of EraseType is set to privacy.",
|
|
9534
|
+
"example": "无",
|
|
9535
|
+
"member": "SmartErasePrivacyConfig",
|
|
9536
|
+
"name": "ErasePrivacyConfig",
|
|
9537
|
+
"required": false,
|
|
9538
|
+
"type": "object"
|
|
9539
|
+
}
|
|
9540
|
+
],
|
|
9541
|
+
"type": "object"
|
|
9542
|
+
},
|
|
9543
|
+
"CreateSmartEraseTemplateResponse": {
|
|
9544
|
+
"document": "CreateSmartEraseTemplate response structure.",
|
|
9545
|
+
"members": [
|
|
9546
|
+
{
|
|
9547
|
+
"disabled": false,
|
|
9548
|
+
"document": "Unique identifier of the smart erasing template.",
|
|
9549
|
+
"example": "200",
|
|
9550
|
+
"member": "int64",
|
|
9551
|
+
"name": "Definition",
|
|
9552
|
+
"output_required": true,
|
|
9553
|
+
"type": "int",
|
|
9554
|
+
"value_allowed_null": false
|
|
9555
|
+
},
|
|
9556
|
+
{
|
|
9557
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
9558
|
+
"member": "string",
|
|
9559
|
+
"name": "RequestId",
|
|
9560
|
+
"type": "string"
|
|
9561
|
+
}
|
|
9562
|
+
],
|
|
9563
|
+
"type": "object"
|
|
9564
|
+
},
|
|
9455
9565
|
"CreateSmartSubtitleTemplateRequest": {
|
|
9456
9566
|
"document": "CreateSmartSubtitleTemplate request structure.",
|
|
9457
9567
|
"members": [
|
|
@@ -10358,6 +10468,33 @@
|
|
|
10358
10468
|
],
|
|
10359
10469
|
"type": "object"
|
|
10360
10470
|
},
|
|
10471
|
+
"DeleteSmartEraseTemplateRequest": {
|
|
10472
|
+
"document": "DeleteSmartEraseTemplate request structure.",
|
|
10473
|
+
"members": [
|
|
10474
|
+
{
|
|
10475
|
+
"disabled": false,
|
|
10476
|
+
"document": "Unique identifier of the smart erasing template.",
|
|
10477
|
+
"example": "30",
|
|
10478
|
+
"member": "int64",
|
|
10479
|
+
"name": "Definition",
|
|
10480
|
+
"required": true,
|
|
10481
|
+
"type": "int"
|
|
10482
|
+
}
|
|
10483
|
+
],
|
|
10484
|
+
"type": "object"
|
|
10485
|
+
},
|
|
10486
|
+
"DeleteSmartEraseTemplateResponse": {
|
|
10487
|
+
"document": "DeleteSmartEraseTemplate response structure.",
|
|
10488
|
+
"members": [
|
|
10489
|
+
{
|
|
10490
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
10491
|
+
"member": "string",
|
|
10492
|
+
"name": "RequestId",
|
|
10493
|
+
"type": "string"
|
|
10494
|
+
}
|
|
10495
|
+
],
|
|
10496
|
+
"type": "object"
|
|
10497
|
+
},
|
|
10361
10498
|
"DeleteSmartSubtitleTemplateRequest": {
|
|
10362
10499
|
"document": "DeleteSmartSubtitleTemplate request structure.",
|
|
10363
10500
|
"members": [
|
|
@@ -12025,6 +12162,89 @@
|
|
|
12025
12162
|
],
|
|
12026
12163
|
"type": "object"
|
|
12027
12164
|
},
|
|
12165
|
+
"DescribeSmartEraseTemplatesRequest": {
|
|
12166
|
+
"document": "DescribeSmartEraseTemplates request structure.",
|
|
12167
|
+
"members": [
|
|
12168
|
+
{
|
|
12169
|
+
"disabled": false,
|
|
12170
|
+
"document": "Filtering condition for the unique identifier of the smart erasing template. Length limit of the array: 100.",
|
|
12171
|
+
"example": "[30]",
|
|
12172
|
+
"member": "int64",
|
|
12173
|
+
"name": "Definitions",
|
|
12174
|
+
"required": false,
|
|
12175
|
+
"type": "list"
|
|
12176
|
+
},
|
|
12177
|
+
{
|
|
12178
|
+
"disabled": false,
|
|
12179
|
+
"document": "Pagination offset. Default value: 0.",
|
|
12180
|
+
"example": "0",
|
|
12181
|
+
"member": "uint64",
|
|
12182
|
+
"name": "Offset",
|
|
12183
|
+
"required": false,
|
|
12184
|
+
"type": "int"
|
|
12185
|
+
},
|
|
12186
|
+
{
|
|
12187
|
+
"disabled": false,
|
|
12188
|
+
"document": "Number of returned entries. Default value: 10. Maximum value: 100.",
|
|
12189
|
+
"example": "10",
|
|
12190
|
+
"member": "uint64",
|
|
12191
|
+
"name": "Limit",
|
|
12192
|
+
"required": false,
|
|
12193
|
+
"type": "int"
|
|
12194
|
+
},
|
|
12195
|
+
{
|
|
12196
|
+
"disabled": false,
|
|
12197
|
+
"document": "Filtering conditions for template type. If this parameter is not specified, all templates are returned. Valid values:\n* Preset: system preset template.\n* Custom: user-defined template.",
|
|
12198
|
+
"example": "Preset",
|
|
12199
|
+
"member": "string",
|
|
12200
|
+
"name": "Type",
|
|
12201
|
+
"required": false,
|
|
12202
|
+
"type": "string"
|
|
12203
|
+
},
|
|
12204
|
+
{
|
|
12205
|
+
"disabled": false,
|
|
12206
|
+
"document": "Filtering condition for the smart erasing template name. Length limit: 64 characters.",
|
|
12207
|
+
"example": "擦除模板1",
|
|
12208
|
+
"member": "string",
|
|
12209
|
+
"name": "Name",
|
|
12210
|
+
"required": false,
|
|
12211
|
+
"type": "string"
|
|
12212
|
+
}
|
|
12213
|
+
],
|
|
12214
|
+
"type": "object"
|
|
12215
|
+
},
|
|
12216
|
+
"DescribeSmartEraseTemplatesResponse": {
|
|
12217
|
+
"document": "DescribeSmartEraseTemplates response structure.",
|
|
12218
|
+
"members": [
|
|
12219
|
+
{
|
|
12220
|
+
"disabled": false,
|
|
12221
|
+
"document": "Total number of records that meet the filtering conditions.",
|
|
12222
|
+
"example": "1",
|
|
12223
|
+
"member": "uint64",
|
|
12224
|
+
"name": "TotalCount",
|
|
12225
|
+
"output_required": true,
|
|
12226
|
+
"type": "int",
|
|
12227
|
+
"value_allowed_null": false
|
|
12228
|
+
},
|
|
12229
|
+
{
|
|
12230
|
+
"disabled": false,
|
|
12231
|
+
"document": "List of smart erasing template details.",
|
|
12232
|
+
"example": "无",
|
|
12233
|
+
"member": "SmartEraseTemplateItem",
|
|
12234
|
+
"name": "SmartEraseTemplateSet",
|
|
12235
|
+
"output_required": true,
|
|
12236
|
+
"type": "list",
|
|
12237
|
+
"value_allowed_null": false
|
|
12238
|
+
},
|
|
12239
|
+
{
|
|
12240
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
12241
|
+
"member": "string",
|
|
12242
|
+
"name": "RequestId",
|
|
12243
|
+
"type": "string"
|
|
12244
|
+
}
|
|
12245
|
+
],
|
|
12246
|
+
"type": "object"
|
|
12247
|
+
},
|
|
12028
12248
|
"DescribeSmartSubtitleTemplatesRequest": {
|
|
12029
12249
|
"document": "DescribeSmartSubtitleTemplates request structure.",
|
|
12030
12250
|
"members": [
|
|
@@ -19722,6 +19942,87 @@
|
|
|
19722
19942
|
],
|
|
19723
19943
|
"type": "object"
|
|
19724
19944
|
},
|
|
19945
|
+
"ModifySmartEraseTemplateRequest": {
|
|
19946
|
+
"document": "ModifySmartEraseTemplate request structure.",
|
|
19947
|
+
"members": [
|
|
19948
|
+
{
|
|
19949
|
+
"disabled": false,
|
|
19950
|
+
"document": "Unique identifier of the smart erasing template.",
|
|
19951
|
+
"example": "30",
|
|
19952
|
+
"member": "int64",
|
|
19953
|
+
"name": "Definition",
|
|
19954
|
+
"required": true,
|
|
19955
|
+
"type": "int"
|
|
19956
|
+
},
|
|
19957
|
+
{
|
|
19958
|
+
"disabled": false,
|
|
19959
|
+
"document": "Length limit for the smart erasing template name: 64 characters.",
|
|
19960
|
+
"example": "模板1",
|
|
19961
|
+
"member": "string",
|
|
19962
|
+
"name": "Name",
|
|
19963
|
+
"required": false,
|
|
19964
|
+
"type": "string"
|
|
19965
|
+
},
|
|
19966
|
+
{
|
|
19967
|
+
"disabled": false,
|
|
19968
|
+
"document": "Length limit for the description information of the smart erasing template: 256 characters.",
|
|
19969
|
+
"example": "模板2",
|
|
19970
|
+
"member": "string",
|
|
19971
|
+
"name": "Comment",
|
|
19972
|
+
"required": false,
|
|
19973
|
+
"type": "string"
|
|
19974
|
+
},
|
|
19975
|
+
{
|
|
19976
|
+
"disabled": false,
|
|
19977
|
+
"document": "Erasing type.\n-subtitle: subtitle removal.\n-watermark: watermark removal.\n-privacy: privacy protection.",
|
|
19978
|
+
"example": "subtitle",
|
|
19979
|
+
"member": "string",
|
|
19980
|
+
"name": "EraseType",
|
|
19981
|
+
"required": false,
|
|
19982
|
+
"type": "string"
|
|
19983
|
+
},
|
|
19984
|
+
{
|
|
19985
|
+
"disabled": false,
|
|
19986
|
+
"document": "Subtitle erasing configuration. It takes effect when the value of EraseType is set to subtitle, or when the value of EraseType is left unspecified but the original EraseType value of the modified template is subtitle.",
|
|
19987
|
+
"example": "无",
|
|
19988
|
+
"member": "SmartEraseSubtitleConfig",
|
|
19989
|
+
"name": "EraseSubtitleConfig",
|
|
19990
|
+
"required": false,
|
|
19991
|
+
"type": "object"
|
|
19992
|
+
},
|
|
19993
|
+
{
|
|
19994
|
+
"disabled": false,
|
|
19995
|
+
"document": "Watermark erasing configuration. The value of EraseType can be set to watermark or left unspecified. This parameter is valid only when the value of EraseType of the corresponding template is set to watermark.",
|
|
19996
|
+
"example": "无",
|
|
19997
|
+
"member": "SmartEraseWatermarkConfig",
|
|
19998
|
+
"name": "EraseWatermarkConfig",
|
|
19999
|
+
"required": false,
|
|
20000
|
+
"type": "object"
|
|
20001
|
+
},
|
|
20002
|
+
{
|
|
20003
|
+
"disabled": false,
|
|
20004
|
+
"document": "Privacy protection configuration. The value of EraseType can be set to privacy or left unspecified. This parameter is valid only when the value of EraseType of the corresponding template is set to privacy.",
|
|
20005
|
+
"example": "无",
|
|
20006
|
+
"member": "SmartErasePrivacyConfig",
|
|
20007
|
+
"name": "ErasePrivacyConfig",
|
|
20008
|
+
"required": false,
|
|
20009
|
+
"type": "object"
|
|
20010
|
+
}
|
|
20011
|
+
],
|
|
20012
|
+
"type": "object"
|
|
20013
|
+
},
|
|
20014
|
+
"ModifySmartEraseTemplateResponse": {
|
|
20015
|
+
"document": "ModifySmartEraseTemplate response structure.",
|
|
20016
|
+
"members": [
|
|
20017
|
+
{
|
|
20018
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
20019
|
+
"member": "string",
|
|
20020
|
+
"name": "RequestId",
|
|
20021
|
+
"type": "string"
|
|
20022
|
+
}
|
|
20023
|
+
],
|
|
20024
|
+
"type": "object"
|
|
20025
|
+
},
|
|
19725
20026
|
"ModifySmartSubtitleTemplateRequest": {
|
|
19726
20027
|
"document": "ModifySmartSubtitleTemplate request structure.",
|
|
19727
20028
|
"members": [
|
|
@@ -24357,6 +24658,122 @@
|
|
|
24357
24658
|
],
|
|
24358
24659
|
"usage": "out"
|
|
24359
24660
|
},
|
|
24661
|
+
"SmartEraseTemplateItem": {
|
|
24662
|
+
"document": "Smart erasing template details.",
|
|
24663
|
+
"members": [
|
|
24664
|
+
{
|
|
24665
|
+
"disabled": false,
|
|
24666
|
+
"document": "Unique identifier of the smart erasing template.",
|
|
24667
|
+
"example": "30",
|
|
24668
|
+
"member": "int64",
|
|
24669
|
+
"name": "Definition",
|
|
24670
|
+
"output_required": true,
|
|
24671
|
+
"type": "int",
|
|
24672
|
+
"value_allowed_null": false
|
|
24673
|
+
},
|
|
24674
|
+
{
|
|
24675
|
+
"disabled": false,
|
|
24676
|
+
"document": "Smart erasing template name.",
|
|
24677
|
+
"example": "模板1",
|
|
24678
|
+
"member": "string",
|
|
24679
|
+
"name": "Name",
|
|
24680
|
+
"output_required": false,
|
|
24681
|
+
"type": "string",
|
|
24682
|
+
"value_allowed_null": false
|
|
24683
|
+
},
|
|
24684
|
+
{
|
|
24685
|
+
"disabled": false,
|
|
24686
|
+
"document": "Smart erasing template description information.",
|
|
24687
|
+
"example": "用于A的模板",
|
|
24688
|
+
"member": "string",
|
|
24689
|
+
"name": "Comment",
|
|
24690
|
+
"output_required": false,
|
|
24691
|
+
"type": "string",
|
|
24692
|
+
"value_allowed_null": false
|
|
24693
|
+
},
|
|
24694
|
+
{
|
|
24695
|
+
"disabled": false,
|
|
24696
|
+
"document": "Template type. Valid values:\n* Preset: system preset template.\n* Custom: user-defined template.",
|
|
24697
|
+
"example": "Preset",
|
|
24698
|
+
"member": "string",
|
|
24699
|
+
"name": "Type",
|
|
24700
|
+
"output_required": false,
|
|
24701
|
+
"type": "string",
|
|
24702
|
+
"value_allowed_null": false
|
|
24703
|
+
},
|
|
24704
|
+
{
|
|
24705
|
+
"disabled": false,
|
|
24706
|
+
"document": "Erasing type.\n-subtitle: subtitle removal.\n-watermark: watermark removal.\n-privacy: privacy protection.",
|
|
24707
|
+
"example": "subtitle",
|
|
24708
|
+
"member": "string",
|
|
24709
|
+
"name": "EraseType",
|
|
24710
|
+
"output_required": false,
|
|
24711
|
+
"type": "string",
|
|
24712
|
+
"value_allowed_null": false
|
|
24713
|
+
},
|
|
24714
|
+
{
|
|
24715
|
+
"disabled": false,
|
|
24716
|
+
"document": "Subtitle erasing configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
24717
|
+
"example": "无",
|
|
24718
|
+
"member": "SmartEraseSubtitleConfig",
|
|
24719
|
+
"name": "EraseSubtitleConfig",
|
|
24720
|
+
"output_required": false,
|
|
24721
|
+
"type": "object",
|
|
24722
|
+
"value_allowed_null": true
|
|
24723
|
+
},
|
|
24724
|
+
{
|
|
24725
|
+
"disabled": false,
|
|
24726
|
+
"document": "Watermark erasing configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
24727
|
+
"example": "无",
|
|
24728
|
+
"member": "SmartEraseWatermarkConfig",
|
|
24729
|
+
"name": "EraseWatermarkConfig",
|
|
24730
|
+
"output_required": false,
|
|
24731
|
+
"type": "object",
|
|
24732
|
+
"value_allowed_null": true
|
|
24733
|
+
},
|
|
24734
|
+
{
|
|
24735
|
+
"disabled": false,
|
|
24736
|
+
"document": "Privacy protection configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
24737
|
+
"example": "无",
|
|
24738
|
+
"member": "SmartErasePrivacyConfig",
|
|
24739
|
+
"name": "ErasePrivacyConfig",
|
|
24740
|
+
"output_required": false,
|
|
24741
|
+
"type": "object",
|
|
24742
|
+
"value_allowed_null": true
|
|
24743
|
+
},
|
|
24744
|
+
{
|
|
24745
|
+
"disabled": false,
|
|
24746
|
+
"document": "Template creation time in [ISO datetime format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).",
|
|
24747
|
+
"example": "2023-10-05T14:30:00Z",
|
|
24748
|
+
"member": "string",
|
|
24749
|
+
"name": "CreateTime",
|
|
24750
|
+
"output_required": true,
|
|
24751
|
+
"type": "string",
|
|
24752
|
+
"value_allowed_null": false
|
|
24753
|
+
},
|
|
24754
|
+
{
|
|
24755
|
+
"disabled": false,
|
|
24756
|
+
"document": "Last modification time of the template in [ISO datetime format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).",
|
|
24757
|
+
"example": "2024-10-05T14:32:00Z",
|
|
24758
|
+
"member": "string",
|
|
24759
|
+
"name": "UpdateTime",
|
|
24760
|
+
"output_required": true,
|
|
24761
|
+
"type": "string",
|
|
24762
|
+
"value_allowed_null": false
|
|
24763
|
+
},
|
|
24764
|
+
{
|
|
24765
|
+
"disabled": false,
|
|
24766
|
+
"document": "Alias of the preset smart erasing template.",
|
|
24767
|
+
"example": "PresetTemplate1",
|
|
24768
|
+
"member": "string",
|
|
24769
|
+
"name": "AliasName",
|
|
24770
|
+
"output_required": false,
|
|
24771
|
+
"type": "string",
|
|
24772
|
+
"value_allowed_null": false
|
|
24773
|
+
}
|
|
24774
|
+
],
|
|
24775
|
+
"usage": "out"
|
|
24776
|
+
},
|
|
24360
24777
|
"SmartEraseWatermarkConfig": {
|
|
24361
24778
|
"document": "smart erasure template watermark configuration.",
|
|
24362
24779
|
"members": [
|
|
@@ -152,6 +152,20 @@
|
|
|
152
152
|
"title": "Configuring a transcoding rule"
|
|
153
153
|
}
|
|
154
154
|
],
|
|
155
|
+
"CreateSmartEraseTemplate": [
|
|
156
|
+
{
|
|
157
|
+
"document": "This example shows you how to create a subtitle erasing template with extraction and translation features.",
|
|
158
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSmartEraseTemplate\n<Common request parameters>\n\n{\n \"Name\": \"Subtitle erasing template 2.\",\n \"EraseType\": \"subtitle\",\n \"EraseSubtitleConfig\": {\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleModel\": \"standard\",\n \"OcrSwitch\": \"ON\",\n \"SubtitleLang\": \"zh_en\",\n \"SubtitleFormat\": \"vtt\",\n \"TransSwitch\": \"ON\",\n \"TransDstLang\": \"en\"\n }\n}",
|
|
159
|
+
"output": "{\n \"Response\": {\n \"Definition\": 200409,\n \"RequestId\": \"ac14b422-1c7b-407d-9b95-530f1eea063d\"\n }\n}",
|
|
160
|
+
"title": "Creating a Subtitle Erasing Template with Extraction and Translation Features"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"document": "This example shows you how to create a subtitle erasing template that has the capability to detect and erase the text in the preset area while also allowing for direct erasure in the specified area during the specified time period.",
|
|
164
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSmartEraseTemplate\n<Common request parameters>\n\n{\n \"Name\": \"Subtitle erasing template 2.\",\n \"EraseType\": \"subtitle\",\n \"EraseSubtitleConfig\": {\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleModel\": \"standard\",\n \"CustomAreas\": [\n {\n \"BeginMs\": 200,\n \"EndMs\": 3000,\n \"Areas\": [\n {\n \"LeftTopX\": 0.05,\n \"LeftTopY\": 0.1,\n \"RightBottomX\": 0.75,\n \"RightBottomY\": 0.9,\n \"Unit\": 1\n }\n ]\n }\n ]\n }\n}",
|
|
165
|
+
"output": "{\n \"Response\": {\n \"Definition\": 200410,\n \"RequestId\": \"835f2ecd-8666-4717-998b-02680437a8ef\"\n }\n}",
|
|
166
|
+
"title": "Creating a Subtitle Erasing Template with Automatic and Area Erasing Capabilities"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
155
169
|
"CreateSmartSubtitleTemplate": [
|
|
156
170
|
{
|
|
157
171
|
"document": "",
|
|
@@ -314,6 +328,14 @@
|
|
|
314
328
|
"title": "Deleting a scheme"
|
|
315
329
|
}
|
|
316
330
|
],
|
|
331
|
+
"DeleteSmartEraseTemplate": [
|
|
332
|
+
{
|
|
333
|
+
"document": "This example shows you how to delete the specified smart erasing template.",
|
|
334
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSmartEraseTemplate\n<Common request parameters>\n\n{\n \"Definition\": 200019\n}",
|
|
335
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3d3a3b90-9be7-4a3c-bd53-52fe399d976c\"\n }\n}",
|
|
336
|
+
"title": "Deleting the Specified Smart Erasing Template"
|
|
337
|
+
}
|
|
338
|
+
],
|
|
317
339
|
"DeleteSmartSubtitleTemplate": [
|
|
318
340
|
{
|
|
319
341
|
"document": "This example shows you how to delete a user-defined smart subtitle template.",
|
|
@@ -514,6 +536,20 @@
|
|
|
514
536
|
"title": "Querying a scheme"
|
|
515
537
|
}
|
|
516
538
|
],
|
|
539
|
+
"DescribeSmartEraseTemplates": [
|
|
540
|
+
{
|
|
541
|
+
"document": "This example shows you how to query information about all smart erasing templates, including system preset templates and custom templates.",
|
|
542
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSmartEraseTemplates\n<Common request parameters>\n\n{}",
|
|
543
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e2ad2688-ca7c-4f85-bbb0-1cfbdf258013\",\n \"SmartEraseTemplateSet\": [\n {\n \"AliasName\": \"FaceAndLicensePlateBlur\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-15T10:51:04+08:00\",\n \"Definition\": 302,\n \"ErasePrivacyConfig\": {\n \"PrivacyModel\": \"blur\",\n \"PrivacyTargets\": [\n \"plate\",\n \"face\"\n ]\n },\n \"EraseSubtitleConfig\": null,\n \"EraseType\": \"privacy\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"The human face and license plate are blurred.\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-07-15T10:51:04+08:00\"\n },\n {\n \"AliasName\": \"FaceBlur\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-15T10:51:04+08:00\",\n \"Definition\": 301,\n \"ErasePrivacyConfig\": {\n \"PrivacyModel\": \"blur\",\n \"PrivacyTargets\": [\n \"face\"\n ]\n },\n \"EraseSubtitleConfig\": null,\n \"EraseType\": \"privacy\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"The human face is blurred.\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-07-15T10:51:04+08:00\"\n },\n {\n \"AliasName\": \"WatermarkRemoval-AdvancedVersion\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-15T10:51:04+08:00\",\n \"Definition\": 201,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": null,\n \"EraseType\": \"watermark\",\n \"EraseWatermarkConfig\": {\n \"WatermarkEraseMethod\": \"auto\",\n \"WatermarkModel\": \"advanced\"\n },\n \"Name\": \"Watermark removal-Advanced Edition.\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-07-15T10:51:04+08:00\"\n },\n {\n \"AliasName\": \"SubtitleRemoval_OCRExtractSubtitlesAndTranslateToEnglish\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-15T10:51:04+08:00\",\n \"Definition\": 103,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"ON\",\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleFormat\": \"vtt\",\n \"SubtitleLang\": \"zh_en\",\n \"SubtitleModel\": \"standard\",\n \"TransDstLang\": \"en\",\n \"TransSwitch\": \"ON\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"Subtitle removal_extract subtitles through OCR and translate them into English.\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-07-15T18:36:53+08:00\"\n },\n {\n \"AliasName\": \"SubtitleRemovalAndOCRExtractSubtitles\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-15T10:51:04+08:00\",\n \"Definition\": 102,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"ON\",\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleFormat\": \"vtt\",\n \"SubtitleLang\": \"zh_en\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"Subtitle removal_extract subtitles through OCR.\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-07-15T18:36:53+08:00\"\n },\n {\n \"AliasName\": \"SubtitleRemoval\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-15T10:51:04+08:00\",\n \"Definition\": 101,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"OFF\",\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"Subtitle removal.\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-07-15T10:51:04+08:00\"\n },\n {\n \"AliasName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-08-04T15:16:25+08:00\",\n \"Definition\": 200385,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"OFF\",\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"Testing 8.\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-08-04T20:08:14+08:00\"\n },\n {\n \"AliasName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-02T20:49:04+08:00\",\n \"Definition\": 200022,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"OFF\",\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleLang\": \"zh_en\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"Testing 7.\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-08-04T20:08:14+08:00\"\n },\n {\n \"AliasName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-02T20:48:48+08:00\",\n \"Definition\": 200021,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"OFF\",\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"Testing 6.\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-08-04T20:08:14+08:00\"\n },\n {\n \"AliasName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-02T19:21:24+08:00\",\n \"Definition\": 200019,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"OFF\",\n \"SubtitleEraseMethod\": \"custom\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"Testing 5.\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-08-04T20:08:14+08:00\"\n }\n ],\n \"TotalCount\": 14\n }\n}",
|
|
544
|
+
"title": "Querying All Smart Erasing Templates"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"document": "This example shows you how to query information about the specified smart erasing template.",
|
|
548
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSmartEraseTemplates\n<Common request parameters>\n\n{\n \"Definitions\": [\n 200019\n ]\n}",
|
|
549
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"83c6c7c2-3dab-4c6a-bedb-227371c038c0\",\n \"SmartEraseTemplateSet\": [\n {\n \"AliasName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-02T19:21:24+08:00\",\n \"Definition\": 200019,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"OFF\",\n \"SubtitleEraseMethod\": \"custom\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"Testing 5.\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-08-04T20:08:14+08:00\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
|
550
|
+
"title": "Querying the Specified Smart Erasing Template"
|
|
551
|
+
}
|
|
552
|
+
],
|
|
517
553
|
"DescribeSmartSubtitleTemplates": [
|
|
518
554
|
{
|
|
519
555
|
"document": "",
|
|
@@ -822,6 +858,20 @@
|
|
|
822
858
|
"title": "Modifying Orchestration"
|
|
823
859
|
}
|
|
824
860
|
],
|
|
861
|
+
"ModifySmartEraseTemplate": [
|
|
862
|
+
{
|
|
863
|
+
"document": "This example shows you how to modify a subtitle erasing template and enable the OCR extraction and translation features.",
|
|
864
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySmartEraseTemplate\n<Common request parameters>\n\n{\n \"Definition\": 200410,\n \"EraseSubtitleConfig\": {\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleModel\": \"standard\",\n \"OcrSwitch\": \"ON\",\n \"SubtitleLang\": \"zh_en\",\n \"SubtitleFormat\": \"vtt\",\n \"TransSwitch\": \"ON\",\n \"TransDstLang\": \"en\"\n }\n}",
|
|
865
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"84265f8e-43ec-4449-9521-b9332f64ee79\"\n }\n}",
|
|
866
|
+
"title": "Modifying a Subtitle Erasing Template and Enabling the Extraction Feature"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"document": "This example shows you how to modify a watermark erasing template and change the watermark erasing model to the Advanced Edition.",
|
|
870
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySmartEraseTemplate\n<Common request parameters>\n\n{\n \"Definition\": 200407,\n \"EraseWatermarkConfig\": {\n \"WatermarkEraseMethod\": \"auto\",\n \"WatermarkModel\": \"advanced\"\n }\n}",
|
|
871
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e4d526f3-f1bb-4030-9f0d-00df485a7eae\"\n }\n}",
|
|
872
|
+
"title": "Modifying a Watermark Erasing Template and Changing the Model"
|
|
873
|
+
}
|
|
874
|
+
],
|
|
825
875
|
"ModifySmartSubtitleTemplate": [
|
|
826
876
|
{
|
|
827
877
|
"document": "",
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
"status": "online"
|
|
478
478
|
},
|
|
479
479
|
"DescribeAliasDomains": {
|
|
480
|
-
"document": "This API is used to query the alias domain name information list.\nThe feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://
|
|
480
|
+
"document": "This API is used to query the alias domain name information list.\nThe feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://www.tencentcloud.com/contact-us).",
|
|
481
481
|
"input": "DescribeAliasDomainsRequest",
|
|
482
482
|
"name": "Queries the information of alias domain names.",
|
|
483
483
|
"output": "DescribeAliasDomainsResponse",
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
"status": "online"
|
|
926
926
|
},
|
|
927
927
|
"DestroyPlan": {
|
|
928
|
-
"document": "To stop billing for your EdgeOne plan, you can use this interface to terminate the billing plan.\n> Terminating a billing plan requires the following conditions:\n 1. The plan has expired (except for the Enterprise Edition Plan);\n 2. All sites under the plan have been either shut down or deleted.\n\n> The site status can be queried through the [Query Site List](https://
|
|
928
|
+
"document": "To stop billing for your EdgeOne plan, you can use this interface to terminate the billing plan.\n> Terminating a billing plan requires the following conditions:\n 1. The plan has expired (except for the Enterprise Edition Plan);\n 2. All sites under the plan have been either shut down or deleted.\n\n> The site status can be queried through the [Query Site List](https://www.tencentcloud.com/zh/document/product/1145/50481) interface.\nA site can be deactivated by switching the site to a closed status through the [Switch Site Status](https://intl.cloud.tencent.com/document/product/1552/80707?from_cn_redirect=1) interface.\nA site can be deleted by using the [Delete Site](https://intl.cloud.tencent.com/document/product/1552/80717?from_cn_redirect=1) interface.",
|
|
929
929
|
"input": "DestroyPlanRequest",
|
|
930
930
|
"name": "Terminates plan",
|
|
931
931
|
"output": "DestroyPlanResponse",
|
|
@@ -1163,7 +1163,7 @@
|
|
|
1163
1163
|
"status": "online"
|
|
1164
1164
|
},
|
|
1165
1165
|
"ModifyLoadBalancer": {
|
|
1166
|
-
"document": "This API is used to modify LoadBalancer configuration. The load balancing feature is in beta test. If you need to use it, [contact us](https://
|
|
1166
|
+
"document": "This API is used to modify LoadBalancer configuration. The load balancing feature is in beta test. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).",
|
|
1167
1167
|
"input": "ModifyLoadBalancerRequest",
|
|
1168
1168
|
"name": "Modifies a LoadBalancer",
|
|
1169
1169
|
"output": "ModifyLoadBalancerResponse",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tccli-intl-en
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1269.1
|
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-cli-intl-en.git
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.4
|
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.5
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.6
|
|
24
24
|
License-File: LICENSE
|
|
25
|
-
Requires-Dist: tencentcloud-sdk-python-intl-en (>=3.0.
|
|
25
|
+
Requires-Dist: tencentcloud-sdk-python-intl-en (>=3.0.1269)
|
|
26
26
|
Requires-Dist: jmespath (==0.10.0)
|
|
27
27
|
Requires-Dist: six (==1.16.0)
|
|
28
28
|
|