tccli 3.0.1123.1__py2.py3-none-any.whl → 3.0.1125.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +2 -2
  3. tccli/services/asr/v20190614/api.json +1 -1
  4. tccli/services/ccc/ccc_client.py +53 -0
  5. tccli/services/ccc/v20200210/api.json +89 -0
  6. tccli/services/ccc/v20200210/examples.json +8 -0
  7. tccli/services/cdb/v20170320/api.json +2 -2
  8. tccli/services/cfw/v20190904/api.json +6 -5
  9. tccli/services/cfw/v20190904/examples.json +1 -1
  10. tccli/services/cls/v20201016/api.json +1 -1
  11. tccli/services/csip/v20221121/api.json +1 -0
  12. tccli/services/cynosdb/v20190107/api.json +56 -26
  13. tccli/services/cynosdb/v20190107/examples.json +7 -7
  14. tccli/services/dlc/dlc_client.py +602 -72
  15. tccli/services/dlc/v20210125/api.json +856 -25
  16. tccli/services/dlc/v20210125/examples.json +86 -0
  17. tccli/services/dts/v20180330/api.json +62 -37
  18. tccli/services/dts/v20180330/examples.json +1 -1
  19. tccli/services/dts/v20211206/api.json +9 -0
  20. tccli/services/eb/v20210416/api.json +63 -45
  21. tccli/services/eb/v20210416/examples.json +3 -9
  22. tccli/services/ess/v20201111/api.json +1 -1
  23. tccli/services/essbasic/v20210526/api.json +1 -1
  24. tccli/services/facefusion/facefusion_client.py +53 -0
  25. tccli/services/facefusion/v20220927/api.json +168 -0
  26. tccli/services/facefusion/v20220927/examples.json +14 -0
  27. tccli/services/hunyuan/v20230901/api.json +15 -15
  28. tccli/services/hunyuan/v20230901/examples.json +5 -5
  29. tccli/services/iotexplorer/iotexplorer_client.py +53 -0
  30. tccli/services/iotexplorer/v20190423/api.json +136 -0
  31. tccli/services/iotexplorer/v20190423/examples.json +8 -0
  32. tccli/services/mongodb/v20190725/api.json +18 -13
  33. tccli/services/monitor/v20180724/api.json +2 -2
  34. tccli/services/mps/v20190612/api.json +22 -22
  35. tccli/services/ocr/v20181119/api.json +4 -4
  36. tccli/services/ocr/v20181119/examples.json +1 -1
  37. tccli/services/postgres/postgres_client.py +57 -4
  38. tccli/services/postgres/v20170312/api.json +404 -273
  39. tccli/services/postgres/v20170312/examples.json +29 -15
  40. tccli/services/pts/v20210728/api.json +1 -1
  41. tccli/services/pts/v20210728/examples.json +1 -1
  42. tccli/services/rum/v20210622/api.json +2 -2
  43. tccli/services/rum/v20210622/examples.json +2 -2
  44. tccli/services/smh/v20210712/api.json +2 -2
  45. tccli/services/sqlserver/v20180328/api.json +41 -29
  46. tccli/services/tcss/v20201101/api.json +3 -2
  47. tccli/services/tcss/v20201101/examples.json +1 -1
  48. tccli/services/teo/v20220901/api.json +5 -5
  49. tccli/services/tione/v20211111/api.json +70 -3
  50. tccli/services/tione/v20211111/examples.json +1 -1
  51. tccli/services/trp/trp_client.py +53 -0
  52. tccli/services/trp/v20210515/api.json +110 -0
  53. tccli/services/trp/v20210515/examples.json +8 -0
  54. tccli/services/vcg/v20240404/api.json +8 -8
  55. tccli/services/vtc/v20240223/api.json +20 -0
  56. tccli/services/waf/v20180125/api.json +11 -1
  57. tccli/services/waf/v20180125/examples.json +2 -2
  58. tccli/services/wedata/v20210820/api.json +60 -7
  59. {tccli-3.0.1123.1.dist-info → tccli-3.0.1125.1.dist-info}/METADATA +2 -2
  60. {tccli-3.0.1123.1.dist-info → tccli-3.0.1125.1.dist-info}/RECORD +63 -63
  61. {tccli-3.0.1123.1.dist-info → tccli-3.0.1125.1.dist-info}/WHEEL +0 -0
  62. {tccli-3.0.1123.1.dist-info → tccli-3.0.1125.1.dist-info}/entry_points.txt +0 -0
  63. {tccli-3.0.1123.1.dist-info → tccli-3.0.1125.1.dist-info}/license_files/LICENSE +0 -0
