tencentcloud-sdk-nodejs-intl-en 3.0.1369 → 3.0.1371

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.
@@ -456,62 +456,68 @@ class OCRResult extends AbstractModel {
456
456
  super();
457
457
 
458
458
  /**
459
- * Is the indentity verification or OCR process passed
459
+ * <p>Whether the identity authentication or OCR process is successful.</p>
460
+ Note: This field may return null, indicating that no valid values can be obtained.
460
461
  * @type {boolean || null}
461
462
  */
462
463
  this.IsPass = null;
463
464
 
464
465
  /**
465
- * The Base64 of ID card image
466
+ * <p>Base64 of the ID image</p>
466
467
  Note: This field may return null, indicating that no valid values can be obtained.
467
468
  * @type {string || null}
468
469
  */
469
470
  this.CardImageBase64 = null;
470
471
 
471
472
  /**
472
- * OCR result of the ID card.
473
+ * <p>ID card recognition result</p>
474
+ Note: This field may return null, indicating that no valid values can be obtained.
473
475
  * @type {CardInfo || null}
474
476
  */
475
477
  this.CardInfo = null;
476
478
 
477
479
  /**
478
- * OCR result of the ID card.
480
+ * <p>Document recognition result (when CheckMode value is 4, return the OriginalCardInfo field; other scenarios return the current field)</p>
481
+ Note: This field may return null, indicating that no valid values can be obtained.
479
482
  * @type {NormalCardInfo || null}
480
483
  */
481
484
  this.NormalCardInfo = null;
482
485
 
483
486
  /**
484
- * The request id
487
+ * <p>Request id</p>
488
+ Note: This field may return null, indicating that no valid values can be obtained.
485
489
  * @type {string || null}
486
490
  */
487
491
  this.RequestId = null;
488
492
 
489
493
  /**
490
- * Base64 of cropped image of ID card
494
+ * <p>Base64 of the cropped ID image</p>
495
+ Note: This field may return null, indicating that no valid values can be obtained.
491
496
  * @type {string || null}
492
497
  */
493
498
  this.CardCutImageBase64 = null;
494
499
 
495
500
  /**
496
- * Base64 of the cropped image on the reverse side of the ID card
501
+ * <p>Base64 of the cropped image of the back side of the ID</p>
502
+ Note: This field may return null, indicating that no valid values can be obtained.
497
503
  * @type {string || null}
498
504
  */
499
505
  this.CardBackCutImageBase64 = null;
500
506
 
501
507
  /**
502
- * Card Warning Information
503
-
504
- -9101 Alarm for covered certificate,
505
- -9102 Alarm for photocopied certificate,
506
- -9103 Alarm for photographed certificate,
507
- -9104 Alarm for PS certificate,
508
- -9107 Alarm for reflective certificate,
509
- -9108 Alarm for blurry image,
510
- -9109 This capability is not enabled.
508
+ * <p>Alarm code</p><p>Enumeration value:</p><ul><li>-9101: Alarm for incomplete document border</li><li>-9102: Alarm for document photocopy</li><li>-9103: Alarm for rephotographing</li><li>-9104: PS alarm</li><li>-9107: Reflective alarm</li><li>-9108: Blurry alarm</li><li>-9109: Alarm capability not enabled</li></ul>
509
+ Note: This field may return null, indicating that no valid values can be obtained.
511
510
  * @type {Array.<number> || null}
512
511
  */
513
512
  this.WarnCardInfos = null;
514
513
 
514
+ /**
515
+ * <p>Original document recognition information (the current field will be returned when CheckMode value is 4)</p>
516
+ Note: This field may return null, indicating that no valid values can be obtained.
517
+ * @type {string || null}
518
+ */
519
+ this.OriginalCardInfo = null;
520
+
515
521
  }
516
522
 
517
523
  /**
@@ -539,6 +545,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
539
545
  this.CardCutImageBase64 = 'CardCutImageBase64' in params ? params.CardCutImageBase64 : null;
540
546
  this.CardBackCutImageBase64 = 'CardBackCutImageBase64' in params ? params.CardBackCutImageBase64 : null;
541
547
  this.WarnCardInfos = 'WarnCardInfos' in params ? params.WarnCardInfos : null;
548
+ this.OriginalCardInfo = 'OriginalCardInfo' in params ? params.OriginalCardInfo : null;
542
549
 
543
550
  }
544
551
  }
@@ -6983,6 +6990,30 @@ Note: This field may return null, indicating that no valid values can be obtaine
6983
6990
  */
