tccli 3.0.1229.1__py2.py3-none-any.whl → 3.0.1231.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 (59) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/aiart_client.py +110 -4
  3. tccli/services/aiart/v20221229/api.json +197 -10
  4. tccli/services/aiart/v20221229/examples.json +16 -0
  5. tccli/services/batch/v20170312/api.json +19 -14
  6. tccli/services/cam/cam_client.py +53 -0
  7. tccli/services/cam/v20190116/api.json +125 -52
  8. tccli/services/cam/v20190116/examples.json +12 -4
  9. tccli/services/cfg/v20210820/api.json +9 -0
  10. tccli/services/cfw/v20190904/api.json +1 -1
  11. tccli/services/cloudaudit/v20190319/api.json +39 -39
  12. tccli/services/cloudaudit/v20190319/examples.json +5 -5
  13. tccli/services/cvm/v20170312/api.json +53 -55
  14. tccli/services/cvm/v20170312/examples.json +3 -3
  15. tccli/services/cwp/v20180228/api.json +1 -1
  16. tccli/services/cynosdb/cynosdb_client.py +110 -57
  17. tccli/services/cynosdb/v20190107/api.json +166 -18
  18. tccli/services/cynosdb/v20190107/examples.json +14 -0
  19. tccli/services/dbbrain/v20210527/api.json +3 -1
  20. tccli/services/emr/emr_client.py +110 -4
  21. tccli/services/emr/v20190103/api.json +645 -0
  22. tccli/services/emr/v20190103/examples.json +16 -0
  23. tccli/services/es/v20180416/api.json +106 -8
  24. tccli/services/essbasic/v20210526/api.json +2 -2
  25. tccli/services/iotexplorer/v20190423/api.json +10 -0
  26. tccli/services/ivld/v20210903/api.json +25 -25
  27. tccli/services/ivld/v20210903/examples.json +1 -1
  28. tccli/services/lcic/v20220817/api.json +2 -2
  29. tccli/services/lke/v20231130/api.json +4 -4
  30. tccli/services/memcached/v20190318/api.json +20 -20
  31. tccli/services/mps/v20190612/api.json +65 -1
  32. tccli/services/mqtt/mqtt_client.py +283 -71
  33. tccli/services/mqtt/v20240516/api.json +312 -0
  34. tccli/services/mqtt/v20240516/examples.json +32 -0
  35. tccli/services/ocr/v20181119/api.json +251 -28
  36. tccli/services/ocr/v20181119/examples.json +1 -1
  37. tccli/services/postgres/v20170312/api.json +232 -228
  38. tccli/services/postgres/v20170312/examples.json +38 -38
  39. tccli/services/redis/v20180412/examples.json +2 -2
  40. tccli/services/ssl/v20191205/api.json +4 -4
  41. tccli/services/ssl/v20191205/examples.json +1 -1
  42. tccli/services/sts/v20180813/api.json +9 -9
  43. tccli/services/tdmq/v20200217/api.json +2 -2
  44. tccli/services/trtc/v20190722/api.json +4 -8
  45. tccli/services/tse/tse_client.py +228 -16
  46. tccli/services/tse/v20201207/api.json +476 -0
  47. tccli/services/tse/v20201207/examples.json +32 -0
  48. tccli/services/vclm/v20240523/api.json +3 -3
  49. tccli/services/vdb/v20230616/api.json +3 -3
  50. tccli/services/vdb/v20230616/examples.json +1 -1
  51. tccli/services/vod/v20180717/api.json +17 -17
  52. tccli/services/vpc/v20170312/api.json +510 -34
  53. tccli/services/vpc/v20170312/examples.json +68 -12
  54. tccli/services/vpc/vpc_client.py +475 -104
  55. {tccli-3.0.1229.1.dist-info → tccli-3.0.1231.1.dist-info}/METADATA +2 -2
  56. {tccli-3.0.1229.1.dist-info → tccli-3.0.1231.1.dist-info}/RECORD +59 -59
  57. {tccli-3.0.1229.1.dist-info → tccli-3.0.1231.1.dist-info}/WHEEL +0 -0
  58. {tccli-3.0.1229.1.dist-info → tccli-3.0.1231.1.dist-info}/entry_points.txt +0 -0
  59. {tccli-3.0.1229.1.dist-info → tccli-3.0.1231.1.dist-info}/license_files/LICENSE +0 -0
