tencentcloud-sdk-nodejs 4.1.191 → 4.1.193

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 (53) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/hai/v20230812/hai_client.js +7 -4
  3. package/es/services/ocr/v20181119/ocr_client.js +3 -0
  4. package/es/services/organization/v20210331/organization_client.js +9 -0
  5. package/es/services/rum/v20210622/rum_client.js +56 -26
  6. package/es/services/tmt/v20180321/tmt_client.js +2 -20
  7. package/es/services/trocket/v20230308/trocket_client.js +20 -95
  8. package/es/services/trtc/v20190722/trtc_client.js +18 -9
  9. package/es/services/vod/v20180717/vod_client.js +10 -4
  10. package/package.json +1 -1
  11. package/tencentcloud/common/sdk_version.d.ts +1 -1
  12. package/tencentcloud/common/sdk_version.js +1 -1
  13. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +133 -11
  14. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +19 -14
  15. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +16 -17
  16. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -5
  17. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +2 -2
  18. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +80 -92
  19. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +38 -2
  20. package/tencentcloud/services/hai/v20230812/hai_client.d.ts +9 -5
  21. package/tencentcloud/services/hai/v20230812/hai_client.js +12 -6
  22. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +392 -180
  23. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +156 -6
  24. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +14 -23
  25. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +10 -3
  26. package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -2
  27. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +74 -8
  28. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +13 -1
  29. package/tencentcloud/services/organization/v20210331/organization_client.js +18 -0
  30. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +174 -79
  31. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +70 -29
  32. package/tencentcloud/services/rum/v20210622/rum_client.js +103 -42
  33. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2600 -1046
  34. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +20 -20
  35. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +22 -14
  36. package/tencentcloud/services/tcb/v20180608/tcb_client.js +22 -14
  37. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -1
  38. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +10 -8
  39. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +5 -0
  40. package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +3 -34
  41. package/tencentcloud/services/tmt/v20180321/tmt_client.js +3 -46
  42. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +36 -500
  43. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +49 -211
  44. package/tencentcloud/services/trocket/v20230308/trocket_client.js +58 -270
  45. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +373 -1632
  46. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +29 -16
  47. package/tencentcloud/services/trtc/v20190722/trtc_client.js +39 -20
  48. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +292 -70
  49. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +1 -1
  50. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +15 -7
  51. package/tencentcloud/services/vod/v20180717/vod_client.js +20 -8
  52. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +170 -62
  53. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
@@ -10,6 +10,10 @@ export interface UpdateAliasRequest {
10
10
  * CMK的全局唯一标识符
11
11
  */
12
12
  KeyId: string;
13
+ /**
14
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
15
+ */
16
+ MemberAccount?: MemberAccount;
13
17
  }
14
18
  /**
15
19
  * EnableWhiteBoxKey请求参数结构体
@@ -49,6 +53,10 @@ export interface EnableKeyRotationRequest {
49
53
  * 密钥轮转周期,单位天,允许范围 7 ~ 365,默认值 365。
50
54
  */
51
55
  RotateDays?: number;
56
+ /**
57
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
58
+ */
59
+ MemberAccount?: MemberAccount;
52
60
  }
53
61
  /**
54
62
  * DescribeWhiteBoxKeyDetails返回参数结构体
@@ -130,6 +138,10 @@ export interface UpdateDataKeyDescriptionRequest {
130
138
  * 数据密钥 的描述,最大100字节
131
139
  */
132
140
  Description: string;
141
+ /**
142
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
143
+ */
144
+ MemberAccount?: MemberAccount;
133
145
  }
134
146
  /**
135
147
  * DescribeDataKey返回参数结构体
@@ -161,6 +173,10 @@ export interface DescribeKeyRequest {
161
173
  * CMK全局唯一标识符
162
174
  */
163
175
  KeyId: string;
176
+ /**
177
+ * 可信服务成员账号信息
178
+ */
179
+ MemberAccount?: MemberAccount;
164
180
  }
165
181
  /**
166
182
  * 白盒密钥信息
@@ -223,6 +239,10 @@ export interface DescribeDataKeysRequest {
223
239
  * 查询DataKey的ID列表,批量查询一次最多支持100个DataKeyId
224
240
  */
225
241
  DataKeyIds: Array<string>;
242
+ /**
243
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
244
+ */
245
+ MemberAccount?: MemberAccount;
226
246
  }
227
247
  /**
228
248
  * ListAlgorithms返回参数结构体
@@ -340,6 +360,10 @@ export interface EnableKeyRequest {
340
360
  * CMK唯一标识符
341
361
  */
342
362
  KeyId: string;
363
+ /**
364
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
365
+ */
366
+ MemberAccount?: MemberAccount;
343
367
  }
344
368
  /**
345
369
  * GetKeyRotationStatus请求参数结构体
@@ -349,23 +373,28 @@ export interface GetKeyRotationStatusRequest {
349
373
  * CMK唯一标识符
350
374
  */
351
375
  KeyId: string;
376
+ /**
377
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
378
+ */
379
+ MemberAccount?: MemberAccount;
352
380
  }
353
381
  /**
354
382
  * ListAlgorithms请求参数结构体
355
383
  */
356
384
  export type ListAlgorithmsRequest = null;
357
385
  /**
358
- * 标签键和标签值
386
+ * 共享成员账号信息
359
387
  */
360
- export interface Tag {
388
+ export interface MemberAccount {
361
389
  /**
362
- * 标签键
390
+ * 成员账号appid
391
+
363
392
  */
364
- TagKey: string;
393
+ MemberAppId?: number;
365
394
  /**
366
- * 标签值
395
+ * 成员账号uin
367
396
  */
368
- TagValue: string;
397
+ MemberUin?: number;
369
398
  }
370
399
  /**
371
400
  * ListKeyDetail返回参数结构体
@@ -501,6 +530,10 @@ export interface UpdateDataKeyNameRequest {
501
530
  * 数据密钥的名称
502
531
  */
503
532
  DataKeyName: string;
533
+ /**
534
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
535
+ */
536
+ MemberAccount?: MemberAccount;
504
537
  }