6984
6991
  this.Seq = null;
6985
6992
 
6993
+ /**
6994
+ * Describe the detailed reason why the current request was rejected in the liveness phase. This parameter only applies to the PLUS edition eKYC service.
6995
+ -Details as follows:
6996
+ 01-User eyes closed throughout
6997
+ 02-User not completed specified action
6998
+ 03-Suspected rephotography attack
6999
+ 04-Suspected Synthesis Attack
7000
+ 05-Suspected fraudulent template
7001
+ 06-Suspected watermark
7002
+ 07-Reflection validation failed
7003
+ 08 - Suspected change of person midway
7004
+ 09-Poor face quality
7005
+ 10 - Distance validation failed
7006
+ 11-Suspected adversarial sample attack
7007
+ 12 - Suspected attack traces in the mouth area
7008
+ 13 - Suspected attack traces exist in the eye area
7009
+ 14 - Eye or mouth obstruction
7010
+ Note: This field may return null, indicating that no valid values can be obtained.
7011
+ Example value: ["01"].
7012
+ Note: This field may return null, indicating that no valid values can be obtained.
7013
+ * @type {Array.<string> || null}
7014
+ */
7015
+ this.LivenessInfoTag = null;
7016
+
6986
7017
  }
6987
7018
 
6988
7019
  /**
@@ -7001,6 +7032,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
7001
7032
  this.ReqTimestamp = 'ReqTimestamp' in params ? params.ReqTimestamp : null;
7002
7033
  this.Similarity = 'Similarity' in params ? params.Similarity : null;
7003
7034
  this.Seq = 'Seq' in params ? params.Seq : null;
7035
+ this.LivenessInfoTag = 'LivenessInfoTag' in params ? params.LivenessInfoTag : null;
7004
7036
 
7005
7037
  }
7006
7038
  }
@@ -7816,7 +7848,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
7816
7848
  this.CurrentIssueDate = null;
7817
7849
 
7818
7850
  /**
7819
- * Hong kong identity card version.
7851
+ * Hong Kong identity card version number, HKID-2003: 03 edition ID card, HKID-2018: 18 edition ID card
7820
7852
  Note: This field may return null, indicating that no valid values can be obtained.
7821
7853
  * @type {string || null}
7822
7854
  */
@@ -468,6 +468,96 @@ class FlowSRTInfo extends AbstractModel {
468
468
  */
469
469
  this.RecvPacketDropNumber = null;
470
470
 
471
+ /**
472
+ * bandwidth
473
+ * @type {number || null}
474
+ */
475
+ this.Bandwidth = null;
476
+
477
+ /**
478
+ * Transmit bandwidth
479
+ * @type {number || null}
480
+ */
481
+ this.SendBandwidth = null;
482
+
483
+ /**
484
+ * Receive bandwidth
485
+ * @type {number || null}
486
+ */
487
+ this.RecvBandwidth = null;
488
+
489
+ /**
490
+ * Number of packets sent
491
+ * @type {number || null}
492
+ */
493
+ this.SendPackets = null;
494
+
495
+ /**
496
+ * Number of received packets
497
+ * @type {number || null}
498
+ */
499
+ this.RecvPackets = null;
500
+
501
+ /**
502
+ * Send lost package
503
+ * @type {number || null}
504
+ */
505
+ this.SendLostPackets = null;
506
+
507
+ /**
508
+ * Accept lost packages
509
+ * @type {number || null}
510
+ */
511
+ this.RecvLostPackets = null;
512
+
513
+ /**
514
+ * Number of retransmission packets sent
515
+ * @type {number || null}
516
+ */
517
+ this.SendRetransmitPackets = null;
518
+
519
+ /**
520
+ * Number of received retransmission packets
521
+ * @type {number || null}
522
+ */
523
+ this.RecvRetransmitPackets = null;
524
+
525
+ /**
526
+ * Flight window size
527
+ * @type {number || null}
528
+ */
529
+ this.FlightSize = null;
530
+
531
+ /**
532
+ * congestion window
533
+ * @type {number || null}
534
+ */
535
+ this.CongestionWindow = null;
536
+
537
+ /**
538
+ * Send buffer (ms)
539
+ * @type {number || null}
540
+ */
541
+ this.SendBuffer = null;
542
+
543
+ /**
544
+ * Receive buffer (ms)
545
+ * @type {number || null}
546
+ */
547
+ this.RecvBuffer = null;
548
+
549
+ /**
550
+ * Sending delay
551
+ * @type {number || null}
552
+ */
553
+ this.SendLatency = null;
554
+
555
+ /**
556
+ * Receiving delay
557
+ * @type {number || null}
558
+ */
559
+ this.RecvLatency = null;
560
+
471
561
  }