@@ -956,7 +956,7 @@
956
956
  "example": "无",
957
957
  "member": "string",
958
958
  "name": "Title",
959
- "required": false,
959
+ "output_required": true,
960
960
  "type": "string",
961
961
  "value_allowed_null": false
962
962
  },
@@ -966,7 +966,7 @@
966
966
  "example": "无",
967
967
  "member": "string",
968
968
  "name": "Number",
969
- "required": false,
969
+ "output_required": true,
970
970
  "type": "string",
971
971
  "value_allowed_null": false
972
972
  },
@@ -976,7 +976,7 @@
976
976
  "example": "无",
977
977
  "member": "string",
978
978
  "name": "CheckCode",
979
- "required": false,
979
+ "output_required": true,
980
980
  "type": "string",
981
981
  "value_allowed_null": false
982
982
  },
@@ -986,7 +986,7 @@
986
986
  "example": "无",
987
987
  "member": "string",
988
988
  "name": "SerialNumber",
989
- "required": false,
989
+ "output_required": true,
990
990
  "type": "string",
991
991
  "value_allowed_null": false
992
992
  },
@@ -996,7 +996,7 @@
996
996
  "example": "无",
997
997
  "member": "string",
998
998
  "name": "Date",
999
- "required": false,
999
+ "output_required": true,
1000
1000
  "type": "string",
1001
1001
  "value_allowed_null": false
1002
1002
  },
@@ -1006,7 +1006,7 @@
1006
1006
  "example": "无",
1007
1007
  "member": "string",
1008
1008
  "name": "AgentCode",
1009
- "required": false,
1009
+ "output_required": true,
1010
1010
  "type": "string",
1011
1011
  "value_allowed_null": false
1012
1012
  },
@@ -1016,7 +1016,7 @@
1016
1016
  "example": "无",
1017
1017
  "member": "string",
1018
1018
  "name": "AgentCodeFirst",
1019
- "required": false,
1019
+ "output_required": true,
1020
1020
  "type": "string",
1021
1021
  "value_allowed_null": false
1022
1022
  },
@@ -1026,7 +1026,7 @@
1026
1026
  "example": "无",
1027
1027
  "member": "string",
1028
1028
  "name": "AgentCodeSecond",
1029
- "required": false,
1029
+ "output_required": true,
1030
1030
  "type": "string",
1031
1031
  "value_allowed_null": false
1032
1032
  },
@@ -1036,7 +1036,7 @@
1036
1036
  "example": "无",
1037
1037
  "member": "string",
1038
1038
  "name": "UserName",
1039
- "required": false,
1039
+ "output_required": true,
1040
1040
  "type": "string",
1041
1041
  "value_allowed_null": false
1042
1042
  },
@@ -1046,7 +1046,7 @@
1046
1046
  "example": "无",
1047
1047
  "member": "string",
1048
1048
  "name": "UserID",
1049
- "required": false,
1049
+ "output_required": true,
1050
1050
  "type": "string",
1051
1051
  "value_allowed_null": false
1052
1052
  },
@@ -1056,7 +1056,7 @@
1056
1056
  "example": "无",
1057
1057
  "member": "string",
1058
1058
  "name": "Issuer",
1059
- "required": false,
1059
+ "output_required": true,
1060
1060
  "type": "string",
1061
1061
  "value_allowed_null": false
1062
1062
  },
@@ -1066,7 +1066,7 @@
1066
1066
  "example": "无",
1067
1067
  "member": "string",
1068
1068
  "name": "Fare",
1069
- "required": false,
1069
+ "output_required": true,
1070
1070
  "type": "string",
1071
1071
  "value_allowed_null": false
1072
1072
  },
@@ -1076,7 +1076,7 @@
1076
1076
  "example": "无",
1077
1077
  "member": "string",
1078
1078
  "name": "Tax",
1079
- "required": false,
1079
+ "output_required": true,
1080
1080
  "type": "string",
1081
1081
  "value_allowed_null": false
1082
1082
  },
@@ -1086,7 +1086,7 @@
1086
1086
  "example": "无",
1087
1087
  "member": "string",
1088
1088
  "name": "FuelSurcharge",
1089
- "required": false,
1089
+ "output_required": true,
1090
1090
  "type": "string",
1091
1091
  "value_allowed_null": false
1092
1092
  },
@@ -1096,7 +1096,7 @@
1096
1096
  "example": "无",
