tencentcloud-sdk-nodejs-intl-en 3.0.409 → 3.0.412

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.
@@ -851,6 +851,18 @@ class MLIDPassportOCRResponse extends AbstractModel {
851
851
  */
852
852
  this.AdvancedInfo = null;
853
853
 
854
+ /**
855
+ * The first row of the machine-readable zone (MRZ) at the bottom
856
+ * @type {string || null}
857
+ */
858
+ this.CodeSet = null;
859
+
860
+ /**
861
+ * The second row of the MRZ at the bottom
862
+ * @type {string || null}
863
+ */
864
+ this.CodeCrc = null;
865
+
854
866
  /**
855
867
  * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
856
868
  * @type {string || null}
@@ -876,6 +888,8 @@ class MLIDPassportOCRResponse extends AbstractModel {
876
888
  this.Warn = 'Warn' in params ? params.Warn : null;
877
889
  this.Image = 'Image' in params ? params.Image : null;
878
890
  this.AdvancedInfo = 'AdvancedInfo' in params ? params.AdvancedInfo : null;
891
+ this.CodeSet = 'CodeSet' in params ? params.CodeSet : null;
892
+ this.CodeCrc = 'CodeCrc' in params ? params.CodeCrc : null;
879
893
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
880
894
 
881
895
  }