@@ -707,6 +707,13 @@
707
707
  "output": "GetTopicRuleListResponse",
708
708
  "status": "online"
709
709
  },
710
+ "GetWechatDeviceTicket": {
711
+ "document": "查询微信设备授权票据",
712
+ "input": "GetWechatDeviceTicketRequest",
713
+ "name": "查询微信授权票据",
714
+ "output": "GetWechatDeviceTicketResponse",
715
+ "status": "online"
716
+ },
710
717
  "InheritCloudStorageUser": {
711
718
  "document": "继承云存用户",
712
719
  "input": "InheritCloudStorageUserRequest",
@@ -8990,6 +8997,70 @@
8990
8997
  ],
8991
8998
  "type": "object"
8992
8999
  },
9000
+ "GetWechatDeviceTicketRequest": {
9001
+ "document": "GetWechatDeviceTicket请求参数结构体",
9002
+ "members": [
9003
+ {
9004
+ "disabled": false,
9005
+ "document": "产品ID",
9006
+ "example": "3DCCD",
9007
+ "member": "string",
9008
+ "name": "ProductId",
9009
+ "required": true,
9010
+ "type": "string"
9011
+ },
9012
+ {
9013
+ "disabled": false,
9014
+ "document": "产品名称",
9015
+ "example": "d1",
9016
+ "member": "string",
9017
+ "name": "DeviceName",
9018
+ "required": true,
9019
+ "type": "string"
9020
+ },
9021
+ {
9022
+ "disabled": false,
9023
+ "document": "是否第三方小程序",
9024
+ "example": "0",
9025
+ "member": "int64",
9026
+ "name": "IsThirdApp",
9027
+ "required": false,
9028
+ "type": "int"
9029
+ },
9030
+ {
9031
+ "disabled": false,
9032
+ "document": "模板ID",
9033
+ "example": "无",
9034
+ "member": "string",
9035
+ "name": "ModelId",
9036
+ "required": false,
9037
+ "type": "string"
9038
+ }
9039
+ ],
9040
+ "type": "object"
9041
+ },
9042
+ "GetWechatDeviceTicketResponse": {
9043
+ "document": "GetWechatDeviceTicket返回参数结构体",
9044
+ "members": [
9045
+ {
9046
+ "disabled": false,
9047
+ "document": "微信设备信息\n注意:此字段可能返回 null,表示取不到有效值。",
9048
+ "example": "无",
9049
+ "member": "WXDeviceInfo",
9050
+ "name": "WXDeviceInfo",
9051
+ "output_required": false,
9052
+ "type": "object",
9053
+ "value_allowed_null": true
9054
+ },
9055
+ {
9056
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
9057
+ "member": "string",
9058
+ "name": "RequestId",
9059
+ "type": "string"
9060
+ }
9061
+ ],
9062
+ "type": "object"
9063
+ },
8993
9064
  "InheritCloudStorageUserRequest": {
8994
9065
  "document": "InheritCloudStorageUser请求参数结构体",
8995
9066
  "members": [
@@ -12992,6 +13063,71 @@
12992
13063
  ],
12993
13064
  "type": "object"
12994
13065
  },
13066
+ "WXDeviceInfo": {
13067
+ "document": "微信硬件设备信息",
13068
+ "members": [
13069
+ {
13070
+ "disabled": false,
13071
+ "document": "设备ID\n注意:此字段可能返回 null,表示取不到有效值。",
13072
+ "example": "p/d",
13073
+ "member": "string",
13074
+ "name": "DeviceId",
13075
+ "output_required": false,
13076
+ "type": "string",
13077
+ "value_allowed_null": true
13078
+ },
13079
+ {
13080
+ "disabled": false,
13081
+ "document": "设备信息\n注意:此字段可能返回 null,表示取不到有效值。",
13082
+ "example": "无",
13083
+ "member": "WXIoTDeviceInfo",
13084
+ "name": "WXIoTDeviceInfo",
13085
+ "output_required": false,
13086
+ "type": "object",
13087
+ "value_allowed_null": true
13088
+ }
13089
+ ],
13090
+ "usage": "out"
13091
+ },
13092
+ "WXIoTDeviceInfo": {
13093
+ "document": "微信物联网硬件信息",
13094
+ "members": [
13095
+ {
13096
+ "disabled": false,
13097
+ "document": "sn信息\n注意:此字段可能返回 null,表示取不到有效值。",
13098
+ "example": "1234567",
13099
+ "member": "string",
13100
+ "name": "SN",
13101
+ "output_required": false,
13102
+ "required": false,
13103
+ "type": "string",
13104
+ "value_allowed_null": true
13105
+ },
13106
+ {
13107
+ "disabled": false,
13108
+ "document": "票据\n注意:此字段可能返回 null,表示取不到有效值。",
13109
+ "example": "4rf5gtg",
13110
+ "member": "string",
13111
+ "name": "SNTicket",
13112
+ "output_required": false,
13113
+ "required": false,
13114
+ "type": "string",
13115
+ "value_allowed_null": true
13116
+ },
13117
+ {
13118
+ "disabled": false,
13119
+ "document": "模版ID\n注意:此字段可能返回 null,表示取不到有效值。",
13120
+ "example": "3rfv",
13121
+ "member": "string",
13122
+ "name": "ModelId",
13123
+ "output_required": false,
13124
+ "required": false,
13125
+ "type": "string",
13126
+ "value_allowed_null": true
13127
+ }
13128
+ ],
13129
+ "usage": "both"
13130
+ },
12995
13131
  "WifiInfo": {
12996
13132
  "document": "wifi定位信息",
12997
13133
  "members": [
@@ -856,6 +856,14 @@
856
856
  "title": "获取规则列表"
857
857
  }
858
858
  ],