1097
1097
  "member": "string",
1098
1098
  "name": "AirDevelopmentFund",
1099
- "required": false,
1099
+ "output_required": true,
1100
1100
  "type": "string",
1101
1101
  "value_allowed_null": false
1102
1102
  },
@@ -1106,7 +1106,7 @@
1106
1106
  "example": "无",
1107
1107
  "member": "string",
1108
1108
  "name": "Insurance",
1109
- "required": false,
1109
+ "output_required": true,
1110
1110
  "type": "string",
1111
1111
  "value_allowed_null": false
1112
1112
  },
@@ -1116,7 +1116,7 @@
1116
1116
  "example": "无",
1117
1117
  "member": "string",
1118
1118
  "name": "Total",
1119
- "required": false,
1119
+ "output_required": true,
1120
1120
  "type": "string",
1121
1121
  "value_allowed_null": false
1122
1122
  },
@@ -1126,7 +1126,7 @@
1126
1126
  "example": "无",
1127
1127
  "member": "string",
1128
1128
  "name": "Kind",
1129
- "required": false,
1129
+ "output_required": true,
1130
1130
  "type": "string",
1131
1131
  "value_allowed_null": false
1132
1132
  },
@@ -1136,7 +1136,7 @@
1136
1136
  "example": "无",
1137
1137
  "member": "string",
1138
1138
  "name": "DomesticInternationalTag",
1139
- "required": false,
1139
+ "output_required": true,
1140
1140
  "type": "string",
1141
1141
  "value_allowed_null": false
1142
1142
  },
@@ -1146,7 +1146,7 @@
1146
1146
  "example": "无",
1147
1147
  "member": "string",
1148
1148
  "name": "DateStart",
1149
- "required": false,
1149
+ "output_required": true,
1150
1150
  "type": "string",
1151
1151
  "value_allowed_null": false
1152
1152
  },
@@ -1156,7 +1156,7 @@
1156
1156
  "example": "无",
1157
1157
  "member": "string",
1158
1158
  "name": "DateEnd",
1159
- "required": false,
1159
+ "output_required": true,
1160
1160
  "type": "string",
1161
1161
  "value_allowed_null": false
1162
1162
  },
@@ -1166,7 +1166,7 @@
1166
1166
  "example": "无",
1167
1167
  "member": "string",
1168
1168
  "name": "Endorsement",
1169
- "required": false,
1169
+ "output_required": true,
1170
1170
  "type": "string",
1171
1171
  "value_allowed_null": false
1172
1172
  },
@@ -1176,7 +1176,7 @@
1176
1176
  "example": "无",
1177
1177
  "member": "int64",
1178
1178
  "name": "QRCodeMark",
1179
- "required": false,
1179
+ "output_required": true,
1180
1180
  "type": "int",
1181
1181
  "value_allowed_null": false
1182
1182
  },
@@ -1186,9 +1186,79 @@
1186
1186
  "example": "无",
1187
1187
  "member": "FlightItem",
1188
1188
  "name": "FlightItems",
1189
- "required": false,
1189
+ "output_required": true,
1190
1190
  "type": "list",
1191
1191
  "value_allowed_null": false
1192
+ },
1193
+ {
1194
+ "disabled": false,
1195
+ "document": "提示信息",
1196
+ "example": "无",
1197
+ "member": "string",
1198
+ "name": "PromptInformation",
1199
+ "output_required": true,
1200
+ "type": "string",
1201
+ "value_allowed_null": false
1202
+ },
1203
+ {
1204
+ "disabled": false,
1205
+ "document": "统一社会信用代码/纳税人识别号",
1206
+ "example": "无",
1207
+ "member": "string",
1208
+ "name": "BuyerTaxID",
1209
+ "output_required": true,
1210
+ "type": "string",
1211
+ "value_allowed_null": false
1212
+ },
1213
+ {
1214
+ "disabled": false,
1215
+ "document": "购买方名称",
1216
+ "example": "无",
1217
+ "member": "string",
1218
+ "name": "Buyer",
1219
+ "output_required": true,
1220
+ "type": "string",
1221
+ "value_allowed_null": false
1222
+ },
1223
+ {
1224
+ "disabled": false,
1225
+ "document": "发票号码",
1226
+ "example": "无",
1227
+ "member": "string",
1228
+ "name": "ReceiptNumber",
1229
+ "output_required": true,
1230
+ "type": "string",
1231
+ "value_allowed_null": false
1232
+ },
1233
+ {
1234
+ "disabled": false,
1235
+ "document": "开票状态",
1236
+ "example": "无",
1237
+ "member": "string",
1238
+ "name": "InvoiceStatus",
1239
+ "output_required": true,
1240
+ "type": "string",
1241
+ "value_allowed_null": false
1242
+ },
1243
+ {
1244
+ "disabled": false,
1245
+ "document": "增值税税率",
1246
+ "example": "无",
1247
+ "member": "string",
1248
+ "name": "TaxRate",
1249
+ "output_required": true,
1250
+ "type": "string",
1251
+ "value_allowed_null": false
1252
+ },
1253
+ {
1254
+ "disabled": false,
1255
+ "document": "增值税税额",
1256
+ "example": "无",
1257
+ "member": "string",
1258
+ "name": "TaxAmount",
1259
+ "output_required": true,
1260
+ "type": "string",
1261
+ "value_allowed_null": false
1192
1262
  }
