tccli 3.0.1405.1__py2.py3-none-any.whl → 3.0.1407.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.
Files changed (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +1 -1
  3. tccli/services/batch/v20170312/api.json +1 -1
  4. tccli/services/cdb/v20170320/api.json +31 -21
  5. tccli/services/cdn/v20180606/api.json +1 -1
  6. tccli/services/cloudhsm/v20191112/api.json +10 -10
  7. tccli/services/cls/v20201016/api.json +40 -31
  8. tccli/services/cls/v20201016/examples.json +8 -2
  9. tccli/services/ctem/v20231128/api.json +30 -0
  10. tccli/services/dbbrain/v20210527/api.json +17 -7
  11. tccli/services/dbbrain/v20210527/examples.json +1 -1
  12. tccli/services/dts/v20211206/api.json +16 -6
  13. tccli/services/emr/v20190103/api.json +9 -0
  14. tccli/services/es/es_client.py +57 -4
  15. tccli/services/es/v20250101/api.json +133 -0
  16. tccli/services/es/v20250101/examples.json +8 -0
  17. tccli/services/ess/ess_client.py +212 -0
  18. tccli/services/ess/v20201111/api.json +508 -24
  19. tccli/services/ess/v20201111/examples.json +41 -3
  20. tccli/services/essbasic/v20210526/api.json +12 -3
  21. tccli/services/essbasic/v20210526/examples.json +2 -2
  22. tccli/services/gwlb/gwlb_client.py +53 -0
  23. tccli/services/gwlb/v20240906/api.json +80 -0
  24. tccli/services/gwlb/v20240906/examples.json +8 -0
  25. tccli/services/hunyuan/v20230901/api.json +2 -2
  26. tccli/services/ioa/ioa_client.py +220 -8
  27. tccli/services/ioa/v20220601/api.json +559 -0
  28. tccli/services/ioa/v20220601/examples.json +38 -0
  29. tccli/services/iotexplorer/iotexplorer_client.py +220 -8
  30. tccli/services/iotexplorer/v20190423/api.json +959 -12
  31. tccli/services/iotexplorer/v20190423/examples.json +68 -0
  32. tccli/services/lcic/v20220817/api.json +2 -2
  33. tccli/services/lke/v20231130/api.json +1 -1
  34. tccli/services/lke/v20231130/examples.json +2 -2
  35. tccli/services/lkeap/v20240522/api.json +1 -1
  36. tccli/services/lkeap/v20240522/examples.json +7 -1
  37. tccli/services/monitor/monitor_client.py +53 -0
  38. tccli/services/monitor/v20180724/api.json +248 -0
  39. tccli/services/monitor/v20180724/examples.json +8 -0
  40. tccli/services/mps/v20190612/api.json +384 -2
  41. tccli/services/mqtt/v20240516/api.json +10 -0
  42. tccli/services/mqtt/v20240516/examples.json +3 -9
  43. tccli/services/nlp/v20190408/api.json +6 -6
  44. tccli/services/oceanus/oceanus_client.py +110 -4
  45. tccli/services/oceanus/v20190422/api.json +152 -8
  46. tccli/services/oceanus/v20190422/examples.json +16 -0
  47. tccli/services/ocr/v20181119/api.json +10 -0
  48. tccli/services/privatedns/privatedns_client.py +641 -58
  49. tccli/services/privatedns/v20201028/api.json +923 -12
  50. tccli/services/privatedns/v20201028/examples.json +88 -0
  51. tccli/services/redis/v20180412/api.json +1 -1
  52. tccli/services/teo/v20220901/api.json +206 -66
  53. tccli/services/teo/v20220901/examples.json +32 -8
  54. tccli/services/tione/v20211111/api.json +1 -1
  55. tccli/services/tke/v20180525/api.json +23 -14
  56. tccli/services/tke/v20180525/examples.json +1 -1
  57. tccli/services/trtc/v20190722/api.json +9 -9
  58. tccli/services/trtc/v20190722/examples.json +1 -1
  59. tccli/services/tse/v20201207/api.json +30 -1
  60. tccli/services/vpc/v20170312/api.json +11 -2
  61. tccli/services/wedata/v20210820/api.json +1281 -601
  62. tccli/services/wedata/v20210820/examples.json +127 -157
  63. tccli/services/wedata/v20250806/api.json +480 -18
  64. tccli/services/wedata/v20250806/examples.json +38 -6
  65. tccli/services/wedata/wedata_client.py +216 -4
  66. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/RECORD +70 -70
  68. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/license_files/LICENSE +0 -0
@@ -2013,7 +2013,7 @@
2013
2013
  "members": [
2014
2014
  {
2015
2015
  "disabled": false,
2016
- "document": "任务的类型,可以取的值有:\n<li>Classification:智能分类</li>\n<li>Cover:智能封面</li>\n<li>Tag:智能标签</li>\n<li>FrameTag:智能按帧标签</li>\n<li>Highlight:智能精彩集锦</li>\n<li>DeLogo:智能擦除</li>\n<li>Description:大模型摘要</li>\n<li>Dubbing:智能译制</li>\n<li>VideoRemake: 视频去重</li>",
2016
+ "document": "任务的类型,可以取的值有:\n<li>Classification:智能分类</li>\n<li>Cover:智能封面</li>\n<li>Tag:智能标签</li>\n<li>FrameTag:智能按帧标签</li>\n<li>Highlight:智能精彩集锦</li>\n<li>DeLogo:智能擦除</li>\n<li>Description:大模型摘要</li>\n<li>Dubbing:智能译制</li>\n<li>VideoRemake: 视频去重</li>\n<li>VideoComprehension: 视频(音频)理解</li>",
2017
2017
  "example": "Classification",
2018
2018
  "member": "string",
2019
2019
  "name": "Type",
@@ -2140,6 +2140,16 @@
2140
2140
  "output_required": false,
2141
2141
  "type": "object",
2142
2142
  "value_allowed_null": true
2143
+ },
2144
+ {
2145
+ "disabled": false,
2146
+ "document": "视频(音频)理解任务的查询结果,当任务类型为 VideoComprehension 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
2147
+ "example": "无",
2148
+ "member": "AiAnalysisTaskVideoComprehensionResult",
2149
+ "name": "VideoComprehensionTask",
2150
+ "output_required": false,
2151
+ "type": "object",
2152
+ "value_allowed_null": true
2143
2153
  }
2144
2154
  ],
2145
2155
  "usage": "out"
@@ -3320,6 +3330,134 @@
3320
3330
  ],