859
+ "GetWechatDeviceTicket": [
860
+ {
861
+ "document": "",
862
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetWechatDeviceTicket\n<公共请求参数>\n\n{\n \"ProductId\": \"123wdc\",\n \"DeviceName\": \"d1\"\n}",
863
+ "output": "{\n \"Response\": {\n \"WXDeviceInfo\": {\n \"DeviceId\": \"II0Q47L8B9/e_70660037_1\",\n \"WXIoTDeviceInfo\": {\n \"SN\": \"II0Q47L8B9_e_70660037_1\",\n \"SNTicket\": \"1d07ea20caa8a12e1e1\",\n \"ModelId\": \"xd1Fje8YfY4aWw\"\n }\n },\n \"RequestId\": \"PGagP4JXp\"\n }\n}",
864
+ "title": "成功示例"
865
+ }
866
+ ],
859
867
  "InheritCloudStorageUser": [
860
868
  {
861
869
  "document": "",
@@ -2414,8 +2414,8 @@
2414
2414
  "members": [
2415
2415
  {
2416
2416
  "disabled": false,
2417
- "document": "指定待查询参数列表的实例ID。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
2418
- "example": "cmgo-********",
2417
+ "document": "指定待查询参数列表的实例 ID。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
2418
+ "example": "cmgo-p8vn****",
2419
2419
  "member": "string",
2420
2420
  "name": "InstanceId",
2421
2421
  "required": true,
@@ -2429,19 +2429,21 @@
2429
2429
  "members": [
2430
2430
  {
2431
2431
  "disabled": false,
2432
- "document": "参数值为枚举类型参数集合。",
2432
+ "document": "参数值为枚举类型的参数集合。",
2433
2433
  "example": "无",
2434
2434
  "member": "InstanceEnumParam",
2435
2435
  "name": "InstanceEnumParam",
2436
+ "output_required": true,
2436
2437
  "type": "list",
2437
2438
  "value_allowed_null": false
2438
2439
  },
2439
2440
  {
2440
2441
  "disabled": false,
2441
- "document": "参数值为 Integer 类型参数集合。",
2442
+ "document": "参数值为 Integer 类型的参数集合。",
2442
2443
  "example": "无",
2443
2444
  "member": "InstanceIntegerParam",
2444
2445
  "name": "InstanceIntegerParam",
2446
+ "output_required": true,
2445
2447
  "type": "list",
2446
2448
  "value_allowed_null": false
2447
2449
  },
@@ -2451,6 +2453,7 @@
2451
2453
  "example": "无",
2452
2454
  "member": "InstanceTextParam",
2453
2455
  "name": "InstanceTextParam",
2456
+ "output_required": true,
2454
2457
  "type": "list",
2455
2458
  "value_allowed_null": false
2456
2459
  },
@@ -2460,15 +2463,17 @@
2460
2463
  "example": "无",
2461
2464
  "member": "InstanceMultiParam",
2462
2465
  "name": "InstanceMultiParam",
2466
+ "output_required": true,
2463
2467
  "type": "list",
2464
2468
  "value_allowed_null": false
2465
2469
  },
2466
2470
  {
2467
2471
  "disabled": false,
2468
- "document": "当前实例支持修改的参数个数统计 如0",
2472
+ "document": "当前实例支持修改的参数数量。",
2469
2473
  "example": "2",
2470
2474
  "member": "uint64",
2471
2475
  "name": "TotalCount",
2476
+ "output_required": true,
2472
2477
  "type": "int",
2473
2478
  "value_allowed_null": false
2474
2479
  },
@@ -3745,7 +3750,7 @@
3745
3750
  "example": "\"all\"",
3746
3751
  "member": "string",
3747
3752
  "name": "CurrentValue",
3748
- "required": true,
3753
+ "output_required": true,
3749
3754
  "type": "string",
3750
3755
  "value_allowed_null": false
3751
3756
  },
@@ -3755,7 +3760,7 @@
3755
3760
  "example": "\"slowOp\"",
3756
3761
  "member": "string",
3757
3762
  "name": "DefaultValue",
3758
- "required": true,
3763
+ "output_required": true,
3759
3764
  "type": "string",
3760
3765
  "value_allowed_null": false
3761
3766
  },
@@ -3765,7 +3770,7 @@
3765
3770
  "example": "[\"off\",\"slowOp\",\"all\"]",
3766
3771
  "member": "string",
3767
3772
  "name": "EnumValue",
3768
- "required": true,
3773
+ "output_required": true,
3769
3774
  "type": "list",
3770
3775
  "value_allowed_null": false
3771
3776
  },
@@ -3775,7 +3780,7 @@
3775
3780
  "example": "\"0\"",
3776
3781
  "member": "string",
3777
3782
  "name": "NeedRestart",
3778
- "required": true,
3783
+ "output_required": true,
3779
3784
  "type": "string",
3780
3785
  "value_allowed_null": false
3781
3786
  },
