tencentcloud-sdk-nodejs-ocr 4.1.257 → 4.1.259

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ocr",
3
- "version": "4.1.257",
3
+ "version": "4.1.259",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -726,8 +726,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
726
726
  */
727
727
  VerifyOfdVatInvoiceOCR(req: VerifyOfdVatInvoiceOCRRequest, cb?: (error: string, rep: VerifyOfdVatInvoiceOCRResponse) => void): Promise<VerifyOfdVatInvoiceOCRResponse>;
728
728
  /**
729
- * 提供比对核验企业名称、统一社会信用代码、法人姓名一致性的服务,助力快速核验企业资质。
730
- 注意:核验准确率在99%以上,存在个别特殊情况下核验结果不准确,请选用前知悉。
729
+ * 提供比对核验企业名称、统一社会信用代码、法人姓名(可选)一致性的服务,助力快速核验企业资质。
730
+ 注意:
731
+ 存在个别特殊情况下核验结果不准确,请选用前知悉;
732
+ 按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
731
733
  */
732
734
  VerifyBizLicenseEnterprise3(req: VerifyBizLicenseEnterprise3Request, cb?: (error: string, rep: VerifyBizLicenseEnterprise3Response) => void): Promise<VerifyBizLicenseEnterprise3Response>;
733
735
  /**
@@ -894,8 +894,10 @@ class Client extends TencentCloudCommon.AbstractClient {
894
894
  return this.request("VerifyOfdVatInvoiceOCR", req, cb);
895
895
  }
896
896
  /**
897
- * 提供比对核验企业名称、统一社会信用代码、法人姓名一致性的服务,助力快速核验企业资质。
898
- 注意:核验准确率在99%以上,存在个别特殊情况下核验结果不准确,请选用前知悉。
897
+ * 提供比对核验企业名称、统一社会信用代码、法人姓名(可选)一致性的服务,助力快速核验企业资质。
898
+ 注意:
899
+ 存在个别特殊情况下核验结果不准确,请选用前知悉;
900
+ 按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
899
901
  */
900
902
  async VerifyBizLicenseEnterprise3(req, cb) {
901
903
  return this.request("VerifyBizLicenseEnterprise3", req, cb);