3321
3331
  "usage": "out"
3322
3332
  },
3333
+ "AiAnalysisTaskVideoComprehensionInput": {
3334
+ "document": "视频(音频)理解任务输入",
3335
+ "members": [
3336
+ {
3337
+ "disabled": false,
3338
+ "document": "视频(音频)理解模板ID",
3339
+ "example": "33",
3340
+ "member": "uint64",
3341
+ "name": "Definition",
3342
+ "output_required": true,
3343
+ "type": "int",
3344
+ "value_allowed_null": false
3345
+ }
3346
+ ],
3347
+ "usage": "out"
3348
+ },
3349
+ "AiAnalysisTaskVideoComprehensionOutput": {
3350
+ "document": "视频(音频)理解输出内容结果信息",
3351
+ "members": [
3352
+ {
3353
+ "disabled": false,
3354
+ "document": "视频(音频)理解内容详情",
3355
+ "example": "您好!作为一名专业的音乐分析师,非常荣幸能为您分析这段《梦中的婚礼》的钢琴弹奏。这是一首非常优美且广为人知的曲子,能选择它来练习,说明您对音乐有很好的品味和追求....",
3356
+ "member": "string",
3357
+ "name": "VideoComprehensionAnalysisResult",
3358
+ "output_required": true,
3359
+ "type": "string",
3360
+ "value_allowed_null": false
3361
+ }
3362
+ ],
3363
+ "usage": "out"
3364
+ },
3365
+ "AiAnalysisTaskVideoComprehensionResult": {
3366
+ "document": "视频(音频)理解结果",
3367
+ "members": [
3368
+ {
3369
+ "disabled": false,
3370
+ "document": "任务状态,有 `PROCESSING`,`SUCCESS` 和 `FAIL` 三种。",
3371
+ "example": "SUCCESS",
3372
+ "member": "string",
3373
+ "name": "Status",
3374
+ "output_required": true,
3375
+ "type": "string",
3376
+ "value_allowed_null": false
3377
+ },
3378
+ {
3379
+ "disabled": false,
3380
+ "document": "错误码,0:成功,其他值:失败",
3381
+ "example": "0",
3382
+ "member": "int64",
3383
+ "name": "ErrCode",
3384
+ "output_required": true,
3385
+ "type": "int",
3386
+ "value_allowed_null": false
3387
+ },
3388
+ {
3389
+ "disabled": false,
3390
+ "document": "错误信息",
3391
+ "example": "SUCCESS",
3392
+ "member": "string",
3393
+ "name": "Message",
3394
+ "output_required": true,
3395
+ "type": "string",
3396
+ "value_allowed_null": false
3397
+ },
3398
+ {
3399
+ "disabled": false,
3400
+ "document": "视频(音频)理解输入",
3401
+ "example": "无",
3402
+ "member": "AiAnalysisTaskVideoComprehensionInput",
3403
+ "name": "Input",
3404
+ "output_required": true,
3405
+ "type": "object",
3406
+ "value_allowed_null": false
3407
+ },
3408
+ {
3409
+ "disabled": false,
3410
+ "document": "视频(音频)理解输出\n注意:此字段可能返回 null,表示取不到有效值。",
3411
+ "example": "无",
3412
+ "member": "AiAnalysisTaskVideoComprehensionOutput",
3413
+ "name": "Output",
3414
+ "output_required": true,
3415
+ "type": "object",
3416
+ "value_allowed_null": true
3417
+ },
3418
+ {
3419
+ "disabled": false,
3420
+ "document": "错误码,空字符串表示成功,其他值表示失败,取值请参考 媒体处理类错误码 列表",
3421
+ "example": "InvalidInput",
3422
+ "member": "string",
3423
+ "name": "ErrCodeExt",
3424
+ "output_required": true,
3425
+ "type": "string",
3426
+ "value_allowed_null": false
3427
+ },
3428
+ {
3429
+ "disabled": false,
3430
+ "document": "任务进度",
3431
+ "example": "100",
3432
+ "member": "uint64",
3433
+ "name": "Progress",
3434
+ "output_required": true,
3435
+ "type": "int",
3436
+ "value_allowed_null": false
3437
+ },
3438
+ {
3439
+ "disabled": false,
3440
+ "document": "任务开始执行的时间,采用 ISO 日期格式。",
3441
+ "example": "2024-05-25T02:55:55Z",
3442
+ "member": "string",
3443
+ "name": "BeginProcessTime",
3444
+ "output_required": true,
3445
+ "type": "string",
3446
+ "value_allowed_null": false
3447
+ },
3448
+ {
3449
+ "disabled": false,
3450
+ "document": "任务执行完毕时间,采用 ISO 日期格式。",
3451
+ "example": "2024-05-25T02:55:58Z",
3452
+ "member": "string",
3453
+ "name": "FinishTime",
3454
+ "output_required": true,
3455
+ "type": "string",
3456
+ "value_allowed_null": false
3457
+ }
3458
+ ],
3459
+ "usage": "out"
3460
+ },
3323
3461
  "AiAnalysisTaskVideoRemakeInput": {
3324
3462
  "document": "视频去重任务输入类型",
3325
3463
  "members": [
@@ -16876,7 +17014,7 @@
16876
17014
  },
16877
17015
  {
16878
17016
  "disabled": false,
16879
- "document": "任务结束时子任务是否有失败。",
17017
+ "document": "任务结束时子任务是否有失败。如果不传则忽略。\n<li>false: 过滤子任务没有失败的任务;</li>\n<li>true: 过滤子任务有失败的任务。</li>",
16880
17018
  "example": "false",
16881
17019
  "member": "bool",
16882
17020
  "name": "SubTaskHasFailed",
@@ -26967,6 +27105,56 @@
26967
27105
  ],
26968
27106
  "usage": "both"
26969
27107
  },