505
538
  /**
506
539
  * ScheduleDataKeyDeletion请求参数结构体
@@ -514,6 +547,10 @@ export interface ScheduleDataKeyDeletionRequest {
514
547
  * 计划删除时间区间[7,30]
515
548
  */
516
549
  PendingWindowInDays: number;
550
+ /**
551
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
552
+ */
553
+ MemberAccount?: MemberAccount;
517
554
  }
518
555
  /**
519
556
  * DescribeKeys请求参数结构体
@@ -523,6 +560,10 @@ export interface DescribeKeysRequest {
523
560
  * 查询CMK的ID列表,批量查询一次最多支持100个KeyId
524
561
  */
525
562
  KeyIds: Array<string>;
563
+ /**
564
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
565
+ */
566
+ MemberAccount?: MemberAccount;
526
567
  }
527
568
  /**
528
569
  * GetPublicKey请求参数结构体
@@ -717,6 +758,10 @@ export interface EnableKeysRequest {
717
758
  * 需要批量启用的CMK Id 列表, CMK数量最大支持100
718
759
  */
719
760
  KeyIds: Array<string>;
761
+ /**
762
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
763
+ */
764
+ MemberAccount?: MemberAccount;
720
765
  }
721
766
  /**
722
767
  * EnableWhiteBoxKeys请求参数结构体
@@ -851,6 +896,10 @@ export interface DescribeDataKeyRequest {
851
896
  * 数据密钥全局唯一标识符
852
897
  */
853
898
  DataKeyId: string;
899
+ /**
900
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
901
+ */
902
+ MemberAccount?: MemberAccount;
854
903
  }
855
904
  /**
856
905
  * AsymmetricSm2Decrypt返回参数结构体
@@ -966,6 +1015,18 @@ export interface DataKeyMetadata {
966
1015
  * 同步的原始集群,如果为空,是公有云公共集群
967
1016
  */
968
1017
  SourceHsmClusterId?: string;
1018
+ /**
1019
+ * 成员账号appId
1020
+ */
1021
+ AccountAppId?: number;
1022
+ /**
1023
+ * 成员账号uin
1024
+ */
1025
+ AccountUin?: number;
1026
+ /**
1027
+ * 成员账号名称
1028
+ */
1029
+ AccountName?: string;
969
1030
  }
970
1031
  /**
971
1032
  * VerifyByAsymmetricKey请求参数结构体
@@ -1079,6 +1140,10 @@ export interface ListKeyDetailRequest {
1079
1140
  * KMS 高级版对应的 HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)。
1080
1141
  */
1081
1142
  HsmClusterId?: string;
1143
+ /**
1144
+ * 可信服务成员账号信息数组
1145
+ */
1146
+ MemberAccounts?: Array<MemberAccount>;
1082
1147
  }
1083
1148
  /**
1084
1149
  * DeleteWhiteBoxKey请求参数结构体
@@ -1145,6 +1210,10 @@ export interface CancelKeyDeletionRequest {
1145
1210
  * 需要被取消删除的CMK的唯一标志
1146
1211
  */
1147
1212
  KeyId: string;
1213
+ /**
1214
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
1215
+ */
1216
+ MemberAccount?: MemberAccount;
1148
1217
  }
1149
1218
  /**
1150
1219
  * EnableDataKeys返回参数结构体
@@ -1197,6 +1266,10 @@ export interface EnableDataKeysRequest {
1197
1266
  * 需要批量启用的DataKey Id 列表, 数据密钥数量最大支持100
1198
1267
  */
1199
1268
  DataKeyIds: Array<string>;
1269
+ /**
1270
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
1271
+ */
1272
+ MemberAccount?: MemberAccount;
1200
1273
  }
1201
1274
  /**
1202
1275
  * CreateWhiteBoxKey请求参数结构体
@@ -1240,6 +1313,10 @@ export interface DisableDataKeyRequest {
1240
1313
  * 数据密钥唯一标识符
1241
1314
  */
1242
1315
  DataKeyId: string;
1316
+ /**
1317
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
1318
+ */
1319
+ MemberAccount?: MemberAccount;
1243
1320
  }
1244
1321
  /**
1245
1322
  * OverwriteWhiteBoxDeviceFingerprints返回参数结构体
@@ -1267,6 +1344,10 @@ export interface ArchiveKeyRequest {
1267
1344
  * CMK唯一标识符
1268
1345
  */
1269
1346
  KeyId: string;
1347
+ /**
1348
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
1349
+ */
1350
+ MemberAccount?: MemberAccount;
1270
1351
  }
1271
1352
  /**
1272
1353
  * GetParametersForImport请求参数结构体
@@ -1397,6 +1478,10 @@ export interface GetDataKeyCiphertextBlobRequest {
1397
1478
  * 数据密钥的唯一标志符
1398
1479
  */
1399
1480
  DataKeyId: string;
1481
+ /**
1482
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
1483
+ */
1484
+ MemberAccount?: MemberAccount;
1400
1485
  }
1401
1486
  /**
1402
1487
  * DeleteImportedKeyMaterial请求参数结构体
@@ -1656,6 +1741,10 @@ export interface ListDataKeyDetailRequest {
1656
1741
  * 标签过滤条件
1657
1742
  */
1658
1743
  TagFilters?: Array<TagFilter>;