1193
1263
  ],
1194
1264
  "usage": "out"
@@ -4526,6 +4596,16 @@
4526
4596
  "output_required": true,
4527
4597
  "type": "string",
4528
4598
  "value_allowed_null": false
4599
+ },
4600
+ {
4601
+ "disabled": false,
4602
+ "document": "标识信息",
4603
+ "example": "无",
4604
+ "member": "string",
4605
+ "name": "IDInfo",
4606
+ "output_required": true,
4607
+ "type": "string",
4608
+ "value_allowed_null": false
4529
4609
  }
4530
4610
  ],
4531
4611
  "usage": "out"
@@ -7965,6 +8045,15 @@
7965
8045
  "required": false,
7966
8046
  "type": "string"
7967
8047
  },
8048
+ {
8049
+ "disabled": false,
8050
+ "document": "卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
8051
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
8052
+ "member": "string",
8053
+ "name": "BackImageBase64",
8054
+ "required": false,
8055
+ "type": "string"
8056
+ },
7968
8057
  {
7969
8058
  "disabled": false,
7970
8059
  "document": "图片的 Url 地址。( 中国地区之外不支持这个字段 )\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
@@ -7974,6 +8063,15 @@
7974
8063
  "required": false,
7975
8064
  "type": "string"
7976
8065
  },
8066
+ {
8067
+ "disabled": false,
8068
+ "document": "卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
8069
+ "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
8070
+ "member": "string",
8071
+ "name": "BackImageUrl",
8072
+ "required": false,
8073
+ "type": "string"
8074
+ },
7977
8075
  {
7978
8076
  "disabled": false,
7979
8077
  "document": "是否返回图片,默认false",
@@ -8079,6 +8177,16 @@
8079
8177
  "type": "string",
8080
8178
  "value_allowed_null": false
8081
8179
  },
8180
+ {
8181
+ "disabled": false,
8182
+ "document": "马来身份证背面号码",
8183
+ "example": "800***-**-****-05-02",
8184
+ "member": "string",
8185
+ "name": "MyKadNumber",
8186
+ "output_required": false,
8187
+ "type": "string",
8188
+ "value_allowed_null": false
8189
+ },
8082
8190
  {
8083
8191
  "disabled": false,
8084
8192
  "document": "告警码\n-9101 证件边框不完整告警\n-9102 证件复印件告警\n-9103 证件翻拍告警\n-9104 证件PS告警\n-9107 证件反光告警\n-9108 证件模糊告警\n-9109 告警能力未开通",
@@ -15866,17 +15974,17 @@
15866
15974
  "example": "无",
15867
15975
  "member": "TableCellInfo",
15868
15976
  "name": "Cells",
15869
- "required": true,
15977
+ "output_required": true,
15870
15978
  "type": "list",
15871
15979
  "value_allowed_null": true
15872
15980
  },
15873
15981
  {
15874
15982
  "disabled": false,
15875
- "document": "图像中的文本块类型,0 为非表格文本,\n1 为有线表格,2 为无线表格\n注意:此字段可能返回 null,表示取不到有效值。",
15983
+ "document": "图像中的文本块类型:0为非表格文本、1为有线表格、2为无线表格,\n有线表格:在表格内部,有横线/竖线纵跨整个表格的宽/高;\n无线表格:在表格内部,无横线/竖线纵跨整个表格的宽/高。\n注意:此字段可能返回 null,表示取不到有效值。",
15876
15984
  "example": "无",
15877
15985
  "member": "int64",
15878
15986
  "name": "Type",
15879
- "required": true,
15987
+ "output_required": true,
15880
15988
  "type": "int",
15881
15989
  "value_allowed_null": true
15882
15990
  },