@@ -3785,7 +3790,7 @@
3785
3790
  "example": "\"operationProfiling.mode\"",
3786
3791
  "member": "string",
3787
3792
  "name": "ParamName",
3788
- "required": true,
3793
+ "output_required": true,
3789
3794
  "type": "string",
3790
3795
  "value_allowed_null": false
3791
3796
  },
@@ -3795,7 +3800,7 @@
3795
3800
  "example": "[\"事务加锁超时时间\",\"max transaction lockrequest timeout millis\"]",
3796
3801
  "member": "string",
3797
3802
  "name": "Tips",
3798
- "required": true,
3803
+ "output_required": true,
3799
3804
  "type": "list",
3800
3805
  "value_allowed_null": false
3801
3806
  },
@@ -3805,7 +3810,7 @@
3805
3810
  "example": "\"enum\"",
3806
3811
  "member": "string",
3807
3812
  "name": "ValueType",
3808
- "required": true,
3813
+ "output_required": true,
3809
3814
  "type": "string",
3810
3815
  "value_allowed_null": false
3811
3816
  },
@@ -3815,7 +3820,7 @@
3815
3820
  "example": "1",
3816
3821
  "member": "uint64",
3817
3822
  "name": "Status",
3818
- "required": true,
3823
+ "output_required": true,
3819
3824
  "type": "int",
3820
3825
  "value_allowed_null": false
3821
3826
  }
@@ -638,7 +638,7 @@
638
638
  "status": "online"
639
639
  },
640
640
  "DescribePrometheusInstanceUsage": {
641
- "document": " 查询Prometheus按量实例用量",
641
+ "document": "查询Prometheus按量实例用量",
642
642
  "input": "DescribePrometheusInstanceUsageRequest",
643
643
  "name": "查询Prometheus按量实例用量",
644
644
  "output": "DescribePrometheusInstanceUsageResponse",
@@ -11988,7 +11988,7 @@
11988
11988
  "example": "无",
11989
11989
  "member": "PrometheusInstanceTenantUsage",
11990
11990
  "name": "UsageSet",
11991
- "required": true,
11991
+ "output_required": true,
11992
11992
  "type": "list",
11993
11993
  "value_allowed_null": true
11994
11994
  },
@@ -12878,7 +12878,7 @@
12878
12878
  "members": [
12879
12879
  {
12880
12880
  "disabled": false,
12881
- "document": "任务类型,目前取值有:\n<li>WorkflowTask:视频工作流处理任务。</li>\n<li>EditMediaTask:视频编辑任务。</li>\n<li>LiveStreamProcessTask:直播流处理任务。</li>\n<li>ScheduleTask:编排处理任务。</li>",
12881
+ "document": "任务类型,目前取值有:<li>WorkflowTask:视频工作流处理任务。</li><li>EditMediaTask:视频编辑任务。</li><li>LiveStreamProcessTask:直播流处理任务。</li><li>ScheduleTask:编排处理任务。</li><li>EvaluationTask:评测任务。</li>",
12882
12882
  "example": "WorkflowTask",
12883
12883
  "member": "string",
12884
12884
  "name": "TaskType",
@@ -18214,7 +18214,7 @@
18214
18214
  "example": "NULL",
18215
18215
  "member": "string",
18216
18216
  "name": "Status",
18217
- "required": true,
18217
+ "output_required": true,
18218
18218
  "type": "string",
18219
18219
  "value_allowed_null": false
18220
18220
  },
@@ -18224,7 +18224,7 @@
18224
18224
  "example": "NULL",
18225
18225
  "member": "string",
18226
18226
  "name": "ErrCodeExt",
18227
- "required": true,
18227
+ "output_required": true,
18228
18228
  "type": "string",
18229
18229
  "value_allowed_null": false
18230
18230
  },