472
562
 
473
563
  /**
@@ -486,6 +576,21 @@ class FlowSRTInfo extends AbstractModel {
486
576
  this.SessionId = 'SessionId' in params ? params.SessionId : null;
487
577
  this.SendPacketDropNumber = 'SendPacketDropNumber' in params ? params.SendPacketDropNumber : null;
488
578
  this.RecvPacketDropNumber = 'RecvPacketDropNumber' in params ? params.RecvPacketDropNumber : null;
579
+ this.Bandwidth = 'Bandwidth' in params ? params.Bandwidth : null;
580
+ this.SendBandwidth = 'SendBandwidth' in params ? params.SendBandwidth : null;
581
+ this.RecvBandwidth = 'RecvBandwidth' in params ? params.RecvBandwidth : null;
582
+ this.SendPackets = 'SendPackets' in params ? params.SendPackets : null;
583
+ this.RecvPackets = 'RecvPackets' in params ? params.RecvPackets : null;
584
+ this.SendLostPackets = 'SendLostPackets' in params ? params.SendLostPackets : null;
585
+ this.RecvLostPackets = 'RecvLostPackets' in params ? params.RecvLostPackets : null;
586
+ this.SendRetransmitPackets = 'SendRetransmitPackets' in params ? params.SendRetransmitPackets : null;
587
+ this.RecvRetransmitPackets = 'RecvRetransmitPackets' in params ? params.RecvRetransmitPackets : null;
588
+ this.FlightSize = 'FlightSize' in params ? params.FlightSize : null;
589
+ this.CongestionWindow = 'CongestionWindow' in params ? params.CongestionWindow : null;
590
+ this.SendBuffer = 'SendBuffer' in params ? params.SendBuffer : null;
591
+ this.RecvBuffer = 'RecvBuffer' in params ? params.RecvBuffer : null;
592
+ this.SendLatency = 'SendLatency' in params ? params.SendLatency : null;
593
+ this.RecvLatency = 'RecvLatency' in params ? params.RecvLatency : null;
489
594
 
490
595
  }
491
596
  }
@@ -3127,6 +3232,12 @@ It must be in UTC format, such as `2020-01-01T12:00:00Z`.
3127
3232
  */
3128
3233
  this.Period = null;
3129
3234
 
3235
+ /**
3236
+ * Peer IP address
3237
+ * @type {string || null}
3238
+ */
3239
+ this.RemoteIp = null;
3240
+
3130
3241
  }
3131
3242
 
3132
3243
  /**
@@ -3143,6 +3254,7 @@ It must be in UTC format, such as `2020-01-01T12:00:00Z`.
3143
3254
  this.StartTime = 'StartTime' in params ? params.StartTime : null;
3144
3255
  this.EndTime = 'EndTime' in params ? params.EndTime : null;
3145
3256
  this.Period = 'Period' in params ? params.Period : null;
3257
+ this.RemoteIp = 'RemoteIp' in params ? params.RemoteIp : null;
3146
3258
 
3147
3259
  }
3148
3260
  }
@@ -8440,7 +8440,7 @@ class AddProjectUserRoleRequest extends AbstractModel {
8440
8440
  this.UserIds = null;
8441
8441
 
8442
8442
  /**
8443
- * Role id
8443
+ * Role ID
8444
8444
  * @type {Array.<string> || null}
8445
8445
  */
8446
8446
  this.RoleIds = null;