@@ -15886,7 +15994,7 @@
15886
15994
  "example": "无",
15887
15995
  "member": "Coord",
15888
15996
  "name": "TableCoordPoint",
15889
- "required": true,
15997
+ "output_required": true,
15890
15998
  "type": "list",
15891
15999
  "value_allowed_null": true
15892
16000
  }
@@ -16929,6 +17037,102 @@
16929
17037
  ],
16930
17038
  "usage": "out"
16931
17039
  },
17040
+ "TextTractorVehicleBack": {
17041
+ "document": "拖拉机行驶证副页正面的识别结果",
17042
+ "members": [
17043
+ {
17044
+ "disabled": false,
17045
+ "document": "号牌号码\n注意:此字段可能返回 null,表示取不到有效值。",
17046
+ "example": "无",
17047
+ "member": "string",
17048
+ "name": "PlateNo",
17049
+ "output_required": false,
17050
+ "type": "string",
17051
+ "value_allowed_null": true
17052
+ },
17053
+ {
17054
+ "disabled": false,
17055
+ "document": "准乘人数\n注意:此字段可能返回 null,表示取不到有效值。",
17056
+ "example": "无",
17057
+ "member": "string",
17058
+ "name": "AllowNum",
17059
+ "output_required": false,
17060
+ "type": "string",
17061
+ "value_allowed_null": true
17062
+ },
17063
+ {
17064
+ "disabled": false,
17065
+ "document": "联合收割机质量\n注意:此字段可能返回 null,表示取不到有效值。",
17066
+ "example": "无",
17067
+ "member": "string",
17068
+ "name": "CombineHarvesterQuality",
17069
+ "output_required": false,
17070
+ "type": "string",
17071
+ "value_allowed_null": true
17072
+ },
17073
+ {
17074
+ "disabled": false,
17075
+ "document": "拖拉机最小使用质量\n注意:此字段可能返回 null,表示取不到有效值。",
17076
+ "example": "无",
17077
+ "member": "string",
17078
+ "name": "TractorMinUsageWeight",
17079
+ "output_required": false,
17080
+ "type": "string",
17081
+ "value_allowed_null": true
17082
+ },
17083
+ {
17084
+ "disabled": false,
17085
+ "document": "拖拉机最大允许载质量\n注意:此字段可能返回 null,表示取不到有效值。",
17086
+ "example": "无",
17087
+ "member": "string",
17088
+ "name": "TractorMaxAllowLoadCapacity",
17089
+ "output_required": false,
17090
+ "type": "string",
17091
+ "value_allowed_null": true
17092
+ },
17093
+ {
17094
+ "disabled": false,
17095
+ "document": "外廓尺寸\n注意:此字段可能返回 null,表示取不到有效值。",
17096
+ "example": "无",
17097
+ "member": "string",
17098
+ "name": "ExternalSize",
17099
+ "output_required": false,
17100
+ "type": "string",
17101
+ "value_allowed_null": true
17102
+ },
17103
+ {
17104
+ "disabled": false,
17105
+ "document": "检验记录\n注意:此字段可能返回 null,表示取不到有效值。",
17106
+ "example": "无",
17107
+ "member": "string",
17108
+ "name": "Record",
17109
+ "output_required": false,
17110
+ "type": "string",
17111
+ "value_allowed_null": true
17112
+ },
17113
+ {
17114
+ "disabled": false,
17115
+ "document": "类型\n注意:此字段可能返回 null,表示取不到有效值。",
17116
+ "example": "无",
17117
+ "member": "string",
17118
+ "name": "VehicleType",
17119
+ "output_required": false,
17120
+ "type": "string",
17121
+ "value_allowed_null": true
17122
+ },
17123
+ {
17124
+ "disabled": false,
17125
+ "document": "住址\n注意:此字段可能返回 null,表示取不到有效值。",
17126
+ "example": "无",
17127
+ "member": "string",
17128
+ "name": "Address",
17129
+ "output_required": false,
17130
+ "type": "string",
17131
+ "value_allowed_null": true
17132
+ }
17133
+ ],
17134
+ "usage": "out"
17135
+ },
16932
17136
  "TextVatInvoice": {
16933
17137
  "document": "增值税发票识别结果",
16934
17138
  "members": [
@@ -21285,6 +21489,15 @@
21285
21489
  "name": "CardSide",
21286
21490
  "required": false,
21287
21491
  "type": "string"
21492
+ },
21493
+ {
21494
+ "disabled": false,
21495
+ "document": "FRONT为行驶证主页正面(有红色印章的一面),BACK 为拖拉机行驶证副页正面识别",
21496
+ "example": "BACK",
21497
+ "member": "string",
21498
+ "name": "TractorCardSide",
21499
+ "required": false,
21500
+ "type": "string"
21288
21501
  }
21289
21502
  ],