@@ -18234,7 +18234,7 @@
18234
18234
  "example": "NULL",
18235
18235
  "member": "int64",
18236
18236
  "name": "ErrCode",
18237
- "required": true,
18237
+ "output_required": true,
18238
18238
  "type": "int",
18239
18239
  "value_allowed_null": false
18240
18240
  },
@@ -18244,7 +18244,7 @@
18244
18244
  "example": "NULL",
18245
18245
  "member": "string",
18246
18246
  "name": "Message",
18247
- "required": true,
18247
+ "output_required": true,
18248
18248
  "type": "string",
18249
18249
  "value_allowed_null": false
18250
18250
  },
@@ -18254,7 +18254,7 @@
18254
18254
  "example": "NULL",
18255
18255
  "member": "AnimatedGraphicTaskInput",
18256
18256
  "name": "Input",
18257
- "required": true,
18257
+ "output_required": true,
18258
18258
  "type": "object",
18259
18259
  "value_allowed_null": false
18260
18260
  },
@@ -18264,7 +18264,7 @@
18264
18264
  "example": "NULL",
18265
18265
  "member": "MediaAnimatedGraphicsItem",
18266
18266
  "name": "Output",
18267
- "required": true,
18267
+ "output_required": true,
18268
18268
  "type": "object",
18269
18269
  "value_allowed_null": true
18270
18270
  },
@@ -18274,7 +18274,7 @@
18274
18274
  "example": "2019-07-16T06:21:28Z",
18275
18275
  "member": "string",
18276
18276
  "name": "BeginProcessTime",
18277
- "required": false,
18277
+ "output_required": true,
18278
18278
  "type": "string",
18279
18279
  "value_allowed_null": true
18280
18280
  },
@@ -18284,7 +18284,7 @@
18284
18284
  "example": "2019-07-16T06:21:46Z",
18285
18285
  "member": "string",
18286
18286
  "name": "FinishTime",
18287
- "required": false,
18287
+ "output_required": true,
18288
18288
  "type": "string",
18289
18289
  "value_allowed_null": true
18290
18290
  }
@@ -18300,7 +18300,7 @@
18300
18300
  "example": "NULL",
18301
18301
  "member": "string",
18302
18302
  "name": "Status",
18303
- "required": true,
18303
+ "output_required": true,
18304
18304
  "type": "string",
18305
18305
  "value_allowed_null": false
18306
18306
  },
@@ -18310,7 +18310,7 @@
18310
18310
  "example": "NULL",
18311
18311
  "member": "string",
18312
18312
  "name": "ErrCodeExt",
18313
- "required": true,
18313
+ "output_required": true,
18314
18314
  "type": "string",
18315
18315
  "value_allowed_null": false
18316
18316
  },
@@ -18320,7 +18320,7 @@
18320
18320
  "example": "NULL",
18321
18321
  "member": "int64",
18322
18322
  "name": "ErrCode",
18323
- "required": true,
18323
+ "output_required": true,
18324
18324
  "type": "int",
18325
18325
  "value_allowed_null": false
18326
18326
  },
@@ -18330,7 +18330,7 @@
18330
18330
  "example": "NULL",
18331
18331
  "member": "string",
18332
18332
  "name": "Message",
18333
- "required": true,
18333
+ "output_required": true,
18334
18334
  "type": "string",
18335
18335
  "value_allowed_null": false
18336
18336
  },
@@ -18340,7 +18340,7 @@
18340
18340
  "example": "NULL",
18341
18341
  "member": "ImageSpriteTaskInput",
18342
18342
  "name": "Input",
18343
- "required": true,
18343
+ "output_required": true,
18344
18344
  "type": "object",
18345
18345
  "value_allowed_null": false
18346
18346
  },
@@ -18350,7 +18350,7 @@
18350
18350
  "example": "NULL",
18351
18351
  "member": "MediaImageSpriteItem",
18352
18352
  "name": "Output",
18353
- "required": true,
18353
+ "output_required": true,
18354
18354
  "type": "object",
18355
18355
  "value_allowed_null": true
18356
18356
  },
@@ -18360,7 +18360,7 @@
18360
18360
  "example": "2019-07-16T06:21:28Z",