1744
+ /**
1745
+ * 成员账号信息数组
1746
+ */
1747
+ MemberAccounts?: Array<MemberAccount>;
1659
1748
  }
1660
1749
  /**
1661
1750
  * CancelDataKeyDeletion返回参数结构体
@@ -1813,6 +1902,18 @@ export interface KeyMetadata {
1813
1902
  * 同步的原始集群,如果为空,是公有云公共集群
1814
1903
  */
1815
1904
  SourceHsmClusterId?: string;
1905
+ /**
1906
+ * 成员账号appId
1907
+ */
1908
+ AccountAppId?: number;
1909
+ /**
1910
+ * 成员账号uin
1911
+ */
1912
+ AccountUin?: number;
1913
+ /**
1914
+ * 成员账号名称
1915
+ */
1916
+ AccountName?: string;
1816
1917
  }
1817
1918
  /**
1818
1919
  * CancelKeyArchive返回参数结构体
@@ -1950,6 +2051,10 @@ export interface DisableKeysRequest {
1950
2051
  * 需要批量禁用的CMK Id 列表,CMK数量最大支持100
1951
2052
  */
1952
2053
  KeyIds: Array<string>;
2054
+ /**
2055
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
2056
+ */
2057
+ MemberAccount?: MemberAccount;
1953
2058
  }
1954
2059
  /**
1955
2060
  * DisableWhiteBoxKey请求参数结构体
@@ -2124,6 +2229,10 @@ export interface ScheduleKeyDeletionRequest {
2124
2229
  * 计划删除时间区间[7,30]
2125
2230
  */
2126
2231
  PendingWindowInDays: number;
2232
+ /**
2233
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
2234
+ */
2235
+ MemberAccount?: MemberAccount;
2127
2236
  }
2128
2237
  /**
2129
2238
  * CancelDataKeyDeletion请求参数结构体
@@ -2133,6 +2242,10 @@ export interface CancelDataKeyDeletionRequest {
2133
2242
  * 数据密钥的唯一标志符
2134
2243
  */
2135
2244
  DataKeyId: string;
2245
+ /**
2246
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
2247
+ */
2248
+ MemberAccount?: MemberAccount;
2136
2249
  }
2137
2250
  /**
2138
2251
  * PostQuantumCryptoEncrypt请求参数结构体
@@ -2155,6 +2268,10 @@ export interface DisableKeyRequest {
2155
2268
  * CMK唯一标识符
2156
2269
  */
2157
2270
  KeyId: string;
2271
+ /**
2272
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
2273
+ */
2274
+ MemberAccount?: MemberAccount;
2158
2275
  }
2159
2276
  /**
2160
2277
  * ImportKeyMaterial返回参数结构体
@@ -2173,6 +2290,10 @@ export interface EnableDataKeyRequest {
2173
2290
  * 数据密钥唯一标识符
2174
2291
  */
2175
2292
  DataKeyId: string;
2293
+ /**
2294
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
2295
+ */
2296
+ MemberAccount?: MemberAccount;
2176
2297
  }
2177
2298
  /**
2178
2299
  * BindCloudResource请求参数结构体
@@ -2295,6 +2416,10 @@ export interface DisableDataKeysRequest {
2295
2416
  * 需要批量禁用的DataKey Id 列表,数据密钥数量最大支持100
2296
2417
  */
2297
2418
  DataKeyIds: Array<string>;
2419
+ /**
2420
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
2421
+ */
2422
+ MemberAccount?: MemberAccount;
2298
2423
  }
2299
2424
  /**
2300
2425
  * UpdateKeyDescription请求参数结构体
@@ -2308,6 +2433,10 @@ export interface UpdateKeyDescriptionRequest {
2308
2433
  * 需要修改描述信息的CMK ID
2309
2434
  */
2310
2435
  KeyId: string;
2436
+ /**
2437
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
2438
+ */
2439
+ MemberAccount?: MemberAccount;
2311
2440
  }
2312
2441
  /**
2313
2442
  * UnbindCloudResource返回参数结构体
@@ -2339,6 +2468,23 @@ export interface CancelKeyArchiveRequest {
2339
2468
  * CMK唯一标识符
2340
2469
  */
2341
2470
  KeyId: string;
2471
+ /**
2472
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
2473
+ */
2474
+ MemberAccount?: MemberAccount;
2475
+ }
2476
+ /**
2477
+ * 标签键和标签值
2478
+ */
2479
+ export interface Tag {
2480
+ /**
2481
+ * 标签键
2482
+ */
2483
+ TagKey: string;
2484
+ /**
2485
+ * 标签值
2486
+ */
2487
+ TagValue: string;
2342
2488
  }
2343
2489
  /**
2344
2490
  * DisableKeyRotation请求参数结构体
@@ -2348,4 +2494,8 @@ export interface DisableKeyRotationRequest {
2348
2494
  * CMK唯一标识符
2349
2495
  */
2350
2496
  KeyId: string;
2497
+ /**
2498
+ * 可信服务成员账号信息,当前账号时管理员或者委派管理员时有效。
2499
+ */
2500
+ MemberAccount?: MemberAccount;
2351
2501
  }