27108
+ "OverrideEraseParameter": {
27109
+ "document": "智能擦除自定义参数",
27110
+ "members": [
27111
+ {
27112
+ "disabled": false,
27113
+ "document": "擦除类型\n- subtitle 去字幕\n- watermark 去水印\n- privacy 隐私保护",
27114
+ "example": "subtitle",
27115
+ "member": "string",
27116
+ "name": "EraseType",
27117
+ "output_required": false,
27118
+ "required": false,
27119
+ "type": "string",
27120
+ "value_allowed_null": false
27121
+ },
27122
+ {
27123
+ "disabled": false,
27124
+ "document": "字幕擦除配置;\n当EraseType值为:subtitle,此字段为必填参数",
27125
+ "example": "无",
27126
+ "member": "UpdateSmartEraseSubtitleConfig",
27127
+ "name": "EraseSubtitleConfig",
27128
+ "output_required": false,
27129
+ "required": false,
27130
+ "type": "object",
27131
+ "value_allowed_null": false
27132
+ },
27133
+ {
27134
+ "disabled": false,
27135
+ "document": "水印擦除配置;\n当EraseType值为:watermark,此字段为必填参数",
27136
+ "example": "无",
27137
+ "member": "UpdateSmartEraseWatermarkConfig",
27138
+ "name": "EraseWatermarkConfig",
27139
+ "output_required": false,
27140
+ "required": false,
27141
+ "type": "object",
27142
+ "value_allowed_null": false
27143
+ },
27144
+ {
27145
+ "disabled": false,
27146
+ "document": "隐私保护配置;\n当EraseType值为:privacy,此字段为必填参数",
27147
+ "example": "无",
27148
+ "member": "UpdateSmartErasePrivacyConfig",
27149
+ "name": "ErasePrivacyConfig",
27150
+ "output_required": false,
27151
+ "required": false,
27152
+ "type": "object",
27153
+ "value_allowed_null": false
27154
+ }
27155
+ ],
27156
+ "usage": "both"
27157
+ },
26970
27158
  "OverrideTranscodeParameter": {
26971
27159
  "document": "自定义转码的规格参数。用于覆盖模板中对应参数值。",
26972
27160
  "members": [
@@ -31346,6 +31534,17 @@
31346
31534
  "type": "object",
31347
31535
  "value_allowed_null": true
31348
31536
  },
31537
+ {
31538
+ "disabled": false,
31539
+ "document": "智能擦除自定义参数,当 Definition 不填 0 时有效。 当填写了该结构中的部分擦除参数时,将使用填写的参数覆盖智能擦除模板中的参数。 该参数用于高度定制场景,建议您仅使用 Definition 指定智能擦除参数。",
31540
+ "example": "无",
31541
+ "member": "OverrideEraseParameter",
31542
+ "name": "OverrideParameter",
31543
+ "output_required": false,
31544
+ "required": false,
31545
+ "type": "object",
31546
+ "value_allowed_null": false
31547
+ },
31349
31548
  {
31350
31549
  "disabled": false,
31351
31550
  "document": "文件的目标存储,不填则继承上层的 OutputStorage 值。\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -34165,6 +34364,189 @@
34165
34364
  ],
34166
34365
  "usage": "both"
34167
34366
  },