21290
21503
  "type": "object"
@@ -21342,6 +21555,16 @@
21342
21555
  "type": "string",
21343
21556
  "value_allowed_null": false
21344
21557
  },
21558
+ {
21559
+ "disabled": false,
21560
+ "document": "拖拉机行驶证副页正面的识别结果,CardSide 为 BACK。\n注意:此字段可能返回 null,表示取不到有效值。",
21561
+ "example": "{ \"Address\": \"\", \"AllowNum\": \"1人\", \"CombineHarvesterQuality\": \"千克\", \"ExternalSize\": \"3250/ 1350/ 2230毫米\", \"PlateNo\": \"鲁09C5108\", \"Record\": \"检验合格至2024年03月有效鲁0982(01)\", \"TractorMaxAllowLoadCapacity\": \"\", \"TractorMinUsageWeight\": \"1400千克\", \"VehicleType\": \"轮式拖拉机\" }",
21562
+ "member": "TextTractorVehicleBack",
21563
+ "name": "TractorBackInfo",
21564
+ "output_required": false,
21565
+ "type": "object",
21566
+ "value_allowed_null": true
21567
+ },
21345
21568
  {
21346
21569
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
21347
21570
  "member": "string",
@@ -670,7 +670,7 @@
670
670
  {
671
671
  "document": "行驶证主页正面识别示例",
672
672
  "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VehicleLicenseOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/vehicle/VehicleLicenseOCR/VehicleLicenseOCR2.jpg\",\n \"CardSide\": \"FRONT\"\n}",
673
- "output": "{\n \"Response\": {\n \"FrontInfo\": {\n \"PlateNo\": \"沪AA1234\",\n \"VehicleType\": \"小型轿车\",\n \"Owner\": \"李明\",\n \"Address\": \"上海市徐汇区田林路397号腾云大厦6F\",\n \"UseCharacter\": \"非营运\",\n \"Model\": \"别克牌SGM7151LAAA\",\n \"Vin\": \"ABCDEFGH123456789\",\n \"EngineNo\": \"8B54321\",\n \"RegisterDate\": \"2011-10-10\",\n \"IssueDate\": \"\",\n \"Seal\": \"上海市公安局交通警寨总队\"\n },\n \"BackInfo\": null,\n \"RecognizeWarnCode\": [\n -9102\n ],\n \"RecognizeWarnMsg\": [\n \"WARN_DRIVER_LICENSE_COPY_CARD\"\n ],\n \"RequestId\": \"820916b4-b391-40a8-9203-7ae87e3f1954\"\n }\n}",
673
+ "output": "{\n \"Response\": {\n \"FrontInfo\": {\n \"PlateNo\": \"沪AA1234\",\n \"VehicleType\": \"小型轿车\",\n \"Owner\": \"李明\",\n \"Address\": \"上海市徐汇区田林路397号腾云大厦6F\",\n \"UseCharacter\": \"非营运\",\n \"Model\": \"别克牌SGM7151LAAA\",\n \"Vin\": \"ABCDEFGH123456789\",\n \"EngineNo\": \"8B54321\",\n \"RegisterDate\": \"2011-10-10\",\n \"IssueDate\": \"\",\n \"Seal\": \"上海市公安局交通警察总队\"\n },\n \"BackInfo\": null,\n \"RecognizeWarnCode\": [\n -9102\n ],\n \"RecognizeWarnMsg\": [\n \"WARN_DRIVER_LICENSE_COPY_CARD\"\n ],\n \"RequestId\": \"820916b4-b391-40a8-9203-7ae87e3f1954\"\n }\n}",
674
674
  "title": "行驶证主页正面识别示例"
675
675
  },
676
676
  {