18361
18361
  "member": "string",
18362
18362
  "name": "BeginProcessTime",
18363
- "required": false,
18363
+ "output_required": true,
18364
18364
  "type": "string",
18365
18365
  "value_allowed_null": true
18366
18366
  },
@@ -18370,7 +18370,7 @@
18370
18370
  "example": "2019-07-16T06:21:46Z",
18371
18371
  "member": "string",
18372
18372
  "name": "FinishTime",
18373
- "required": false,
18373
+ "output_required": true,
18374
18374
  "type": "string",
18375
18375
  "value_allowed_null": true
18376
18376
  }
@@ -22456,7 +22456,7 @@
22456
22456
  "example": "true",
22457
22457
  "member": "bool",
22458
22458
  "name": "NoAudio",
22459
- "required": true,
22459
+ "output_required": true,
22460
22460
  "type": "bool",
22461
22461
  "value_allowed_null": true
22462
22462
  },
@@ -22466,7 +22466,7 @@
22466
22466
  "example": "true",
22467
22467
  "member": "bool",
22468
22468
  "name": "NoVideo",
22469
- "required": true,
22469
+ "output_required": true,
22470
22470
  "type": "bool",
22471
22471
  "value_allowed_null": true
22472
22472
  },
@@ -22476,7 +22476,7 @@
22476
22476
  "example": "95",
22477
22477
  "member": "int64",
22478
22478
  "name": "QualityEvaluationScore",
22479
- "required": true,
22479
+ "output_required": true,
22480
22480
  "type": "int",
22481
22481
  "value_allowed_null": true
22482
22482
  },
@@ -22486,7 +22486,7 @@
22486
22486
  "example": "无",
22487
22487
  "member": "QualityControlResult",
22488
22488
  "name": "QualityControlResultSet",
22489
- "required": true,
22489
+ "output_required": true,
22490
22490
  "type": "list",
22491
22491
  "value_allowed_null": true
22492
22492
  }
@@ -26027,7 +26027,7 @@
26027
26027
  },
26028
26028
  {
26029
26029
  "disabled": false,
26030
- "document": "视频帧率,取值范围:[0, 120],单位:Hz。\n当取值为 0,表示帧率和原始视频保持一致。\n注意:自适应码率时取值范围是 [0, 60]",
26030
+ "document": "视频帧率,取值范围:[0, 120],单位:Hz。 \n当取值为 0,表示帧率和原始视频保持一致。 \n注意:自适应码率时取值范围是 [0, 60]",
26031
26031
  "example": "0",
26032
26032
  "member": "int64",
26033
26033
  "name": "Fps",
@@ -141,9 +141,9 @@
141
141
  "status": "online"
142
142
  },