34367
+ "UpdateSmartErasePrivacyConfig": {
34368
+ "document": "智能擦除模板隐私保护配置",
34369
+ "members": [
34370
+ {
34371
+ "disabled": false,
34372
+ "document": "隐私保护擦除方式。\n- blur 模糊\n- mosaic 马赛克",
34373
+ "example": "blur",
34374
+ "member": "string",
34375
+ "name": "PrivacyModel",
34376
+ "output_required": false,
34377
+ "required": false,
34378
+ "type": "string",
34379
+ "value_allowed_null": false
34380
+ },
34381
+ {
34382
+ "disabled": false,
34383
+ "document": "隐私保护目标,(在API Explorer上使用时无需传入数组,添加相应项并填入对应值即可)。\n- face 人脸\n- plate 车牌",
34384
+ "example": "[\"face\"]",
34385
+ "member": "string",
34386
+ "name": "PrivacyTargets",
34387
+ "output_required": false,
34388
+ "required": false,
34389
+ "type": "list",
34390
+ "value_allowed_null": false
34391
+ }
34392
+ ],
34393
+ "usage": "both"
34394
+ },
34395
+ "UpdateSmartEraseSubtitleConfig": {
34396
+ "document": "智能擦除模板去字幕配置",
34397
+ "members": [
34398
+ {
34399
+ "disabled": false,
34400
+ "document": "字幕擦除方式。\n**自动擦除:**通过AI模型自动识别视频中的字幕文本内容,进行无痕化擦除,生成新的视频。但画面干扰、特殊字幕样式可能会带来一定漏擦误擦问题,可以通过指定区域擦除处理。\n当使用自动擦除时,若您不指定AutoAreas,将对默认区域(画面中下部)进行自动擦除;若指定AutoAreas,将改为对您指定的区域进行自动擦除。\n**指定区域擦除:**若您的字幕位置较固定,建议您直接指定擦除区域,最大程度减少漏擦的情况。\n当您选择指定区域擦除时,请在CustomAreas中至少传入一个指定区域。\n- auto 自动擦除\n- custom 指定区域擦除\n",
34401
+ "example": "auto",
34402
+ "member": "string",
34403
+ "name": "SubtitleEraseMethod",
34404
+ "output_required": false,
34405
+ "required": false,
34406
+ "type": "string",
34407
+ "value_allowed_null": false
34408
+ },
34409
+ {
34410
+ "disabled": false,
34411
+ "document": "字幕擦除模型。\n**标准版(推荐):**若您的字幕样式标准,通常建议选择该版本,细节无痕化效果更好。\n**区域版:**若您的字幕存在花体、阴影、动效等特殊样式,建议选择区域版,擦除面积更大,但细节效果不如标准版。\n- standard 标准模型\n- area 区域模型",
34412
+ "example": "standard",
34413
+ "member": "string",
34414
+ "name": "SubtitleModel",
34415
+ "output_required": false,
34416
+ "required": false,
34417
+ "type": "string",
34418
+ "value_allowed_null": false
34419
+ },
34420
+ {
34421
+ "disabled": false,
34422
+ "document": "是否开启OCR字幕提取,默认取OFF。\n当且仅当SubtitleEraseMethod取auto时支持开启OCR字幕提取,开启后将识别自动擦除区域内出现时间最长且最稳定的文字区域为字幕区域,对字幕区域中的文字进行提取和擦除。\n- ON 开启\n- OFF 关闭",
34423
+ "example": "ON",
34424
+ "member": "string",
34425
+ "name": "OcrSwitch",
34426
+ "output_required": false,
34427
+ "required": false,
34428
+ "type": "string",
34429
+ "value_allowed_null": false
34430
+ },
34431
+ {
34432
+ "disabled": false,
34433
+ "document": "字幕语言,用于指导OCR识别,默认取zh_en;仅当OcrSwitch取\"ON\"时生效。\n- zh_en 中英文\n- multi 其他\n其他具体支持识别如下语言:\n中文、英文、日文、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语、印地语、阿拉伯语、印度-孟加拉语、印度-古吉拉特语、印度-卡纳达语 、印度-马拉亚拉姆语 、印度-泰米尔语、印度-泰卢固语、斯洛文尼亚语、波兰语、加泰罗尼亚语、波斯尼亚语、捷克语、爱沙尼亚语、克罗地亚语、旁遮普语、马拉地语、阿塞拜疆语、印尼语、卢森堡语 、立陶宛语、拉脱维亚语、马耳他语、斯洛伐克语、土耳其语、哈萨克语、希腊语、爱尔兰语、白俄罗斯语、高棉语、他加禄语、普什图语、波斯语、塔吉克斯坦语\n\n",
34434
+ "example": "zh_en",
34435
+ "member": "string",
34436
+ "name": "SubtitleLang",
34437
+ "output_required": false,
34438
+ "required": false,
34439
+ "type": "string",
34440
+ "value_allowed_null": false
34441
+ },
34442
+ {
34443
+ "disabled": false,
34444
+ "document": "字幕文件格式,默认取vtt;仅当OcrSwitch取\"ON\"时生效。\n- srt srt格式\n- vtt WebVTT格式",
34445
+ "example": "vtt",
34446
+ "member": "string",
34447
+ "name": "SubtitleFormat",
34448
+ "output_required": false,
34449
+ "required": false,
34450
+ "type": "string",
34451
+ "value_allowed_null": false
34452
+ },
34453
+ {
34454
+ "disabled": false,
34455
+ "document": "是否开启字幕翻译,默认取OFF;仅当OcrSwitch取\"ON\"时生效。\n- ON 开启\n- OFF 关闭",
34456
+ "example": "ON",
34457
+ "member": "string",
34458
+ "name": "TransSwitch",
34459
+ "output_required": false,
34460
+ "required": false,
34461
+ "type": "string",
34462
+ "value_allowed_null": false
34463
+ },
34464
+ {
34465
+ "disabled": false,
34466
+ "document": "字幕翻译目标语言,默认取en;仅当TransSwitch取\"ON\"时生效。\n当前支持以下语言:\nzh:简体中文\nen:英语\nja:日语\nko:韩语\nfr:法语\nes:西班牙语\nit:意大利语\nde:德语\ntr:土耳其语\nru:俄语\npt:葡萄牙语\nvi:越南语\nid:印度尼西亚语\nms:马来语\nth:泰语\nar:阿拉伯语\nhi:印地语",
34467
+ "example": "en",
34468
+ "member": "string",
34469
+ "name": "TransDstLang",
34470
+ "output_required": false,
34471
+ "required": false,
34472
+ "type": "string",
34473
+ "value_allowed_null": false
34474
+ },
34475
+ {
34476
+ "disabled": false,
34477
+ "document": "自动擦除自定义区域。\n对选定区域,利用AI模型自动检测其中存在的擦除目标并擦除。\n注意:当擦除方式选择custom时,此参数将不会生效;修改模板时,清除区域请传入[],不传时将保持模板区域信息不变。",
34478
+ "example": "无",
34479
+ "member": "EraseArea",
34480
+ "name": "AutoAreas",
34481
+ "output_required": false,
34482
+ "required": false,
34483
+ "type": "list",
34484
+ "value_allowed_null": false
34485
+ },
34486
+ {
34487
+ "disabled": false,
34488
+ "document": "指定擦除自定义区域。\n对选定区域,在选定时间段内不进行检测识别直接进行擦除。\n注意:修改模板时,清除区域请传入[],不传时将保持模板区域信息不变。",
34489
+ "example": "无",
34490
+ "member": "EraseTimeArea",
34491
+ "name": "CustomAreas",
34492
+ "output_required": false,
34493
+ "required": false,
34494
+ "type": "list",
34495
+ "value_allowed_null": false
34496
+ }
34497
+ ],
34498
+ "usage": "both"
34499
+ },
34500
+ "UpdateSmartEraseWatermarkConfig": {
34501
+ "document": "智能擦除模板去水印配置",
34502
+ "members": [
34503
+ {
34504
+ "disabled": false,
34505
+ "document": "水印擦除方式。\n**自动擦除:**通过A模型自动识别视频中的水印,擦除后生成新的视频。适用于动态水印。\n当使用自动擦除时,若您不指定AutoAreas,将对视频全屏进行自动擦除;若指定AutoAreas,将改为对您指定的区域进行自动擦除。\n**指定区域擦除:**针对位置较固定的静态水印,建议您直接指定擦除区域。\n当您选择指定区域擦除时,请至少传入一个指定区域。\n\n- auto 自动擦除\n- custom 指定区域擦除",
34506
+ "example": "auto",
34507
+ "member": "string",
34508
+ "name": "WatermarkEraseMethod",
34509
+ "output_required": false,
34510
+ "required": false,
34511
+ "type": "string",
34512
+ "value_allowed_null": false
34513
+ },
34514
+ {
34515
+ "disabled": false,
34516
+ "document": "水印擦除模型。\n基础版:效果一般,性价比高,适合动画或背景较干净的视频。\n高级版:效果更好,适合短剧等现实风格视频。\n- basic 基础版\n- advanced 高级版",
34517
+ "example": "basic",
34518
+ "member": "string",
34519
+ "name": "WatermarkModel",
34520
+ "output_required": false,
34521
+ "required": false,
34522
+ "type": "string",
34523
+ "value_allowed_null": false
34524
+ },
34525
+ {
34526
+ "disabled": false,
34527
+ "document": "自动擦除自定义区域。\n对选定区域,利用AI模型自动检测其中存在的擦除目标并擦除。\n注意,当擦除方式为custom时,此参数将不会生效。清除区域请传入[],不传时将保持模板区域信息不变。",
34528
+ "example": "无",
34529
+ "member": "EraseArea",
34530
+ "name": "AutoAreas",
34531
+ "output_required": false,
34532
+ "required": false,
34533
+ "type": "list",
34534
+ "value_allowed_null": false
34535
+ },
34536
+ {
34537
+ "disabled": false,
34538
+ "document": "指定擦除自定义区域。\n对选定区域,在选定时间段内不进行检测识别直接进行擦除。\n注意:清除区域请传入[],不传时将保持模板区域信息不变。",
34539
+ "example": "无",
34540
+ "member": "EraseTimeArea",
34541
+ "name": "CustomAreas",
34542
+ "output_required": false,
34543
+ "required": false,
34544
+ "type": "list",
34545
+ "value_allowed_null": false
34546
+ }
34547
+ ],
34548
+ "usage": "both"
34549
+ },
34168
34550
  "UrlInputInfo": {
34169
34551
  "document": "媒体处理 URL 对象信息。",
34170
34552
  "members": [
@@ -3366,6 +3366,16 @@
3366
3366
  "type": "int",
3367
3367
  "value_allowed_null": false
3368
3368
  },
3369
+ {
3370
+ "disabled": false,
3371
+ "document": "服务端tls支持的协议,使用“,”分割。例如:TLSv1.3,TLSv1.2,TLSv1.1,TLSv1",
3372
+ "example": "TLSv1.3,TLSv1.2,TLSv1.1,TLSv1",
3373
+ "member": "string",
3374
+ "name": "TransportLayerSecurity",
3375
+ "output_required": false,
3376
+ "type": "string",
3377
+ "value_allowed_null": false
3378
+ },
3369
3379
  {
3370
3380
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3371
3381
  "member": "string",
@@ -274,16 +274,10 @@
274
274
  ],
275
275
  "DescribeInstance": [
276
276
  {
277
- "document": "示例",
278
- "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-bg8k8v8o\"\n}",
279
- "output": "{\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"5a2634e3-effd-4380-a9ff-3658ec6c1fdc\",\n \"InstanceType\": \"PRO\",\n \"InstanceStatus\": \"RUNNING\",\n \"PayMode\": \"POSTPAID\",\n \"RenewFlag\": 1,\n \"DestroyTime\": 0,\n \"CreatedTime\": 1741832627,\n \"TpsLimit\": 6000,\n \"Remark\": \"\",\n \"SkuCode\": \"pro_10k_1\",\n \"MaxSubscriptionPerClient\": 30,\n \"MaxSubscription\": 180000,\n \"AuthorizationPolicyLimit\": 20,\n \"ClientNumLimit\": 6000,\n \"MaxCaNum\": 20,\n \"DeviceCertificateProvisionType\": \"JITP\",\n \"RegistrationCode\": \"66a00d75-8272-421f-be2a-166e2c2e7813\",\n \"AutomaticActivation\": true,\n \"X509Mode\": \"BYOC\",\n \"ExpiryTime\": 0,\n \"TopicNumLimit\": 300,\n \"InstanceId\": \"mqtt-zxjwkr98\",\n \"TopicNum\": 1,\n \"InstanceName\": \"mqtt-instance1\"\n },\n \"Error\": null\n}",
277
+ "document": "",
278
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-7peanr83\"\n}",
279
+ "output": "{\n \"Response\": {\n \"AuthorizationPolicy\": false,\n \"AuthorizationPolicyLimit\": 20,\n \"AutoSubscriptionPolicyLimit\": 10,\n \"AutomaticActivation\": true,\n \"ClientNumLimit\": 4000,\n \"CreatedTime\": 1756879989,\n \"DestroyTime\": 0,\n \"DeviceCertificateProvisionType\": \"API\",\n \"ExpiryTime\": 1759471988911,\n \"InstanceId\": \"mqtt-7peanr83\",\n \"InstanceName\": \"instance-1\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"PRO\",\n \"MaxCaNum\": 20,\n \"MaxSubscription\": 120000,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxTopicFilterPerAutoSubscriptionPolicy\": 20,\n \"MaxTopicFilterPerSharedSubscriptionGroup\": 10,\n \"MessageRate\": -1,\n \"PayMode\": \"PREPAID\",\n \"RegistrationCode\": \"client-test\",\n \"Remark\": \"\",\n \"RenewFlag\": 1,\n \"ServerCertLimit\": 3,\n \"SharedSubscriptionGroupLimit\": 20,\n \"SkuCode\": \"pro_2k_2\",\n \"TopicNum\": 0,\n \"TopicNumLimit\": 300,\n \"TopicPrefixSlashLimit\": 2,\n \"TpsLimit\": 2000,\n \"TransportLayerSecurity\": \"TLSv1.3,TLSv1.2,TLSv1.1,TLSv1\",\n \"TrustedCaLimit\": 3,\n \"UseDefaultServerCert\": true,\n \"X509Mode\": \"BYOC\",\n \"RequestId\": \"8a95a551-ca77-45f6-aa00-77a090cac898\"\n }\n}",
280
280
  "title": "示例"
281
- },
282
- {
283
- "document": "查询MQTT实例详情信息",
284
- "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-zj944d74\"\n}",
285
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"AuthorizationPolicy\": true,\n \"AuthorizationPolicyLimit\": 20,\n \"AutoSubscriptionPolicyLimit\": 10,\n \"AutomaticActivation\": false,\n \"ClientNumLimit\": 6000,\n \"CreatedTime\": 1736236715,\n \"DestroyTime\": 0,\n \"DeviceCertificateProvisionType\": \"JITP\",\n \"ExpiryTime\": 0,\n \"InstanceId\": \"mqtt-zj944d74\",\n \"InstanceName\": \"seiroli-byoc-test-0107\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"PRO\",\n \"MaxCaNum\": 20,\n \"MaxSubscription\": 180000,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxTopicFilterPerAutoSubscriptionPolicy\": 5,\n \"MaxTopicFilterPerSharedSubscriptionGroup\": 10,\n \"PayMode\": \"POSTPAID\",\n \"RegistrationCode\": \"bf2ead84-e9e2-478e-a153-3b6baa9b78b1\",\n \"Remark\": \"\",\n \"RenewFlag\": 1,\n \"RequestId\": \"a71557b4-34ca-46b0-ab51-2420bf4555c2\",\n \"SharedSubscriptionGroupLimit\": 20,\n \"SkuCode\": \"pro_6k_1\",\n \"TopicNum\": 2,\n \"TopicNumLimit\": 300,\n \"TpsLimit\": 6000,\n \"X509Mode\": \"BYOC\"\n }\n}",
286
- "title": "查询MQTT实例详情信息"
287
281
  }
288
282
  ],
289
283
  "DescribeInstanceList": [
@@ -8,25 +8,25 @@
8
8
  "status": "online"
9
9
  },
10
10
  "ClassifyContent": {
11
- "document": "文本分类接口能够对用户输入的文章进行自动分类,将其映射到具体的类目上,用户只需要提供待分类的文本,而无需关注具体实现。该功能定义了一套较为完备的[三级分类体系](https://cloud.tencent.com/document/product/271/94286),积累了数百万的语料,经过多轮迭代优化打造了较先进的深度学习模型,以保证效果不断提升。",
11
+ "document": "NLP技术的句子相似度、相似词召回、文本分类、对联生成、诗词生成、词相似度、文本润色、句子生成和文本补全API接口将于2025年10月31日下线,届时将无法正常调用。为了避免对您的业务造成影响,请您尽快做好相关业务调整。如果您有NLP技术的产品需求,推荐您调用腾讯混元大模型(https://cloud.tencent.com/product/tclm)。\n\n文本分类接口能够对用户输入的文章进行自动分类,将其映射到具体的类目上,用户只需要提供待分类的文本,而无需关注具体实现。该功能定义了一套较为完备的[三级分类体系](https://cloud.tencent.com/document/product/271/94286),积累了数百万的语料,经过多轮迭代优化打造了较先进的深度学习模型,以保证效果不断提升。",
12
12
  "input": "ClassifyContentRequest",
13
13
  "name": "文本分类V2",
14
14
  "output": "ClassifyContentResponse",
15
- "status": "online"
15
+ "status": "deprecated"
16
16
  },
17
17
  "ComposeCouplet": {
18
- "document": "对联生成接口根据用户输入的命题关键词,智能生成一副完整的春联,包括上联、下联和横批。该接口利用先进的自然语言处理技术,确保生成的春联既符合传统对仗、对韵、对义的要求,又具有新意和创意,为用户提供独特的春节祝福。",
18
+ "document": "NLP技术的句子相似度、相似词召回、文本分类、对联生成、诗词生成、词相似度、文本润色、句子生成和文本补全API接口将于2025年10月31日下线,届时将无法正常调用。为了避免对您的业务造成影响,请您尽快做好相关业务调整。如果您有NLP技术的产品需求,推荐您调用腾讯混元大模型(https://cloud.tencent.com/product/tclm)。\n\n对联生成接口根据用户输入的命题关键词,智能生成一副完整的春联,包括上联、下联和横批。该接口利用先进的自然语言处理技术,确保生成的春联既符合传统对仗、对韵、对义的要求,又具有新意和创意,为用户提供独特的春节祝福。",
19
19
  "input": "ComposeCoupletRequest",
20
20
  "name": "对联生成",
21
21
  "output": "ComposeCoupletResponse",
22
- "status": "online"
22
+ "status": "deprecated"
23
23
  },
24
24
  "EvaluateSentenceSimilarity": {
25
- "document": "通过计算句子间的语义相似性,帮助您快速找到文本中重复或相似的句子,用于文本聚类、相似问题检索等应用场景。",
25
+ "document": "NLP技术的句子相似度、相似词召回、文本分类、对联生成、诗词生成、词相似度、文本润色、句子生成和文本补全API接口将于2025年10月31日下线,届时将无法正常调用。为了避免对您的业务造成影响,请您尽快做好相关业务调整。如果您有NLP技术的产品需求,推荐您调用腾讯混元大模型(https://cloud.tencent.com/product/tclm)。\n\n通过计算句子间的语义相似性,帮助您快速找到文本中重复或相似的句子,用于文本聚类、相似问题检索等应用场景。",
26
26
  "input": "EvaluateSentenceSimilarityRequest",
27
27
  "name": "句子相似度V2",
28
28
  "output": "EvaluateSentenceSimilarityResponse",
29
- "status": "online"
29
+ "status": "deprecated"
30
30
  },
31
31
  "ParseWords": {
32
32
  "document": "通过精准地对文本进行分词、词性标注、命名实体识别等功能,助您更好地理解文本内容,挖掘出潜在的价值信息。",