tencentcloud-sdk-nodejs-intl-en 3.0.1218 → 3.0.1220

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.
@@ -19,6 +19,7 @@ const AbstractClient = require('../../common/abstract_client')
19
19
  const InvoiceItem = models.InvoiceItem;
20
20
  const RecognizeMexicoVTIDResponse = models.RecognizeMexicoVTIDResponse;
21
21
  const HKIDCardOCRRequest = models.HKIDCardOCRRequest;
22
+ const ExtractDocMultiRequest = models.ExtractDocMultiRequest;
22
23
  const RecognizeBrazilIDCardOCRRequest = models.RecognizeBrazilIDCardOCRRequest;
23
24
  const RecognizePhilippinesDrivingLicenseOCRRequest = models.RecognizePhilippinesDrivingLicenseOCRRequest;
24
25
  const WordItem = models.WordItem;
@@ -33,6 +34,7 @@ const Rect = models.Rect;
33
34
  const LicensePlateInfo = models.LicensePlateInfo;
34
35
  const VatRollItem = models.VatRollItem;
35
36
  const HmtResidentPermitOCRResponse = models.HmtResidentPermitOCRResponse;
37
+ const WordPolygon = models.WordPolygon;
36
38
  const FlightItem = models.FlightItem;
37
39
  const Value = models.Value;
38
40
  const SealInfo = models.SealInfo;
@@ -54,7 +56,7 @@ const HmtResidentPermitOCRRequest = models.HmtResidentPermitOCRRequest;
54
56
  const BusInvoice = models.BusInvoice;
55
57
  const RecognizeGeneralInvoiceRequest = models.RecognizeGeneralInvoiceRequest;
56
58
  const GeneralBasicOCRResponse = models.GeneralBasicOCRResponse;
57
- const PermitOCRRequest = models.PermitOCRRequest;
59
+ const RecognizeThaiIDCardOCRResponse = models.RecognizeThaiIDCardOCRResponse;
58
60
  const OtherInvoice = models.OtherInvoice;
59
61
  const RecognizePhilippinesUMIDOCRRequest = models.RecognizePhilippinesUMIDOCRRequest;
60
62
  const BankCardOCRRequest = models.BankCardOCRRequest;
@@ -66,9 +68,10 @@ const LicensePlateOCRResponse = models.LicensePlateOCRResponse;
66
68
  const HKIDCardOCRResponse = models.HKIDCardOCRResponse;
67
69
  const GroupInfo = models.GroupInfo;
68
70
  const QuotaInvoice = models.QuotaInvoice;
69
- const RecognizeThaiIDCardOCRResponse = models.RecognizeThaiIDCardOCRResponse;
71
+ const PermitOCRRequest = models.PermitOCRRequest;
70
72
  const SingleInvoiceItem = models.SingleInvoiceItem;
71
73
  const VatInvoiceInfo = models.VatInvoiceInfo;
74
+ const ExtractDocMultiResponse = models.ExtractDocMultiResponse;
72
75
  const RecognizePhilippinesSssIDOCRResponse = models.RecognizePhilippinesSssIDOCRResponse;
73
76
  const MachinePrintedInvoice = models.MachinePrintedInvoice;
74
77
  const RecognizeKoreanIDCardOCRResponse = models.RecognizeKoreanIDCardOCRResponse;
@@ -104,6 +107,7 @@ const TableInfo = models.TableInfo;
104
107
  const VinOCRResponse = models.VinOCRResponse;
105
108
  const RecognizeKoreanDrivingLicenseOCRResponse = models.RecognizeKoreanDrivingLicenseOCRResponse;
106
109
  const VatElectronicItemInfo = models.VatElectronicItemInfo;
110
+ const ConfigAdvanced = models.ConfigAdvanced;
107
111
  const RecognizePhilippinesVoteIDOCRResponse = models.RecognizePhilippinesVoteIDOCRResponse;
108
112
  const ItemCoord = models.ItemCoord;
109
113
  const RecognizeMainlandIDCardOCRRequest = models.RecognizeMainlandIDCardOCRRequest;
@@ -765,6 +769,21 @@ The invoice/ticket subtype (SubType), subtype description (TypeDescription), and
765
769
  this.request("RecognizeGeneralInvoice", req, resp, cb);
766
770
  }
767
771
 
772
+ /**
773
+ * This API supports identifying and extracting field information in structured scenarios such as complex scenarios and multiple formats. Key scenarios include: finance, health care, transportation, travel, insurance. Click [experience now](https://ocrdemo.cloud.tencent.com/).
774
+
775
+ This API is used to set the alias SmartStructuralPro.
776
+
777
+ The default API request rate limit is 5 requests per second.
778
+ * @param {ExtractDocMultiRequest} req
779
+ * @param {function(string, ExtractDocMultiResponse):void} cb
780
+ * @public
781
+ */
782
+ ExtractDocMulti(req, cb) {
783
+ let resp = new ExtractDocMultiResponse();
784
+ this.request("ExtractDocMulti", req, resp, cb);
785
+ }
786
+
768
787
 
769
788
  }
770
789
  module.exports = OcrClient;
@@ -635,6 +635,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
635
635
  */
636
636
  this.SentimentAnalysis = null;
637
637
 
638
+ /**
639
+ *
640
+ * @type {string || null}
641
+ */
642
+ this.HitType = null;
643
+
638
644
  /**
639
645
  * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
640
646
  * @type {string || null}
@@ -683,6 +689,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
683
689
  obj.deserialize(params.SentimentAnalysis)
684
690
  this.SentimentAnalysis = obj;
685
691
  }
692
+ this.HitType = 'HitType' in params ? params.HitType : null;
686
693
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
687
694
 
688
695
  }
@@ -42,7 +42,7 @@ class TmsClient extends AbstractClient {
42
42
 
43
43
  ### Notes
44
44
  - Before invoking this API, be sure you have activated Tencent Cloud Text Moderation System in the [Content Moderation - Text Moderation System](https://console.cloud.tencent.com/cms/text/package) console.
45
- - This is a paid API. For the billing details, see [Text Moderation System Pricing](https://intl.cloud.tencent.com/product/tms/pricing?from_cn_redirect=1).
45
+ - This is a paid API. For the billing details, see [Text Moderation System Pricing](https://www.tencentcloud.com/document/product/1121/43752).
46
46
 
47
47
 
48
48