143
143
  "GeneralAccurateOCR": {
144
- "document": "本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。\n\n适用于文字较多、版式复杂、对识别准召率要求较高的场景,如试卷试题、网络图片、街景店招牌、法律卷宗等场景。\n\n产品优势:与通用印刷体识别相比,提供更高精度的文字识别服务,在文字较多、长串数字、小字、模糊字、倾斜文本等困难场景下,高精度版的准确率和召回率更高。\n\n通用印刷体识别不同版本的差异如下:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:150px\"></th>\n <th >【荐】通用印刷体识别(高精度版)</th>\n <th style=\"width:200px\"><a href=\"https://cloud.tencent.com/document/product/866/33526\">【荐】通用印刷体识别</a></th>\n <th><a href=\"https://cloud.tencent.com/document/product/866/37831\">通用印刷体识别(精简版)</a></th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td> 适用场景</td>\n <td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>\n <td>适用于所有通用场景的印刷体识别</td>\n <td>适用于快速文本识别场景,准召率有一定损失,价格更优惠</td>\n </tr>\n <tr>\n <td>识别准确率</td>\n <td>99%</td>\n <td>96%</td>\n <td>91%</td>\n </tr>\n <tr>\n <td>价格</td>\n <td>高</td>\n <td>中</td>\n <td>低</td>\n </tr>\n <tr>\n <td>支持的语言</td>\n <td>中文、英文、中英文</td>\n <td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td> \n <td>中文、英文、中英文</td>\n </tr>\n <tr>\n <td>自动语言检测</td>\n <td>支持</td>\n <td>支持</td> \n <td>支持</td>\n </tr>\n <tr>\n <td>返回文本行坐标</td>\n <td>支持</td>\n <td>支持</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>自动旋转纠正</td>\n <td>支持旋转识别,返回角度信息</td>\n <td>支持旋转识别,返回角度信息</td>\n <td>支持旋转识别,返回角度信息</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:10次/秒。",
144
+ "document": "本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。\n\n适用于文字较多、版式复杂、对识别准召率要求较高的场景,如试卷试题、网络图片、街景店招牌、法律卷宗等场景。\n\n产品优势:与通用印刷体识别接口相比,本接口提供更高精度的通用文字识别服务,在手写体、文字较多、长串数字、小字、模糊字、倾斜文本等困难场景下,高精度版的准确率和召回率更高。\n\n通用文字识别不同版本的差异如下:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:150px\"></th>\n <th >【荐】通用印刷体识别(高精度版)</th>\n <th style=\"width:200px\"><a href=\"https://cloud.tencent.com/document/product/866/33526\">【荐】通用印刷体识别</a></th>\n <th><a href=\"https://cloud.tencent.com/document/product/866/37831\">通用印刷体识别(精简版)</a></th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td> 适用场景</td>\n <td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>\n <td>适用于所有通用场景的印刷体识别</td>\n <td>适用于快速文本识别场景,准召率有一定损失,价格更优惠</td>\n </tr>\n <tr>\n <td>识别准确率</td>\n <td>99%</td>\n <td>96%</td>\n <td>91%</td>\n </tr>\n <tr>\n <td>价格</td>\n <td>高</td>\n <td>中</td>\n <td>低</td>\n </tr>\n <tr>\n <td>支持的语言</td>\n <td>中文、英文、中英文</td>\n <td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td> \n <td>中文、英文、中英文</td>\n </tr>\n <tr>\n <td>自动语言检测</td>\n <td>支持</td>\n <td>支持</td> \n <td>支持</td>\n </tr>\n <tr>\n <td>返回文本行坐标</td>\n <td>支持</td>\n <td>支持</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>自动旋转纠正</td>\n <td>支持旋转识别,返回角度信息</td>\n <td>支持旋转识别,返回角度信息</td>\n <td>支持旋转识别,返回角度信息</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:10次/秒。",
145
145
  "input": "GeneralAccurateOCRRequest",
146
- "name": "通用印刷体识别(高精度版)",
146
+ "name": "通用文字识别(高精度版)",
147
147
  "output": "GeneralAccurateOCRResponse",
148
148
  "status": "online"
149
149
  },
@@ -582,7 +582,7 @@
582
582
  "status": "online"
583
583
  },
584
584
  "VinOCR": {
585
- "document": "本接口支持图片内车辆识别代号(VIN)的检测和识别。",
585
+ "document": "本接口支持图片内车辆识别代号(VIN)的检测和识别。\n默认接口请求频率限制:10次/秒。",
586
586
  "input": "VinOCRRequest",
587
587
  "name": "车辆VIN码识别",
588
588
  "output": "VinOCRResponse",
@@ -20664,7 +20664,7 @@
20664
20664
  "example": "LBV2B25G2E5069977",
20665
20665
  "member": "string",
20666
20666
  "name": "Vin",
20667
- "required": true,
20667
+ "output_required": true,
20668
20668
  "type": "string",
20669
20669
  "value_allowed_null": false
20670
20670
  },
@@ -183,7 +183,7 @@
183
183
  "document": "图像整体文字的检测和识别,返回文字框位置与文字内容",
184
184
  "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GeneralAccurateOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://xx/a.jpg\"\n}",