@@ -5813,7 +5813,7 @@ export interface PornAsrReviewTemplateInfo {
5813
5813
  */
5814
5814
  export interface CreateAigcImageTaskResponse {
5815
5815
  /**
5816
- * 返回的任务ID
5816
+ * <p>返回的任务ID。</p>
5817
5817
  */
5818
5818
  TaskId?: string;
5819
5819
  /**
@@ -19681,52 +19681,43 @@ export interface LiveActivityResult {
19681
19681
  */
19682
19682
  export interface CreateAigcImageTaskRequest {
19683
19683
  /**
19684
- * 模型名称。
19685
- 当前支持的模型列表:
19686
- Hunyuan,
19687
- GEM,
19688
- Qwen。
19684
+ * <p>模型名称。<br>当前支持的模型列表:<br>Hunyuan,<br>GEM,<br>Qwen。</p>
19689
19685
  */
19690
19686
  ModelName?: string;
19691
19687
  /**
19692
- * 指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。
19693
-
19694
- 1. GEM, 可选[2.5,3.0]。
19688
+ * <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。</p><ol><li>GEM, 可选[2.5,3.0]。</li></ol>
19695
19689
  */
19696
19690
  ModelVersion?: string;
19697
19691
  /**
19698
- * 生成图片的描述。(注:最大支持1000字符)。当未传入参考图片时,此参数必填。
19692
+ * <p>生成图片的描述。(注:最大支持1000字符)。当未传入参考图片时,此参数必填。</p>
19699
19693
  */
19700
19694
  Prompt?: string;
19701
19695
  /**
19702
- * 用于描述您想要阻止模型生成的内容。 注意:部分模型支持。 例如: 顶部照明、明亮的色彩 人物、动物 多辆汽车、风。
19696
+ * <p>用于描述您想要阻止模型生成的内容。 注意:部分模型支持。 例如: 顶部照明、明亮的色彩 人物、动物 多辆汽车、风。</p>
19703
19697
  */
19704
19698
  NegativePrompt?: string;
19705
19699
  /**
19706
- * 默认取值为False,模型会严格地遵循指令。如果需要更精细的prompt获得最佳效果,可将此参数设置为True,将自动优化传入的prompt,以提升生成质量。
19700
+ * <p>默认取值为False,模型会严格地遵循指令。如果需要更精细的prompt获得最佳效果,可将此参数设置为True,将自动优化传入的prompt,以提升生成质量。</p>
19707
19701
  */
19708
19702
  EnhancePrompt?: boolean;
19709
19703
  /**
19710
- * 用于传入参考的资源图片信息,默认支持传入一张图片。
19711
-
19712
- 支持多图输入的模型:
19713
- 1. GEM,可支持最多3张图片输入作为资源图。
19714
-
19715
- 注意:
19716
- 1. 推荐图片小于7M,各模型限制不同。
19717
- 2. 图片格式支持:jpeg, png, webp。
19704
+ * <p>用于传入参考的资源图片信息,默认支持传入一张图片。</p><p>支持多图输入的模型:</p><ol><li>GEM,可支持最多3张图片输入作为资源图。</li></ol><p>注意:</p><ol><li>推荐图片小于7M,各模型限制不同。</li><li>图片格式支持:jpeg, png, webp。</li></ol>
19718
19705
  */
19719
19706
  ImageInfos?: Array<AigcImageInfo>;
19720
19707
  /**
19721
- * 用于传入模型要求的额外参数。
19708
+ * <p>用于传入模型要求的额外参数。</p>
19722
19709
  */
19723
19710
  ExtraParameters?: AigcImageExtraParam;
19724
19711
  /**
19725
- * 文件结果指定存储Cos桶信息。 注意:需开通Cos,创建并授权MPS_QcsRole角色。
19712
+ * <p>用于传入一些模型需要的特殊场景参数,Json格式序列化成字符串。 示例: {"size":"2048x2048"}</p>
19713
+ */
19714
+ AdditionalParameters?: string;
19715
+ /**
19716
+ * <p>文件结果指定存储Cos桶信息。 注意:需开通Cos,创建并授权MPS_QcsRole角色。</p>
19726
19717
  */
19727
19718
  StoreCosParam?: AigcStoreCosParam;
19728
19719
  /**
19729
- * 接口操作者名称。
19720
+ * <p>接口操作者名称。</p>
19730
19721
  */
19731
19722
  Operator?: string;
19732
19723
  }
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { TableOCRRequest, RecognizeOnlineTaxiItineraryOCRResponse, HKIDCardOCRRequest, BankSlipOCRRequest, BusinessCardOCRResponse, QuotaInvoiceOCRRequest, VinOCRResponse, BankCardOCRRequest, CarInvoiceOCRRequest, DescribeQuestionMarkAgentJobResponse, ExtractDocMultiRequest, QuestionSplitLayoutOCRRequest, DescribeMarkEssayAgentJobResponse, EstateCertOCRResponse, ExtractDocMultiProRequest, MLIDPassportOCRRequest, TextDetectResponse, TollInvoiceOCRResponse, GetOCRTokenResponse, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, WaybillOCRResponse, ClassifyStoreNameRequest, InvoiceGeneralOCRRequest, QuestionSplitOCRRequest, FlightInvoiceOCRRequest, HmtResidentPermitOCRResponse, IDCardOCRResponse, EnterpriseLicenseOCRResponse, QuestionOCRResponse, SubmitQuestionMarkAgentJobRequest, DriverLicenseOCRRequest, TollInvoiceOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, HKIDCardOCRResponse, MainlandPermitOCRRequest, EnglishOCRRequest, VehicleLicenseOCRRequest, QuestionSplitOCRResponse, TableOCRResponse, RecognizeStoreNameRequest, TrainTicketOCRResponse, RecognizeFormulaOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, RecognizeGeneralCardWarnRequest, RecognizeEncryptedIDCardOCRRequest, SmartStructuralOCRRequest, ExtractDocMultiProResponse, RecognizeTravelCardOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RideHailingDriverLicenseOCRRequest, GeneralAccurateOCRResponse, QrcodeOCRRequest, TaxiInvoiceOCRResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeMedicalInvoiceOCRResponse, RecognizeValidIDCardOCRRequest, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VinOCRRequest, ExtractDocAgentResponse, VehicleLicenseOCRResponse, VatInvoiceOCRRequest, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, MLIDCardOCRRequest, LicensePlateOCRResponse, ExtractDocBasicRequest, RecognizeThaiIDCardOCRResponse, InvoiceGeneralOCRResponse, ExtractDocMultiResponse, TaxiInvoiceOCRRequest, RecognizeContainerOCRRequest, TextDetectRequest, VatRollInvoiceOCRResponse, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, RecognizeHealthCodeOCRResponse, SubmitExtractDocAgentJobResponse, ImageEnhancementResponse, PassportOCRResponse, VehicleRegCertOCRRequest, QuestionSplitLayoutOCRResponse, SubmitMarkEssayAgentJobRequest, LicensePlateOCRRequest, GeneralBasicOCRRequest, SubmitMarkEssayAgentJobResponse, GeneralEfficientOCRRequest, AdvertiseOCRRequest, SubmitQuestionMarkAgentJobResponse, RideHailingDriverLicenseOCRResponse, ImageEnhancementRequest, ExtractDocBasicResponse, EnterpriseLicenseOCRRequest, SmartStructuralOCRResponse, GeneralAccurateOCRRequest, RecognizeFormulaOCRRequest, FlightInvoiceOCRResponse, VatInvoiceVerifyNewRequest, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, GetOCRTokenRequest, FinanBillSliceOCRRequest, RecognizeGeneralCardWarnResponse, ClassifyStoreNameResponse, DescribeExtractDocAgentJobRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, FinanBillOCRResponse, HandwritingEssayOCRRequest, BankSlipOCRResponse, EduPaperOCRRequest, FormulaOCRRequest, PassportOCRRequest, DutyPaidProofOCRRequest, DescribeQuestionMarkAgentJobRequest, MixedInvoiceOCRRequest, DescribeExtractDocAgentJobResponse, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, ShipInvoiceOCRResponse, RecognizeGeneralInvoiceResponse, HandwritingEssayOCRResponse, QuestionOCRRequest, RecognizeMedicalInvoiceOCRRequest, InsuranceBillOCRResponse, TrainTicketOCRRequest, GeneralEfficientOCRResponse, ShipInvoiceOCRRequest, MLIDPassportOCRResponse, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, HmtResidentPermitOCRRequest, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, GetOCRResultRequest, BusInvoiceOCRResponse, GetOCRResultResponse, MainlandPermitOCRResponse, PermitOCRRequest, EnglishOCRResponse, BusInvoiceOCRRequest, QuotaInvoiceOCRResponse, RecognizeEncryptedIDCardOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, PermitOCRResponse, InsuranceBillOCRRequest, GeneralHandwritingOCRResponse, SubmitExtractDocAgentJobRequest, ExtractDocAgentRequest, AdvertiseOCRResponse, RecognizeTravelCardOCRResponse, VatRollInvoiceOCRRequest, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, RecognizeStoreNameResponse, WaybillOCRRequest, RideHailingTransportLicenseOCRRequest, VatInvoiceVerifyNewResponse, MLIDCardOCRResponse, RecognizeTableOCRRequest, EstateCertOCRRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, BankCardOCRResponse, RecognizeHealthCodeOCRRequest, BusinessCardOCRRequest, FinanBillOCRRequest, RecognizeValidIDCardOCRResponse, DescribeMarkEssayAgentJobRequest, GeneralFastOCRResponse } from "./ocr_models";
3
+ import { TableOCRRequest, RecognizeOnlineTaxiItineraryOCRResponse, HKIDCardOCRRequest, BankSlipOCRRequest, BusinessCardOCRResponse, QuotaInvoiceOCRRequest, VinOCRResponse, BankCardOCRRequest, CarInvoiceOCRRequest, DescribeQuestionMarkAgentJobResponse, ExtractDocMultiRequest, QuestionSplitLayoutOCRRequest, DescribeMarkEssayAgentJobResponse, EstateCertOCRResponse, ExtractDocMultiProRequest, MLIDPassportOCRRequest, TextDetectResponse, TollInvoiceOCRResponse, GetOCRTokenResponse, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, WaybillOCRResponse, ClassifyStoreNameRequest, InvoiceGeneralOCRRequest, QuestionSplitOCRRequest, FlightInvoiceOCRRequest, HmtResidentPermitOCRResponse, IDCardOCRResponse, EnterpriseLicenseOCRResponse, QuestionOCRResponse, SubmitQuestionMarkAgentJobRequest, DriverLicenseOCRRequest, VerifyBizLicenseEnterprise4Response, TollInvoiceOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, HKIDCardOCRResponse, MainlandPermitOCRRequest, EnglishOCRRequest, VehicleLicenseOCRRequest, QuestionSplitOCRResponse, TableOCRResponse, RecognizeStoreNameRequest, TrainTicketOCRResponse, RecognizeFormulaOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, RecognizeGeneralCardWarnRequest, RecognizeEncryptedIDCardOCRRequest, SmartStructuralOCRRequest, ExtractDocMultiProResponse, RecognizeTravelCardOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RideHailingDriverLicenseOCRRequest, GeneralAccurateOCRResponse, QrcodeOCRRequest, TaxiInvoiceOCRResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeMedicalInvoiceOCRResponse, RecognizeValidIDCardOCRRequest, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VinOCRRequest, ExtractDocAgentResponse, VehicleLicenseOCRResponse, VatInvoiceOCRRequest, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, MLIDCardOCRRequest, LicensePlateOCRResponse, ExtractDocBasicRequest, RecognizeThaiIDCardOCRResponse, InvoiceGeneralOCRResponse, ExtractDocMultiResponse, TaxiInvoiceOCRRequest, RecognizeContainerOCRRequest, TextDetectRequest, VatRollInvoiceOCRResponse, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, RecognizeHealthCodeOCRResponse, SubmitExtractDocAgentJobResponse, ImageEnhancementResponse, PassportOCRResponse, VehicleRegCertOCRRequest, QuestionSplitLayoutOCRResponse, SubmitMarkEssayAgentJobRequest, LicensePlateOCRRequest, GeneralBasicOCRRequest, SubmitMarkEssayAgentJobResponse, GeneralEfficientOCRRequest, AdvertiseOCRRequest, SubmitQuestionMarkAgentJobResponse, RideHailingDriverLicenseOCRResponse, ImageEnhancementRequest, ExtractDocBasicResponse, EnterpriseLicenseOCRRequest, SmartStructuralOCRResponse, GeneralAccurateOCRRequest, RecognizeFormulaOCRRequest, FlightInvoiceOCRResponse, VatInvoiceVerifyNewRequest, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, GetOCRTokenRequest, FinanBillSliceOCRRequest, RecognizeGeneralCardWarnResponse, ClassifyStoreNameResponse, DescribeExtractDocAgentJobRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, FinanBillOCRResponse, HandwritingEssayOCRRequest, BankSlipOCRResponse, EduPaperOCRRequest, FormulaOCRRequest, PassportOCRRequest, DutyPaidProofOCRRequest, DescribeQuestionMarkAgentJobRequest, MixedInvoiceOCRRequest, DescribeExtractDocAgentJobResponse, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, ShipInvoiceOCRResponse, RecognizeGeneralInvoiceResponse, HandwritingEssayOCRResponse, VerifyBizLicenseEnterprise4Request, QuestionOCRRequest, RecognizeMedicalInvoiceOCRRequest, InsuranceBillOCRResponse, TrainTicketOCRRequest, GeneralEfficientOCRResponse, ShipInvoiceOCRRequest, MLIDPassportOCRResponse, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, HmtResidentPermitOCRRequest, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, GetOCRResultRequest, BusInvoiceOCRResponse, GetOCRResultResponse, MainlandPermitOCRResponse, PermitOCRRequest, EnglishOCRResponse, BusInvoiceOCRRequest, QuotaInvoiceOCRResponse, RecognizeEncryptedIDCardOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, PermitOCRResponse, InsuranceBillOCRRequest, GeneralHandwritingOCRResponse, SubmitExtractDocAgentJobRequest, ExtractDocAgentRequest, AdvertiseOCRResponse, RecognizeTravelCardOCRResponse, VatRollInvoiceOCRRequest, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, RecognizeStoreNameResponse, WaybillOCRRequest, RideHailingTransportLicenseOCRRequest, VatInvoiceVerifyNewResponse, MLIDCardOCRResponse, RecognizeTableOCRRequest, EstateCertOCRRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, BankCardOCRResponse, RecognizeHealthCodeOCRRequest, BusinessCardOCRRequest, FinanBillOCRRequest, RecognizeValidIDCardOCRResponse, DescribeMarkEssayAgentJobRequest, GeneralFastOCRResponse } from "./ocr_models";
4
4
  /**
5
5
  * ocr client
6
6
  * @class
@@ -240,7 +240,7 @@ export declare class Client extends AbstractClient {
240
240
  /**
241
241
  * 用于试题批改Agent提交任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
242
242
 
243
- 默认接口请求并发限制:10题/分钟。
243
+ 默认接口请求并发限制:10张/分钟。
244
244
  */
245
245
  SubmitQuestionMarkAgentJob(req: SubmitQuestionMarkAgentJobRequest, cb?: (error: string, rep: SubmitQuestionMarkAgentJobResponse) => void): Promise<SubmitQuestionMarkAgentJobResponse>;
246
246
  /**
@@ -719,7 +719,7 @@ export declare class Client extends AbstractClient {
719
719
  /**
720
720
  * 用于试题批改Agent查询任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
721
721
 
722
- 默认接口请求并发限制:10题/分钟。
722
+ 默认接口请求并发限制:10张/分钟。
723
723
  */
724
724
  DescribeQuestionMarkAgentJob(req: DescribeQuestionMarkAgentJobRequest, cb?: (error: string, rep: DescribeQuestionMarkAgentJobResponse) => void): Promise<DescribeQuestionMarkAgentJobResponse>;
725
725
  /**
@@ -878,6 +878,13 @@ export declare class Client extends AbstractClient {
878
878
  默认接口请求频率限制:2次/秒。
879
879
  */
880
880
  QuestionSplitOCR(req: QuestionSplitOCRRequest, cb?: (error: string, rep: QuestionSplitOCRResponse) => void): Promise<QuestionSplitOCRResponse>;
881
+ /**
882
+ * 提供比对校验企业名称、统一社会信用代码、法人姓名、注册登记证件号码一致性的服务,助力快速核验企业资质。
883
+ 注意:
884
+ 存在个别特殊情况下核验结果不准确,请选用前知悉;
885
+ 按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
886
+ */
887
+ VerifyBizLicenseEnterprise4(req: VerifyBizLicenseEnterprise4Request, cb?: (error: string, rep: VerifyBizLicenseEnterprise4Response) => void): Promise<VerifyBizLicenseEnterprise4Response>;
881
888
  /**
882
889
  * 本接口支持马来西亚身份证识别,识别字段包括身份证号、姓名、性别、地址;具备身份证人像照片的裁剪功能和翻拍、复印件告警功能。
883
890
  本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)
@@ -302,7 +302,7 @@ class Client extends abstract_client_1.AbstractClient {
302
302
  /**
303
303
  * 用于试题批改Agent提交任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
304
304
 
305
- 默认接口请求并发限制:10题/分钟。
305
+ 默认接口请求并发限制:10张/分钟。
306
306
  */
307
307
  async SubmitQuestionMarkAgentJob(req, cb) {
308
308
  return this.request("SubmitQuestionMarkAgentJob", req, cb);
@@ -835,7 +835,7 @@ class Client extends abstract_client_1.AbstractClient {
835
835
  /**
836
836
  * 用于试题批改Agent查询任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
837
837
 
838
- 默认接口请求并发限制:10题/分钟。
838
+ 默认接口请求并发限制:10张/分钟。
839
839
  */
840
840
  async DescribeQuestionMarkAgentJob(req, cb) {
841
841
  return this.request("DescribeQuestionMarkAgentJob", req, cb);
@@ -1044,6 +1044,15 @@ class Client extends abstract_client_1.AbstractClient {
1044
1044
  async QuestionSplitOCR(req, cb) {
1045
1045
  return this.request("QuestionSplitOCR", req, cb);
1046
1046
  }
1047
+ /**
1048
+ * 提供比对校验企业名称、统一社会信用代码、法人姓名、注册登记证件号码一致性的服务,助力快速核验企业资质。
1049
+ 注意:
1050
+ 存在个别特殊情况下核验结果不准确,请选用前知悉;
1051
+ 按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
1052
+ */
1053
+ async VerifyBizLicenseEnterprise4(req, cb) {
1054
+ return this.request("VerifyBizLicenseEnterprise4", req, cb);
1055
+ }
1047
1056
  /**
1048
1057
  * 本接口支持马来西亚身份证识别,识别字段包括身份证号、姓名、性别、地址;具备身份证人像照片的裁剪功能和翻拍、复印件告警功能。
1049
1058
  本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)
@@ -1522,7 +1522,7 @@ export interface IDCardOCRResponse {
1522
1522
  */
1523
1523
  ValidDate?: string;
1524
1524
  /**
1525
- * <p>扩展信息,不请求则不返回,具体输入参考示例3和示例4。<br>IdCard,裁剪后身份证照片的base64编码,请求 Config.CropIdCard 时返回;<br>Portrait,身份证头像照片的base64编码,请求 Config.CropPortrait 时返回;<br>Quality,图片质量分数,请求 Config.Quality 时返回(取值范围:0 ~ 100,分数越低越模糊,建议阈值≥50);<br>BorderCodeValue,身份证边框不完整告警阈值分数,请求 Config.BorderCheckWarn时返回(取值范围:0 ~ 100,分数越低边框遮挡可能性越低,建议阈值≤50);<br>WarnInfos,告警信息,Code 告警码列表和释义:<br>-9100 身份证有效日期不合法告警,<br>-9101 身份证边框不完整告警,<br>-9102 身份证复印件告警(黑白及彩色复印件),<br>-9108 身份证复印件告警(仅黑白复印件),<br>-9103 身份证翻拍告警,<br>-9105 身份证框内遮挡告警,<br>-9104 临时身份证告警,<br>-9106 身份证疑似存在PS痕迹告警,<br>-9107 身份证反光告警,<br>-9110 电子身份证告警,<br>-9111 水印告警(仅CardWarnType参数为Advanced时)</p>
1525
+ * <p>扩展信息,不请求则不返回,具体输入参考示例3和示例4。<br>IdCard,裁剪后身份证照片的base64编码,请求 Config.CropIdCard 时返回;<br>Portrait,身份证头像照片的base64编码,请求 Config.CropPortrait 时返回;<br>Quality,图片质量分数,请求 Config.Quality 时返回(取值范围:0 ~ 100,分数越低越模糊,建议阈值≥50);<br>BorderCodeValue,身份证边框不完整告警阈值分数,请求 Config.BorderCheckWarn时返回(取值范围:0 ~ 100,分数越低边框遮挡可能性越低,建议阈值≤50);<br>WarnInfos,告警信息,Code 告警码列表和释义:<br>-9109 身份证有效日期不合法告警,<br>-9101 身份证边框不完整告警,<br>-9102 身份证复印件告警(黑白及彩色复印件),<br>-9108 身份证复印件告警(仅黑白复印件),<br>-9103 身份证翻拍告警,<br>-9105 身份证框内遮挡告警,<br>-9104 临时身份证告警,<br>-9106 身份证疑似存在PS痕迹告警,<br>-9107 身份证反光告警,<br>-9110 电子身份证告警,<br>-9111 水印告警(仅CardWarnType参数为Advanced时)</p>
1526
1526
  */
1527
1527
  AdvancedInfo?: string;
1528
1528
  /**
@@ -1864,6 +1864,47 @@ export interface DriverLicenseOCRRequest {
1864
1864
  */
1865
1865
  CardSide?: string;
1866
1866
  }
1867
+ /**
1868
+ * VerifyBizLicenseEnterprise4返回参数结构体
1869
+ */
1870
+ export interface VerifyBizLicenseEnterprise4Response {
1871
+ /**
1872
+ * <p>请求状态</p><p>枚举值:</p><ul><li>0: 成功,计费</li><li>1: 系统异常,不计费</li></ul>
1873
+ */
1874
+ StatusCode?: number;
1875
+ /**
1876
+ * <p>验证结果<br>1:四要素完全匹配<br>0:四要素不完全匹配<br>仅StatusCode为0时返回</p>
1877
+ */
1878
+ VerifyResult?: number;
1879
+ /**
1880
+ * <p>统一社会信用代码是否一致<br>仅StatusCode为0时返回</p>
1881
+ */
1882
+ IsCreditCodeConsistent?: boolean;
1883
+ /**
1884
+ * <p>企业名称是否一致<br>仅StatusCode为0时返回</p>
1885
+ */
1886
+ IsEntNameConsistent?: boolean;
1887
+ /**
1888
+ * <p>法人代表是否一致<br>仅StatusCode为0时返回,企业名称与统一社会信用代码均未查得时,固定返回false</p>
1889
+ */
1890
+ IsLrNameConsistent?: boolean;
1891
+ /**
1892
+ * <p>注册登记证件号码是否一致<br>仅StatusCode为0时返回,企业名称与统一社会信用代码均未查得时,固定返回false</p>
1893
+ */
1894
+ IsIdNumConsistent?: boolean;
1895
+ /**
1896
+ * <p>经营状态</p><p>枚举值:</p><ul><li>1: 开业(在营)</li><li>2: 迁出</li><li>3: 注销</li><li>4: 吊销</li><li>5: 撤销</li><li>6: 停业</li><li>0: 其他</li><li>-10002: 企业信息不正确,无法查询</li></ul>
1897
+ */
1898
+ OperatingStatus?: string;
1899
+ /**
1900
+ * <p>营业期限:一般包括营业开始时间和结束时间</p><p>参数格式:yyyy-MM-dd/yyyy-MM-dd</p><p>无固定期限的格式为:yyyy-MM-dd/<br>部分企业历史数据可能为空,将返回:/<br>企业信息不正确,无法查询,将返回:-10002</p>
1901
+ */
1902
+ OperatingPeriod?: string;
1903
+ /**
1904
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1905
+ */
1906
+ RequestId?: string;
1907
+ }
1867
1908
  /**
1868
1909
  * TollInvoiceOCR请求参数结构体
1869
1910
  */
@@ -7607,17 +7648,21 @@ export interface TableTitle {
7607
7648
  */
7608
7649
  export interface RecognizeTableAccurateOCRRequest {
7609
7650
  /**
7610
- * 图片/PDF的 Base64 值。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,且长宽比小于3(短边分辨率大于600, 长边分辨率小于等于短边分辨率的三倍)。支持PNG、JPG、JPEG、BMP、PDF格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl
7651
+ * <p>图片/PDF的 Base64 值。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,且长宽比小于3(短边分辨率大于600, 长边分辨率小于等于短边分辨率的三倍)。支持PNG、JPG、JPEG、BMP、PDF格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。</p>
7611
7652
  */
7612
7653
  ImageBase64?: string;
7613
7654
  /**
7614
- * 图片/PDF的 Url 地址。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,且长宽比小于3(短边分辨率大于600, 长边分辨率小于等于短边分辨率的三倍)。支持PNG、JPG、JPEG、BMP、PDF格式。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
7655
+ * <p>图片/PDF的 Url 地址。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,且长宽比小于3(短边分辨率大于600, 长边分辨率小于等于短边分辨率的三倍)。支持PNG、JPG、JPEG、BMP、PDF格式。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。</p>
7615
7656
  */
7616
7657
  ImageUrl?: string;
7617
7658
  /**
7618
- * 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF有效,默认值为1
7659
+ * <p>需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF有效,默认值为1。</p>
7619
7660
  */
7620
7661
  PdfPageNumber?: number;
7662
+ /**
7663
+ * <p>是否使用新模型</p><p>枚举值:</p><ul><li>false: 使用当前默认模型,耗时短且支持坐标返回</li><li>true: 使用新模型,复杂表格识别效果更好,耗时稍长</li></ul><p>默认值:false</p>
7664
+ */
7665
+ UseNewModel?: boolean;
7621
7666
  }
7622
7667
  /**
7623
7668
  * 坐标
@@ -8625,6 +8670,27 @@ export interface HandwritingEssayOCRResponse {
8625
8670
  */
8626
8671
  RequestId?: string;
8627
8672
  }
8673
+ /**
8674
+ * VerifyBizLicenseEnterprise4请求参数结构体
8675
+ */
8676
+ export interface VerifyBizLicenseEnterprise4Request {
8677
+ /**
8678
+ * <p>统一社会信用代码</p>
8679
+ */
8680
+ CreditCode: string;
8681
+ /**
8682
+ * <p>企业名称</p>
8683
+ */
8684
+ EntName: string;
8685
+ /**
8686
+ * <p>法人代表</p>
8687
+ */
8688
+ LrName: string;
8689
+ /**
8690
+ * <p>注册登记证件号码</p>
8691
+ */
8692
+ IdNum: string;
8693
+ }
8628
8694
  /**
8629
8695
  * 保险单据信息
8630
8696
  */
@@ -9179,21 +9245,21 @@ export interface HmtResidentPermitOCRRequest {
9179
9245
  */
9180
9246
  export interface RecognizeTableAccurateOCRResponse {
9181
9247
  /**
9182
- * 检测到的文本信息,具体内容请点击左侧链接。
9248
+ * <p>检测到的文本信息,具体内容请点击左侧链接。</p>
9183
9249
  注意:此字段可能返回 null,表示取不到有效值。
9184
9250
  */
9185
9251
  TableDetections?: Array<TableInfo>;
9186
9252
  /**
9187
- * Base64 编码后的 Excel 数据。
9253
+ * <p>Base64 编码后的 Excel 数据。</p>
9188
9254
  */
9189
9255
  Data?: string;
9190
9256
  /**
9191
- * 图片为PDF时,返回PDF的总页数,默认为0
9257
+ * <p>图片为PDF时,返回PDF的总页数,默认为0</p>
9192
9258
  注意:此字段可能返回 null,表示取不到有效值。
9193
9259
  */
9194
9260
  PdfPageSize?: number;
9195
9261
  /**
9196
- * 图片旋转角度(角度制),文本的水平方向为0°。
9262
+ * <p>图片旋转角度(角度制),文本的水平方向为0°。</p>
9197
9263
  注意:此字段可能返回 null,表示取不到有效值。
9198
9264
  */
9199
9265
  Angle?: number;