tencentcloud-sdk-faceid 3.0.590 → 3.0.592
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180301/models.rb +80 -80
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 440f418f620493ebbb0919c3050646dad26a620c
|
4
|
+
data.tar.gz: f545a6c66edce9d1cf736c58d20bb3df80354515
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c189d8e3cd80d3bbf9654a01ba10db0544fa53ccd6c8c96bc0c1212306fba843bcf36565c2c875b04224edecdad02b576de06aa3d271d649b353627d9e423828
|
7
|
+
data.tar.gz: b67a3ac5f8eadb1920cf5ae913a37a9f55e73b75c7cb81addd72217cc66da8671540cadc3d62b3633a4f1d5a3d46c8d20b1524b2b953c16c530397755ff7c454
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.592
|
data/lib/v20180301/models.rb
CHANGED
@@ -27,7 +27,7 @@ module TencentCloud
|
|
27
27
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
28
28
|
|
29
29
|
attr_accessor :Name, :BankCard, :Encryption
|
30
|
-
|
30
|
+
|
31
31
|
def initialize(name=nil, bankcard=nil, encryption=nil)
|
32
32
|
@Name = name
|
33
33
|
@BankCard = bankcard
|
@@ -73,7 +73,7 @@ module TencentCloud
|
|
73
73
|
# @type RequestId: String
|
74
74
|
|
75
75
|
attr_accessor :Result, :Description, :RequestId
|
76
|
-
|
76
|
+
|
77
77
|
def initialize(result=nil, description=nil, requestid=nil)
|
78
78
|
@Result = result
|
79
79
|
@Description = description
|
@@ -104,7 +104,7 @@ module TencentCloud
|
|
104
104
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
105
105
|
|
106
106
|
attr_accessor :Name, :BankCard, :Phone, :IdCard, :CertType, :Encryption
|
107
|
-
|
107
|
+
|
108
108
|
def initialize(name=nil, bankcard=nil, phone=nil, idcard=nil, certtype=nil, encryption=nil)
|
109
109
|
@Name = name
|
110
110
|
@BankCard = bankcard
|
@@ -158,7 +158,7 @@ module TencentCloud
|
|
158
158
|
# @type RequestId: String
|
159
159
|
|
160
160
|
attr_accessor :Result, :Description, :RequestId
|
161
|
-
|
161
|
+
|
162
162
|
def initialize(result=nil, description=nil, requestid=nil)
|
163
163
|
@Result = result
|
164
164
|
@Description = description
|
@@ -187,7 +187,7 @@ module TencentCloud
|
|
187
187
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
188
188
|
|
189
189
|
attr_accessor :IdCard, :Name, :BankCard, :CertType, :Encryption
|
190
|
-
|
190
|
+
|
191
191
|
def initialize(idcard=nil, name=nil, bankcard=nil, certtype=nil, encryption=nil)
|
192
192
|
@IdCard = idcard
|
193
193
|
@Name = name
|
@@ -238,7 +238,7 @@ module TencentCloud
|
|
238
238
|
# @type RequestId: String
|
239
239
|
|
240
240
|
attr_accessor :Result, :Description, :RequestId
|
241
|
-
|
241
|
+
|
242
242
|
def initialize(result=nil, description=nil, requestid=nil)
|
243
243
|
@Result = result
|
244
244
|
@Description = description
|
@@ -274,7 +274,7 @@ module TencentCloud
|
|
274
274
|
# @type ErrorMessage: String
|
275
275
|
|
276
276
|
attr_accessor :ReqTime, :Seq, :Idcard, :Name, :Sim, :IsNeedCharge, :ChargeType, :ErrorCode, :ErrorMessage
|
277
|
-
|
277
|
+
|
278
278
|
def initialize(reqtime=nil, seq=nil, idcard=nil, name=nil, sim=nil, isneedcharge=nil, chargetype=nil, errorcode=nil, errormessage=nil)
|
279
279
|
@ReqTime = reqtime
|
280
280
|
@Seq = seq
|
@@ -308,7 +308,7 @@ module TencentCloud
|
|
308
308
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
309
309
|
|
310
310
|
attr_accessor :BankCard, :Encryption
|
311
|
-
|
311
|
+
|
312
312
|
def initialize(bankcard=nil, encryption=nil)
|
313
313
|
@BankCard = bankcard
|
314
314
|
@Encryption = encryption
|
@@ -343,7 +343,7 @@ module TencentCloud
|
|
343
343
|
# @type RequestId: String
|
344
344
|
|
345
345
|
attr_accessor :Result, :Description, :AccountBank, :AccountType, :RequestId
|
346
|
-
|
346
|
+
|
347
347
|
def initialize(result=nil, description=nil, accountbank=nil, accounttype=nil, requestid=nil)
|
348
348
|
@Result = result
|
349
349
|
@Description = description
|
@@ -367,7 +367,7 @@ module TencentCloud
|
|
367
367
|
# @type EidToken: String
|
368
368
|
|
369
369
|
attr_accessor :EidToken
|
370
|
-
|
370
|
+
|
371
371
|
def initialize(eidtoken=nil)
|
372
372
|
@EidToken = eidtoken
|
373
373
|
end
|
@@ -389,7 +389,7 @@ module TencentCloud
|
|
389
389
|
# @type RequestId: String
|
390
390
|
|
391
391
|
attr_accessor :Status, :RequestId
|
392
|
-
|
392
|
+
|
393
393
|
def initialize(status=nil, requestid=nil)
|
394
394
|
@Status = status
|
395
395
|
@RequestId = requestid
|
@@ -433,7 +433,7 @@ module TencentCloud
|
|
433
433
|
# @type IsEncrypt: Boolean
|
434
434
|
|
435
435
|
attr_accessor :ImageBase64, :ImageUrl, :Config, :IsEncrypt
|
436
|
-
|
436
|
+
|
437
437
|
def initialize(imagebase64=nil, imageurl=nil, config=nil, isencrypt=nil)
|
438
438
|
@ImageBase64 = imagebase64
|
439
439
|
@ImageUrl = imageurl
|
@@ -491,7 +491,7 @@ module TencentCloud
|
|
491
491
|
# @type RequestId: String
|
492
492
|
|
493
493
|
attr_accessor :Sim, :Result, :Description, :Name, :Sex, :Nation, :Birth, :Address, :IdNum, :Portrait, :Warnings, :Quality, :Encryption, :RequestId
|
494
|
-
|
494
|
+
|
495
495
|
def initialize(sim=nil, result=nil, description=nil, name=nil, sex=nil, nation=nil, birth=nil, address=nil, idnum=nil, portrait=nil, warnings=nil, quality=nil, encryption=nil, requestid=nil)
|
496
496
|
@Sim = sim
|
497
497
|
@Result = result
|
@@ -544,7 +544,7 @@ module TencentCloud
|
|
544
544
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
545
545
|
|
546
546
|
attr_accessor :Name, :IdCard, :ValidityBegin, :ValidityEnd, :Encryption
|
547
|
-
|
547
|
+
|
548
548
|
def initialize(name=nil, idcard=nil, validitybegin=nil, validityend=nil, encryption=nil)
|
549
549
|
@Name = name
|
550
550
|
@IdCard = idcard
|
@@ -585,7 +585,7 @@ module TencentCloud
|
|
585
585
|
# @type RequestId: String
|
586
586
|
|
587
587
|
attr_accessor :Result, :Description, :RequestId
|
588
|
-
|
588
|
+
|
589
589
|
def initialize(result=nil, description=nil, requestid=nil)
|
590
590
|
@Result = result
|
591
591
|
@Description = description
|
@@ -609,7 +609,7 @@ module TencentCloud
|
|
609
609
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
610
610
|
|
611
611
|
attr_accessor :Mobile, :Name, :Encryption
|
612
|
-
|
612
|
+
|
613
613
|
def initialize(mobile=nil, name=nil, encryption=nil)
|
614
614
|
@Mobile = mobile
|
615
615
|
@Name = name
|
@@ -643,7 +643,7 @@ module TencentCloud
|
|
643
643
|
# @type RequestId: String
|
644
644
|
|
645
645
|
attr_accessor :Result, :Description, :RequestId
|
646
|
-
|
646
|
+
|
647
647
|
def initialize(result=nil, description=nil, requestid=nil)
|
648
648
|
@Result = result
|
649
649
|
@Description = description
|
@@ -685,7 +685,7 @@ module TencentCloud
|
|
685
685
|
# @type Config: :class:`Tencentcloud::Faceid.v20180301.models.RuleIdConfig`
|
686
686
|
|
687
687
|
attr_accessor :RuleId, :TerminalType, :IdCard, :Name, :RedirectUrl, :Extra, :ImageBase64, :Encryption, :IntentionVerifyText, :IntentionQuestions, :Config
|
688
|
-
|
688
|
+
|
689
689
|
def initialize(ruleid=nil, terminaltype=nil, idcard=nil, name=nil, redirecturl=nil, extra=nil, imagebase64=nil, encryption=nil, intentionverifytext=nil, intentionquestions=nil, config=nil)
|
690
690
|
@RuleId = ruleid
|
691
691
|
@TerminalType = terminaltype
|
@@ -739,7 +739,7 @@ module TencentCloud
|
|
739
739
|
# @type RequestId: String
|
740
740
|
|
741
741
|
attr_accessor :Url, :BizToken, :RequestId
|
742
|
-
|
742
|
+
|
743
743
|
def initialize(url=nil, biztoken=nil, requestid=nil)
|
744
744
|
@Url = url
|
745
745
|
@BizToken = biztoken
|
@@ -808,7 +808,7 @@ module TencentCloud
|
|
808
808
|
# @type LivenessMode: Integer
|
809
809
|
|
810
810
|
attr_accessor :ReqTime, :Seq, :Idcard, :Name, :Sim, :IsNeedCharge, :Errcode, :Errmsg, :Livestatus, :Livemsg, :Comparestatus, :Comparemsg, :CompareLibType, :LivenessMode
|
811
|
-
|
811
|
+
|
812
812
|
def initialize(reqtime=nil, seq=nil, idcard=nil, name=nil, sim=nil, isneedcharge=nil, errcode=nil, errmsg=nil, livestatus=nil, livemsg=nil, comparestatus=nil, comparemsg=nil, comparelibtype=nil, livenessmode=nil)
|
813
813
|
@ReqTime = reqtime
|
814
814
|
@Seq = seq
|
@@ -854,7 +854,7 @@ module TencentCloud
|
|
854
854
|
# @type BestFrames: Array
|
855
855
|
|
856
856
|
attr_accessor :BestFrame, :BestFrames
|
857
|
-
|
857
|
+
|
858
858
|
def initialize(bestframe=nil, bestframes=nil)
|
859
859
|
@BestFrame = bestframe
|
860
860
|
@BestFrames = bestframes
|
@@ -907,7 +907,7 @@ module TencentCloud
|
|
907
907
|
# @type BackWarnInfos: Array
|
908
908
|
|
909
909
|
attr_accessor :OcrFront, :OcrBack, :ProcessedFrontImage, :ProcessedBackImage, :Avatar, :WarnInfos, :BackWarnInfos
|
910
|
-
|
910
|
+
|
911
911
|
def initialize(ocrfront=nil, ocrback=nil, processedfrontimage=nil, processedbackimage=nil, avatar=nil, warninfos=nil, backwarninfos=nil)
|
912
912
|
@OcrFront = ocrfront
|
913
913
|
@OcrBack = ocrback
|
@@ -1033,7 +1033,7 @@ module TencentCloud
|
|
1033
1033
|
# @type VisaNum: String
|
1034
1034
|
|
1035
1035
|
attr_accessor :ErrCode, :ErrMsg, :IdCard, :UseIDType, :Name, :OcrNation, :OcrAddress, :OcrBirth, :OcrAuthority, :OcrValidDate, :OcrName, :OcrIdCard, :OcrGender, :IdInfoFrom, :LiveStatus, :LiveMsg, :Comparestatus, :Comparemsg, :Sim, :Location, :Extra, :LivenessDetail, :Mobile, :CompareLibType, :LivenessMode, :NFCRequestIds, :NFCBillingCounts, :PassNo, :VisaNum
|
1036
|
-
|
1036
|
+
|
1037
1037
|
def initialize(errcode=nil, errmsg=nil, idcard=nil, useidtype=nil, name=nil, ocrnation=nil, ocraddress=nil, ocrbirth=nil, ocrauthority=nil, ocrvaliddate=nil, ocrname=nil, ocridcard=nil, ocrgender=nil, idinfofrom=nil, livestatus=nil, livemsg=nil, comparestatus=nil, comparemsg=nil, sim=nil, location=nil, extra=nil, livenessdetail=nil, mobile=nil, comparelibtype=nil, livenessmode=nil, nfcrequestids=nil, nfcbillingcounts=nil, passno=nil, visanum=nil)
|
1038
1038
|
@ErrCode = errcode
|
1039
1039
|
@ErrMsg = errmsg
|
@@ -1113,7 +1113,7 @@ module TencentCloud
|
|
1113
1113
|
# @type LivenessVideo: String
|
1114
1114
|
|
1115
1115
|
attr_accessor :LivenessVideo
|
1116
|
-
|
1116
|
+
|
1117
1117
|
def initialize(livenessvideo=nil)
|
1118
1118
|
@LivenessVideo = livenessvideo
|
1119
1119
|
end
|
@@ -1135,7 +1135,7 @@ module TencentCloud
|
|
1135
1135
|
# @type UserInfo: String
|
1136
1136
|
|
1137
1137
|
attr_accessor :EidCode, :EidSign, :DesKey, :UserInfo
|
1138
|
-
|
1138
|
+
|
1139
1139
|
def initialize(eidcode=nil, eidsign=nil, deskey=nil, userinfo=nil)
|
1140
1140
|
@EidCode = eidcode
|
1141
1141
|
@EidSign = eidsign
|
@@ -1167,7 +1167,7 @@ module TencentCloud
|
|
1167
1167
|
# @type EncryptionMode: String
|
1168
1168
|
|
1169
1169
|
attr_accessor :IdCard, :Name, :Phone, :EncryptionMode
|
1170
|
-
|
1170
|
+
|
1171
1171
|
def initialize(idcard=nil, name=nil, phone=nil, encryptionmode=nil)
|
1172
1172
|
@IdCard = idcard
|
1173
1173
|
@Name = name
|
@@ -1205,7 +1205,7 @@ module TencentCloud
|
|
1205
1205
|
# @type RequestId: String
|
1206
1206
|
|
1207
1207
|
attr_accessor :Result, :Description, :ISP, :RequestId
|
1208
|
-
|
1208
|
+
|
1209
1209
|
def initialize(result=nil, description=nil, isp=nil, requestid=nil)
|
1210
1210
|
@Result = result
|
1211
1211
|
@Description = description
|
@@ -1235,7 +1235,7 @@ module TencentCloud
|
|
1235
1235
|
# @type TagList: Array
|
1236
1236
|
|
1237
1237
|
attr_accessor :EncryptList, :CiphertextBlob, :Iv, :Algorithm, :TagList
|
1238
|
-
|
1238
|
+
|
1239
1239
|
def initialize(encryptlist=nil, ciphertextblob=nil, iv=nil, algorithm=nil, taglist=nil)
|
1240
1240
|
@EncryptList = encryptlist
|
1241
1241
|
@CiphertextBlob = ciphertextblob
|
@@ -1259,7 +1259,7 @@ module TencentCloud
|
|
1259
1259
|
# @type ActionType: String
|
1260
1260
|
|
1261
1261
|
attr_accessor :ActionType
|
1262
|
-
|
1262
|
+
|
1263
1263
|
def initialize(actiontype=nil)
|
1264
1264
|
@ActionType = actiontype
|
1265
1265
|
end
|
@@ -1277,7 +1277,7 @@ module TencentCloud
|
|
1277
1277
|
# @type RequestId: String
|
1278
1278
|
|
1279
1279
|
attr_accessor :ActionSequence, :RequestId
|
1280
|
-
|
1280
|
+
|
1281
1281
|
def initialize(actionsequence=nil, requestid=nil)
|
1282
1282
|
@ActionSequence = actionsequence
|
1283
1283
|
@RequestId = requestid
|
@@ -1311,7 +1311,7 @@ module TencentCloud
|
|
1311
1311
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
1312
1312
|
|
1313
1313
|
attr_accessor :BizToken, :RuleId, :InfoType, :BestFramesCount, :IsCutIdCardImage, :IsNeedIdCardAvatar, :IsEncrypt, :Encryption
|
1314
|
-
|
1314
|
+
|
1315
1315
|
def initialize(biztoken=nil, ruleid=nil, infotype=nil, bestframescount=nil, iscutidcardimage=nil, isneedidcardavatar=nil, isencrypt=nil, encryption=nil)
|
1316
1316
|
@BizToken = biztoken
|
1317
1317
|
@RuleId = ruleid
|
@@ -1365,7 +1365,7 @@ module TencentCloud
|
|
1365
1365
|
# @type RequestId: String
|
1366
1366
|
|
1367
1367
|
attr_accessor :Text, :IdCardData, :BestFrame, :VideoData, :Encryption, :IntentionVerifyData, :IntentionQuestionResult, :RequestId
|
1368
|
-
|
1368
|
+
|
1369
1369
|
def initialize(text=nil, idcarddata=nil, bestframe=nil, videodata=nil, encryption=nil, intentionverifydata=nil, intentionquestionresult=nil, requestid=nil)
|
1370
1370
|
@Text = text
|
1371
1371
|
@IdCardData = idcarddata
|
@@ -1422,7 +1422,7 @@ module TencentCloud
|
|
1422
1422
|
# @type InfoType: String
|
1423
1423
|
|
1424
1424
|
attr_accessor :BizToken, :RuleId, :InfoType
|
1425
|
-
|
1425
|
+
|
1426
1426
|
def initialize(biztoken=nil, ruleid=nil, infotype=nil)
|
1427
1427
|
@BizToken = biztoken
|
1428
1428
|
@RuleId = ruleid
|
@@ -1492,7 +1492,7 @@ module TencentCloud
|
|
1492
1492
|
# @type RequestId: String
|
1493
1493
|
|
1494
1494
|
attr_accessor :DetectInfo, :RequestId
|
1495
|
-
|
1495
|
+
|
1496
1496
|
def initialize(detectinfo=nil, requestid=nil)
|
1497
1497
|
@DetectInfo = detectinfo
|
1498
1498
|
@RequestId = requestid
|
@@ -1516,7 +1516,7 @@ module TencentCloud
|
|
1516
1516
|
# @type BestFramesCount: Integer
|
1517
1517
|
|
1518
1518
|
attr_accessor :EidToken, :InfoType, :BestFramesCount
|
1519
|
-
|
1519
|
+
|
1520
1520
|
def initialize(eidtoken=nil, infotype=nil, bestframescount=nil)
|
1521
1521
|
@EidToken = eidtoken
|
1522
1522
|
@InfoType = infotype
|
@@ -1554,7 +1554,7 @@ module TencentCloud
|
|
1554
1554
|
# @type RequestId: String
|
1555
1555
|
|
1556
1556
|
attr_accessor :Text, :IdCardData, :BestFrame, :EidInfo, :IntentionVerifyData, :IntentionQuestionResult, :RequestId
|
1557
|
-
|
1557
|
+
|
1558
1558
|
def initialize(text=nil, idcarddata=nil, bestframe=nil, eidinfo=nil, intentionverifydata=nil, intentionquestionresult=nil, requestid=nil)
|
1559
1559
|
@Text = text
|
1560
1560
|
@IdCardData = idcarddata
|
@@ -1618,7 +1618,7 @@ module TencentCloud
|
|
1618
1618
|
# @type IsSupportHMTResidentPermitOCR: Boolean
|
1619
1619
|
|
1620
1620
|
attr_accessor :InputType, :UseIntentionVerify, :IntentionMode, :IntentionVerifyText, :IntentionQuestions, :IntentionRecognition, :IsSupportHMTResidentPermitOCR
|
1621
|
-
|
1621
|
+
|
1622
1622
|
def initialize(inputtype=nil, useintentionverify=nil, intentionmode=nil, intentionverifytext=nil, intentionquestions=nil, intentionrecognition=nil, issupporthmtresidentpermitocr=nil)
|
1623
1623
|
@InputType = inputtype
|
1624
1624
|
@UseIntentionVerify = useintentionverify
|
@@ -1666,7 +1666,7 @@ module TencentCloud
|
|
1666
1666
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
1667
1667
|
|
1668
1668
|
attr_accessor :MerchantId, :IdCard, :Name, :Extra, :Config, :RedirectUrl, :Encryption
|
1669
|
-
|
1669
|
+
|
1670
1670
|
def initialize(merchantid=nil, idcard=nil, name=nil, extra=nil, config=nil, redirecturl=nil, encryption=nil)
|
1671
1671
|
@MerchantId = merchantid
|
1672
1672
|
@IdCard = idcard
|
@@ -1705,7 +1705,7 @@ module TencentCloud
|
|
1705
1705
|
# @type RequestId: String
|
1706
1706
|
|
1707
1707
|
attr_accessor :EidToken, :Url, :RequestId
|
1708
|
-
|
1708
|
+
|
1709
1709
|
def initialize(eidtoken=nil, url=nil, requestid=nil)
|
1710
1710
|
@EidToken = eidtoken
|
1711
1711
|
@Url = url
|
@@ -1729,7 +1729,7 @@ module TencentCloud
|
|
1729
1729
|
# @type IsNeedBestFrame: Boolean
|
1730
1730
|
|
1731
1731
|
attr_accessor :FaceIdToken, :IsNeedVideo, :IsNeedBestFrame
|
1732
|
-
|
1732
|
+
|
1733
1733
|
def initialize(faceidtoken=nil, isneedvideo=nil, isneedbestframe=nil)
|
1734
1734
|
@FaceIdToken = faceidtoken
|
1735
1735
|
@IsNeedVideo = isneedvideo
|
@@ -1781,7 +1781,7 @@ module TencentCloud
|
|
1781
1781
|
# @type RequestId: String
|
1782
1782
|
|
1783
1783
|
attr_accessor :IdCard, :Name, :Result, :Description, :Similarity, :VideoBase64, :BestFrameBase64, :Extra, :DeviceInfoTag, :RiskInfoTag, :RequestId
|
1784
|
-
|
1784
|
+
|
1785
1785
|
def initialize(idcard=nil, name=nil, result=nil, description=nil, similarity=nil, videobase64=nil, bestframebase64=nil, extra=nil, deviceinfotag=nil, riskinfotag=nil, requestid=nil)
|
1786
1786
|
@IdCard = idcard
|
1787
1787
|
@Name = name
|
@@ -1833,7 +1833,7 @@ module TencentCloud
|
|
1833
1833
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
1834
1834
|
|
1835
1835
|
attr_accessor :CompareLib, :IdCard, :Name, :ImageBase64, :Meta, :Extra, :UseCos, :Encryption
|
1836
|
-
|
1836
|
+
|
1837
1837
|
def initialize(comparelib=nil, idcard=nil, name=nil, imagebase64=nil, meta=nil, extra=nil, usecos=nil, encryption=nil)
|
1838
1838
|
@CompareLib = comparelib
|
1839
1839
|
@IdCard = idcard
|
@@ -1868,7 +1868,7 @@ module TencentCloud
|
|
1868
1868
|
# @type RequestId: String
|
1869
1869
|
|
1870
1870
|
attr_accessor :FaceIdToken, :RequestId
|
1871
|
-
|
1871
|
+
|
1872
1872
|
def initialize(faceidtoken=nil, requestid=nil)
|
1873
1873
|
@FaceIdToken = faceidtoken
|
1874
1874
|
@RequestId = requestid
|
@@ -1883,7 +1883,7 @@ module TencentCloud
|
|
1883
1883
|
# GetLiveCode请求参数结构体
|
1884
1884
|
class GetLiveCodeRequest < TencentCloud::Common::AbstractModel
|
1885
1885
|
|
1886
|
-
|
1886
|
+
|
1887
1887
|
def initialize()
|
1888
1888
|
end
|
1889
1889
|
|
@@ -1899,7 +1899,7 @@ module TencentCloud
|
|
1899
1899
|
# @type RequestId: String
|
1900
1900
|
|
1901
1901
|
attr_accessor :LiveCode, :RequestId
|
1902
|
-
|
1902
|
+
|
1903
1903
|
def initialize(livecode=nil, requestid=nil)
|
1904
1904
|
@LiveCode = livecode
|
1905
1905
|
@RequestId = requestid
|
@@ -1921,7 +1921,7 @@ module TencentCloud
|
|
1921
1921
|
# @type RuleId: String
|
1922
1922
|
|
1923
1923
|
attr_accessor :Date, :Cursor, :RuleId
|
1924
|
-
|
1924
|
+
|
1925
1925
|
def initialize(date=nil, cursor=nil, ruleid=nil)
|
1926
1926
|
@Date = date
|
1927
1927
|
@Cursor = cursor
|
@@ -1947,7 +1947,7 @@ module TencentCloud
|
|
1947
1947
|
# @type RequestId: String
|
1948
1948
|
|
1949
1949
|
attr_accessor :HasNextPage, :NextCursor, :WeChatBillDetails, :RequestId
|
1950
|
-
|
1950
|
+
|
1951
1951
|
def initialize(hasnextpage=nil, nextcursor=nil, wechatbilldetails=nil, requestid=nil)
|
1952
1952
|
@HasNextPage = hasnextpage
|
1953
1953
|
@NextCursor = nextcursor
|
@@ -1991,7 +1991,7 @@ module TencentCloud
|
|
1991
1991
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
1992
1992
|
|
1993
1993
|
attr_accessor :IdCard, :Name, :ImageBase64, :ImageUrl, :Encryption
|
1994
|
-
|
1994
|
+
|
1995
1995
|
def initialize(idcard=nil, name=nil, imagebase64=nil, imageurl=nil, encryption=nil)
|
1996
1996
|
@IdCard = idcard
|
1997
1997
|
@Name = name
|
@@ -2048,7 +2048,7 @@ module TencentCloud
|
|
2048
2048
|
# @type RequestId: String
|
2049
2049
|
|
2050
2050
|
attr_accessor :Result, :Description, :Name, :IdCard, :Sex, :Nation, :Birth, :Address, :RequestId
|
2051
|
-
|
2051
|
+
|
2052
2052
|
def initialize(result=nil, description=nil, name=nil, idcard=nil, sex=nil, nation=nil, birth=nil, address=nil, requestid=nil)
|
2053
2053
|
@Result = result
|
2054
2054
|
@Description = description
|
@@ -2084,7 +2084,7 @@ module TencentCloud
|
|
2084
2084
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
2085
2085
|
|
2086
2086
|
attr_accessor :IdCard, :Name, :Encryption
|
2087
|
-
|
2087
|
+
|
2088
2088
|
def initialize(idcard=nil, name=nil, encryption=nil)
|
2089
2089
|
@IdCard = idcard
|
2090
2090
|
@Name = name
|
@@ -2121,7 +2121,7 @@ module TencentCloud
|
|
2121
2121
|
# @type RequestId: String
|
2122
2122
|
|
2123
2123
|
attr_accessor :Result, :Description, :RequestId
|
2124
|
-
|
2124
|
+
|
2125
2125
|
def initialize(result=nil, description=nil, requestid=nil)
|
2126
2126
|
@Result = result
|
2127
2127
|
@Description = description
|
@@ -2151,7 +2151,7 @@ module TencentCloud
|
|
2151
2151
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
2152
2152
|
|
2153
2153
|
attr_accessor :IdCard, :Name, :ImageBase64, :Optional, :Encryption
|
2154
|
-
|
2154
|
+
|
2155
2155
|
def initialize(idcard=nil, name=nil, imagebase64=nil, optional=nil, encryption=nil)
|
2156
2156
|
@IdCard = idcard
|
2157
2157
|
@Name = name
|
@@ -2184,7 +2184,7 @@ module TencentCloud
|
|
2184
2184
|
# @type RequestId: String
|
2185
2185
|
|
2186
2186
|
attr_accessor :Sim, :Result, :Description, :RequestId
|
2187
|
-
|
2187
|
+
|
2188
2188
|
def initialize(sim=nil, result=nil, description=nil, requestid=nil)
|
2189
2189
|
@Sim = sim
|
2190
2190
|
@Result = result
|
@@ -2208,7 +2208,7 @@ module TencentCloud
|
|
2208
2208
|
# @type Answers: Array
|
2209
2209
|
|
2210
2210
|
attr_accessor :Question, :Answers
|
2211
|
-
|
2211
|
+
|
2212
2212
|
def initialize(question=nil, answers=nil)
|
2213
2213
|
@Question = question
|
2214
2214
|
@Answers = answers
|
@@ -2269,7 +2269,7 @@ module TencentCloud
|
|
2269
2269
|
# @type FinalResultCode: String
|
2270
2270
|
|
2271
2271
|
attr_accessor :FinalResultDetailCode, :FinalResultMessage, :Video, :ScreenShot, :ResultCode, :AsrResult, :Audios, :FinalResultCode
|
2272
|
-
|
2272
|
+
|
2273
2273
|
def initialize(finalresultdetailcode=nil, finalresultmessage=nil, video=nil, screenshot=nil, resultcode=nil, asrresult=nil, audios=nil, finalresultcode=nil)
|
2274
2274
|
@FinalResultDetailCode = finalresultdetailcode
|
2275
2275
|
@FinalResultMessage = finalresultmessage
|
@@ -2315,7 +2315,7 @@ module TencentCloud
|
|
2315
2315
|
# @type AsrResultSimilarity: String
|
2316
2316
|
|
2317
2317
|
attr_accessor :IntentionVerifyVideo, :AsrResult, :ErrorCode, :ErrorMessage, :IntentionVerifyBestFrame, :AsrResultSimilarity
|
2318
|
-
|
2318
|
+
|
2319
2319
|
def initialize(intentionverifyvideo=nil, asrresult=nil, errorcode=nil, errormessage=nil, intentionverifybestframe=nil, asrresultsimilarity=nil)
|
2320
2320
|
@IntentionVerifyVideo = intentionverifyvideo
|
2321
2321
|
@AsrResult = asrresult
|
@@ -2375,7 +2375,7 @@ module TencentCloud
|
|
2375
2375
|
# @type VideoUrl: String
|
2376
2376
|
|
2377
2377
|
attr_accessor :LivenessType, :ImageBase64, :ImageUrl, :ValidateData, :Optional, :VideoBase64, :VideoUrl
|
2378
|
-
|
2378
|
+
|
2379
2379
|
def initialize(livenesstype=nil, imagebase64=nil, imageurl=nil, validatedata=nil, optional=nil, videobase64=nil, videourl=nil)
|
2380
2380
|
@LivenessType = livenesstype
|
2381
2381
|
@ImageBase64 = imagebase64
|
@@ -2415,7 +2415,7 @@ module TencentCloud
|
|
2415
2415
|
# @type RequestId: String
|
2416
2416
|
|
2417
2417
|
attr_accessor :BestFrameBase64, :Sim, :Result, :Description, :BestFrameList, :RequestId
|
2418
|
-
|
2418
|
+
|
2419
2419
|
def initialize(bestframebase64=nil, sim=nil, result=nil, description=nil, bestframelist=nil, requestid=nil)
|
2420
2420
|
@BestFrameBase64 = bestframebase64
|
2421
2421
|
@Sim = sim
|
@@ -2466,7 +2466,7 @@ module TencentCloud
|
|
2466
2466
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
2467
2467
|
|
2468
2468
|
attr_accessor :IdCard, :Name, :LivenessType, :VideoBase64, :VideoUrl, :ValidateData, :Optional, :Encryption
|
2469
|
-
|
2469
|
+
|
2470
2470
|
def initialize(idcard=nil, name=nil, livenesstype=nil, videobase64=nil, videourl=nil, validatedata=nil, optional=nil, encryption=nil)
|
2471
2471
|
@IdCard = idcard
|
2472
2472
|
@Name = name
|
@@ -2511,7 +2511,7 @@ module TencentCloud
|
|
2511
2511
|
# @type RequestId: String
|
2512
2512
|
|
2513
2513
|
attr_accessor :BestFrameBase64, :Sim, :Result, :Description, :BestFrameList, :RequestId
|
2514
|
-
|
2514
|
+
|
2515
2515
|
def initialize(bestframebase64=nil, sim=nil, result=nil, description=nil, bestframelist=nil, requestid=nil)
|
2516
2516
|
@BestFrameBase64 = bestframebase64
|
2517
2517
|
@Sim = sim
|
@@ -2550,7 +2550,7 @@ module TencentCloud
|
|
2550
2550
|
# @type Optional: String
|
2551
2551
|
|
2552
2552
|
attr_accessor :VideoBase64, :LivenessType, :ValidateData, :Optional
|
2553
|
-
|
2553
|
+
|
2554
2554
|
def initialize(videobase64=nil, livenesstype=nil, validatedata=nil, optional=nil)
|
2555
2555
|
@VideoBase64 = videobase64
|
2556
2556
|
@LivenessType = livenesstype
|
@@ -2582,7 +2582,7 @@ module TencentCloud
|
|
2582
2582
|
# @type RequestId: String
|
2583
2583
|
|
2584
2584
|
attr_accessor :BestFrameBase64, :Result, :Description, :BestFrameList, :RequestId
|
2585
|
-
|
2585
|
+
|
2586
2586
|
def initialize(bestframebase64=nil, result=nil, description=nil, bestframelist=nil, requestid=nil)
|
2587
2587
|
@BestFrameBase64 = bestframebase64
|
2588
2588
|
@Result = result
|
@@ -2618,7 +2618,7 @@ module TencentCloud
|
|
2618
2618
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
2619
2619
|
|
2620
2620
|
attr_accessor :Type, :Mobile, :IdCard, :Name, :Encryption
|
2621
|
-
|
2621
|
+
|
2622
2622
|
def initialize(type=nil, mobile=nil, idcard=nil, name=nil, encryption=nil)
|
2623
2623
|
@Type = type
|
2624
2624
|
@Mobile = mobile
|
@@ -2667,7 +2667,7 @@ module TencentCloud
|
|
2667
2667
|
# @type RequestId: String
|
2668
2668
|
|
2669
2669
|
attr_accessor :Result, :Description, :AgeRange, :RequestId
|
2670
|
-
|
2670
|
+
|
2671
2671
|
def initialize(result=nil, description=nil, agerange=nil, requestid=nil)
|
2672
2672
|
@Result = result
|
2673
2673
|
@Description = description
|
@@ -2691,7 +2691,7 @@ module TencentCloud
|
|
2691
2691
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
2692
2692
|
|
2693
2693
|
attr_accessor :Mobile, :Encryption
|
2694
|
-
|
2694
|
+
|
2695
2695
|
def initialize(mobile=nil, encryption=nil)
|
2696
2696
|
@Mobile = mobile
|
2697
2697
|
@Encryption = encryption
|
@@ -2726,7 +2726,7 @@ module TencentCloud
|
|
2726
2726
|
# @type RequestId: String
|
2727
2727
|
|
2728
2728
|
attr_accessor :Result, :Description, :Range, :RequestId
|
2729
|
-
|
2729
|
+
|
2730
2730
|
def initialize(result=nil, description=nil, range=nil, requestid=nil)
|
2731
2731
|
@Result = result
|
2732
2732
|
@Description = description
|
@@ -2750,7 +2750,7 @@ module TencentCloud
|
|
2750
2750
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
2751
2751
|
|
2752
2752
|
attr_accessor :Mobile, :Encryption
|
2753
|
-
|
2753
|
+
|
2754
2754
|
def initialize(mobile=nil, encryption=nil)
|
2755
2755
|
@Mobile = mobile
|
2756
2756
|
@Encryption = encryption
|
@@ -2789,7 +2789,7 @@ module TencentCloud
|
|
2789
2789
|
# @type RequestId: String
|
2790
2790
|
|
2791
2791
|
attr_accessor :Result, :Description, :StatusCode, :RequestId
|
2792
|
-
|
2792
|
+
|
2793
2793
|
def initialize(result=nil, description=nil, statuscode=nil, requestid=nil)
|
2794
2794
|
@Result = result
|
2795
2795
|
@Description = description
|
@@ -2811,7 +2811,7 @@ module TencentCloud
|
|
2811
2811
|
# @type ReqId: String
|
2812
2812
|
|
2813
2813
|
attr_accessor :ReqId
|
2814
|
-
|
2814
|
+
|
2815
2815
|
def initialize(reqid=nil)
|
2816
2816
|
@ReqId = reqid
|
2817
2817
|
end
|
@@ -2889,7 +2889,7 @@ module TencentCloud
|
|
2889
2889
|
# @type RequestId: String
|
2890
2890
|
|
2891
2891
|
attr_accessor :ResultCode, :IdNum, :Name, :Picture, :BirthDate, :BeginTime, :EndTime, :Address, :Nation, :Sex, :IdType, :EnName, :SigningOrganization, :OtherIdNum, :Nationality, :PersonalNumber, :CheckMRTD, :ImageA, :ImageB, :ResultDescription, :RequestId
|
2892
|
-
|
2892
|
+
|
2893
2893
|
def initialize(resultcode=nil, idnum=nil, name=nil, picture=nil, birthdate=nil, begintime=nil, endtime=nil, address=nil, nation=nil, sex=nil, idtype=nil, enname=nil, signingorganization=nil, otheridnum=nil, nationality=nil, personalnumber=nil, checkmrtd=nil, imagea=nil, imageb=nil, resultdescription=nil, requestid=nil)
|
2894
2894
|
@ResultCode = resultcode
|
2895
2895
|
@IdNum = idnum
|
@@ -2951,7 +2951,7 @@ module TencentCloud
|
|
2951
2951
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
2952
2952
|
|
2953
2953
|
attr_accessor :IdCard, :Name, :Phone, :Encryption
|
2954
|
-
|
2954
|
+
|
2955
2955
|
def initialize(idcard=nil, name=nil, phone=nil, encryption=nil)
|
2956
2956
|
@IdCard = idcard
|
2957
2957
|
@Name = name
|
@@ -2993,7 +2993,7 @@ module TencentCloud
|
|
2993
2993
|
# @type RequestId: String
|
2994
2994
|
|
2995
2995
|
attr_accessor :Result, :Isp, :Description, :RequestId
|
2996
|
-
|
2996
|
+
|
2997
2997
|
def initialize(result=nil, isp=nil, description=nil, requestid=nil)
|
2998
2998
|
@Result = result
|
2999
2999
|
@Isp = isp
|
@@ -3021,7 +3021,7 @@ module TencentCloud
|
|
3021
3021
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
3022
3022
|
|
3023
3023
|
attr_accessor :IdCard, :Name, :Phone, :Encryption
|
3024
|
-
|
3024
|
+
|
3025
3025
|
def initialize(idcard=nil, name=nil, phone=nil, encryption=nil)
|
3026
3026
|
@IdCard = idcard
|
3027
3027
|
@Name = name
|
@@ -3063,7 +3063,7 @@ module TencentCloud
|
|
3063
3063
|
# @type RequestId: String
|
3064
3064
|
|
3065
3065
|
attr_accessor :Result, :Isp, :Description, :RequestId
|
3066
|
-
|
3066
|
+
|
3067
3067
|
def initialize(result=nil, isp=nil, description=nil, requestid=nil)
|
3068
3068
|
@Result = result
|
3069
3069
|
@Isp = isp
|
@@ -3091,7 +3091,7 @@ module TencentCloud
|
|
3091
3091
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
3092
3092
|
|
3093
3093
|
attr_accessor :IdCard, :Name, :Phone, :Encryption
|
3094
|
-
|
3094
|
+
|
3095
3095
|
def initialize(idcard=nil, name=nil, phone=nil, encryption=nil)
|
3096
3096
|
@IdCard = idcard
|
3097
3097
|
@Name = name
|
@@ -3133,7 +3133,7 @@ module TencentCloud
|
|
3133
3133
|
# @type RequestId: String
|
3134
3134
|
|
3135
3135
|
attr_accessor :Result, :Isp, :Description, :RequestId
|
3136
|
-
|
3136
|
+
|
3137
3137
|
def initialize(result=nil, isp=nil, description=nil, requestid=nil)
|
3138
3138
|
@Result = result
|
3139
3139
|
@Isp = isp
|
@@ -3165,7 +3165,7 @@ module TencentCloud
|
|
3165
3165
|
# @type Iv: String
|
3166
3166
|
|
3167
3167
|
attr_accessor :IdCard, :Name, :Phone, :CiphertextBlob, :EncryptList, :Iv
|
3168
|
-
|
3168
|
+
|
3169
3169
|
def initialize(idcard=nil, name=nil, phone=nil, ciphertextblob=nil, encryptlist=nil, iv=nil)
|
3170
3170
|
@IdCard = idcard
|
3171
3171
|
@Name = name
|
@@ -3207,7 +3207,7 @@ module TencentCloud
|
|
3207
3207
|
# @type RequestId: String
|
3208
3208
|
|
3209
3209
|
attr_accessor :Result, :Description, :Isp, :RequestId
|
3210
|
-
|
3210
|
+
|
3211
3211
|
def initialize(result=nil, description=nil, isp=nil, requestid=nil)
|
3212
3212
|
@Result = result
|
3213
3213
|
@Description = description
|
@@ -3229,7 +3229,7 @@ module TencentCloud
|
|
3229
3229
|
# @type IntentionRecognition: Boolean
|
3230
3230
|
|
3231
3231
|
attr_accessor :IntentionRecognition
|
3232
|
-
|
3232
|
+
|
3233
3233
|
def initialize(intentionrecognition=nil)
|
3234
3234
|
@IntentionRecognition = intentionrecognition
|
3235
3235
|
end
|
@@ -3251,7 +3251,7 @@ module TencentCloud
|
|
3251
3251
|
# @type RuleId: String
|
3252
3252
|
|
3253
3253
|
attr_accessor :BizToken, :ChargeCount, :ChargeDetails, :RuleId
|
3254
|
-
|
3254
|
+
|
3255
3255
|
def initialize(biztoken=nil, chargecount=nil, chargedetails=nil, ruleid=nil)
|
3256
3256
|
@BizToken = biztoken
|
3257
3257
|
@ChargeCount = chargecount
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-faceid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.592
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|