185
185
  "output": "{\n \"Response\": {\n \"Angle\": 359.989990234375,\n \"RequestId\": \"05441696-96fb-48a8-a445-49df03836fba\",\n \"TextDetections\": [\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":1}}\",\n \"Confidence\": 99,\n \"DetectedText\": \"轻断食:正在横扫全球的瘦身革命\",\n \"ItemPolygon\": {\n \"Height\": 22,\n \"Width\": 263,\n \"X\": 446,\n \"Y\": 93\n },\n \"Polygon\": [\n {\n \"X\": 446,\n \"Y\": 93\n },\n {\n \"X\": 709,\n \"Y\": 96\n },\n {\n \"X\": 708,\n \"Y\": 118\n },\n {\n \"X\": 446,\n \"Y\": 114\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":2}}\",\n \"Confidence\": 99,\n \"DetectedText\": \"专题报道。\",\n \"ItemPolygon\": {\n \"Height\": 25,\n \"Width\": 100,\n \"X\": 47,\n \"Y\": 201\n },\n \"Polygon\": [\n {\n \"X\": 47,\n \"Y\": 201\n },\n {\n \"X\": 147,\n \"Y\": 200\n },\n {\n \"X\": 147,\n \"Y\": 225\n },\n {\n \"X\": 48,\n \"Y\": 226\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":3}}\",\n \"Confidence\": 99,\n \"DetectedText\": \"2009年,我写了 《减肥前要做的101件事》(101 Things to Do\",\n \"ItemPolygon\": {\n \"Height\": 27,\n \"Width\": 628,\n \"X\": 88,\n \"Y\": 244\n },\n \"Polygon\": [\n {\n \"X\": 88,\n \"Y\": 244\n },\n {\n \"X\": 716,\n \"Y\": 247\n },\n {\n \"X\": 716,\n \"Y\": 274\n },\n {\n \"X\": 88,\n \"Y\": 271\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":3}}\",\n \"Confidence\": 99,\n \"DetectedText\": \"Before You Diet), 归纳我尝试各种流行减肥法的气馁经验, 每种方\",\n \"ItemPolygon\": {\n \"Height\": 27,\n \"Width\": 675,\n \"X\": 42,\n \"Y\": 292\n },\n \"Polygon\": [\n {\n \"X\": 42,\n \"Y\": 292\n },\n {\n \"X\": 717,\n \"Y\": 290\n },\n {\n \"X\": 717,\n \"Y\": 317\n },\n {\n \"X\": 43,\n \"Y\": 320\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":3}}\",\n \"Confidence\": 99,\n \"DetectedText\": \"法似乎都注定失败。\",\n \"ItemPolygon\": {\n \"Height\": 25,\n \"Width\": 192,\n \"X\": 45,\n \"Y\": 340\n },\n \"Polygon\": [\n {\n \"X\": 45,\n \"Y\": 340\n },\n {\n \"X\": 237,\n \"Y\": 340\n },\n {\n \"X\": 237,\n \"Y\": 365\n },\n {\n \"X\": 45,\n \"Y\": 365\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":4}}\",\n \"Confidence\": 99,\n \"DetectedText\": \"这二十年来我接触过的减肥方法中, 只有轻断食让我在瘦下来之 \",\n \"ItemPolygon\": {\n \"Height\": 27,\n \"Width\": 633,\n \"X\": 88,\n \"Y\": 384\n },\n \"Polygon\": [\n {\n \"X\": 88,\n \"Y\": 384\n },\n {\n \"X\": 721,\n \"Y\": 384\n },\n {\n \"X\": 721,\n \"Y\": 411\n },\n {\n \"X\": 88,\n \"Y\": 411\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":4}}\",\n \"Confidence\": 99,\n \"DetectedText\": \"后不反弹。\",\n \"ItemPolygon\": {\n \"Height\": 24,\n \"Width\": 105,\n \"X\": 42,\n \"Y\": 435\n },\n \"Polygon\": [\n {\n \"X\": 42,\n \"Y\": 435\n },\n {\n \"X\": 147,\n \"Y\": 433\n },\n {\n \"X\": 148,\n \"Y\": 457\n },\n {\n \"X\": 43,\n \"Y\": 460\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":4}}\",\n \"Confidence\": 96,\n \"DetectedText\": \"至于抗衰老的健康益处,\",\n \"ItemPolygon\": {\n \"Height\": 24,\n \"Width\": 250,\n \"X\": 148,\n \"Y\": 433\n },\n \"Polygon\": [\n {\n \"X\": 148,\n \"Y\": 433\n },\n {\n \"X\": 398,\n \"Y\": 433\n },\n {\n \"X\": 398,\n \"Y\": 457\n },\n {\n \"X\": 148,\n \"Y\": 457\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n },\n {\n \"AdvancedInfo\": \"{\\\"Parag\\\":{\\\"ParagNo\\\":4}}\",\n \"Confidence\": 99,\n \"DetectedText\": \"更是得来全不费工夫。\",\n \"ItemPolygon\": {\n \"Height\": 26,\n \"Width\": 223,\n \"X\": 398,\n \"Y\": 431\n },\n \"Polygon\": [\n {\n \"X\": 398,\n \"Y\": 431\n },\n {\n \"X\": 621,\n \"Y\": 431\n },\n {\n \"X\": 621,\n \"Y\": 457\n },\n {\n \"X\": 398,\n \"Y\": 457\n }\n ],\n \"WordCoordPoint\": [],\n \"Words\": []\n }\n ]\n }\n}",
186
- "title": "通用印刷体识别(高精度版)示例代码 [ 前往调试工具](https://console.cloud.tencent.com/api/explorer?Product=ocr&Action=GeneralAccurateOCR)"
186
+ "title": "通用文字识别(高精度版)示例代码 [ 前往调试工具](https://console.cloud.tencent.com/api/explorer?Product=ocr&Action=GeneralAccurateOCR)"
187
187
  }
188
188
  ],
189
189
  "GeneralBasicOCR": [