tencentcloud-sdk-ocr 3.0.590 → 3.0.591
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/v20181119/client.rb +11 -1
- data/lib/v20181119/models.rb +357 -282
- metadata +2 -2
data/lib/v20181119/models.rb
CHANGED
@@ -29,7 +29,7 @@ module TencentCloud
|
|
29
29
|
# @type ImageUrl: String
|
30
30
|
|
31
31
|
attr_accessor :ImageBase64, :ImageUrl
|
32
|
-
|
32
|
+
|
33
33
|
def initialize(imagebase64=nil, imageurl=nil)
|
34
34
|
@ImageBase64 = imagebase64
|
35
35
|
@ImageUrl = imageurl
|
@@ -49,7 +49,7 @@ module TencentCloud
|
|
49
49
|
# @type RequestId: String
|
50
50
|
|
51
51
|
attr_accessor :TextDetections, :RequestId
|
52
|
-
|
52
|
+
|
53
53
|
def initialize(textdetections=nil, requestid=nil)
|
54
54
|
@TextDetections = textdetections
|
55
55
|
@RequestId = requestid
|
@@ -81,7 +81,7 @@ module TencentCloud
|
|
81
81
|
# @type AdvancedInfo: String
|
82
82
|
|
83
83
|
attr_accessor :DetectedText, :Confidence, :Polygon, :AdvancedInfo
|
84
|
-
|
84
|
+
|
85
85
|
def initialize(detectedtext=nil, confidence=nil, polygon=nil, advancedinfo=nil)
|
86
86
|
@DetectedText = detectedtext
|
87
87
|
@Confidence = confidence
|
@@ -156,7 +156,7 @@ module TencentCloud
|
|
156
156
|
# @type FlightItems: Array
|
157
157
|
|
158
158
|
attr_accessor :Title, :Number, :CheckCode, :SerialNumber, :Date, :AgentCode, :AgentCodeFirst, :AgentCodeSecond, :UserName, :UserID, :Issuer, :Fare, :Tax, :FuelSurcharge, :AirDevelopmentFund, :Insurance, :Total, :Kind, :DomesticInternationalTag, :DateStart, :DateEnd, :Endorsement, :QRCodeMark, :FlightItems
|
159
|
-
|
159
|
+
|
160
160
|
def initialize(title=nil, number=nil, checkcode=nil, serialnumber=nil, date=nil, agentcode=nil, agentcodefirst=nil, agentcodesecond=nil, username=nil, userid=nil, issuer=nil, fare=nil, tax=nil, fuelsurcharge=nil, airdevelopmentfund=nil, insurance=nil, total=nil, kind=nil, domesticinternationaltag=nil, datestart=nil, dateend=nil, endorsement=nil, qrcodemark=nil, flightitems=nil)
|
161
161
|
@Title = title
|
162
162
|
@Number = number
|
@@ -246,7 +246,7 @@ module TencentCloud
|
|
246
246
|
# @type PdfPageIndex: Integer
|
247
247
|
|
248
248
|
attr_accessor :ImageBase64, :ImageUrl, :SupportHorizontalImage, :RejectNonArithmeticPic, :EnableDispRelatedVertical, :EnableDispMidResult, :EnablePdfRecognize, :PdfPageIndex
|
249
|
-
|
249
|
+
|
250
250
|
def initialize(imagebase64=nil, imageurl=nil, supporthorizontalimage=nil, rejectnonarithmeticpic=nil, enabledisprelatedvertical=nil, enabledispmidresult=nil, enablepdfrecognize=nil, pdfpageindex=nil)
|
251
251
|
@ImageBase64 = imagebase64
|
252
252
|
@ImageUrl = imageurl
|
@@ -280,7 +280,7 @@ module TencentCloud
|
|
280
280
|
# @type RequestId: String
|
281
281
|
|
282
282
|
attr_accessor :TextDetections, :Angle, :RequestId
|
283
|
-
|
283
|
+
|
284
284
|
def initialize(textdetections=nil, angle=nil, requestid=nil)
|
285
285
|
@TextDetections = textdetections
|
286
286
|
@Angle = angle
|
@@ -323,7 +323,7 @@ module TencentCloud
|
|
323
323
|
# @type EnableQualityValue: Boolean
|
324
324
|
|
325
325
|
attr_accessor :ImageBase64, :ImageUrl, :RetBorderCutImage, :RetCardNoImage, :EnableCopyCheck, :EnableReshootCheck, :EnableBorderCheck, :EnableQualityValue
|
326
|
-
|
326
|
+
|
327
327
|
def initialize(imagebase64=nil, imageurl=nil, retbordercutimage=nil, retcardnoimage=nil, enablecopycheck=nil, enablereshootcheck=nil, enablebordercheck=nil, enablequalityvalue=nil)
|
328
328
|
@ImageBase64 = imagebase64
|
329
329
|
@ImageUrl = imageurl
|
@@ -381,7 +381,7 @@ module TencentCloud
|
|
381
381
|
# @type RequestId: String
|
382
382
|
|
383
383
|
attr_accessor :CardNo, :BankInfo, :ValidDate, :CardType, :CardName, :BorderCutImage, :CardNoImage, :WarningCode, :QualityValue, :RequestId
|
384
|
-
|
384
|
+
|
385
385
|
def initialize(cardno=nil, bankinfo=nil, validdate=nil, cardtype=nil, cardname=nil, bordercutimage=nil, cardnoimage=nil, warningcode=nil, qualityvalue=nil, requestid=nil)
|
386
386
|
@CardNo = cardno
|
387
387
|
@BankInfo = bankinfo
|
@@ -420,7 +420,7 @@ module TencentCloud
|
|
420
420
|
# @type Rect: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
|
421
421
|
|
422
422
|
attr_accessor :Name, :Value, :Rect
|
423
|
-
|
423
|
+
|
424
424
|
def initialize(name=nil, value=nil, rect=nil)
|
425
425
|
@Name = name
|
426
426
|
@Value = value
|
@@ -451,7 +451,7 @@ module TencentCloud
|
|
451
451
|
# @type PdfPageNumber: Integer
|
452
452
|
|
453
453
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
454
|
-
|
454
|
+
|
455
455
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
456
456
|
@ImageBase64 = imagebase64
|
457
457
|
@ImageUrl = imageurl
|
@@ -477,7 +477,7 @@ module TencentCloud
|
|
477
477
|
# @type RequestId: String
|
478
478
|
|
479
479
|
attr_accessor :BankSlipInfos, :Angle, :RequestId
|
480
|
-
|
480
|
+
|
481
481
|
def initialize(bankslipinfos=nil, angle=nil, requestid=nil)
|
482
482
|
@BankSlipInfos = bankslipinfos
|
483
483
|
@Angle = angle
|
@@ -515,7 +515,7 @@ module TencentCloud
|
|
515
515
|
# @type EnableCopyWarn: Boolean
|
516
516
|
|
517
517
|
attr_accessor :ImageBase64, :ImageUrl, :EnableCopyWarn
|
518
|
-
|
518
|
+
|
519
519
|
def initialize(imagebase64=nil, imageurl=nil, enablecopywarn=nil)
|
520
520
|
@ImageBase64 = imagebase64
|
521
521
|
@ImageUrl = imageurl
|
@@ -565,7 +565,7 @@ module TencentCloud
|
|
565
565
|
# @type RequestId: String
|
566
566
|
|
567
567
|
attr_accessor :RegNum, :Name, :Capital, :Person, :Address, :Business, :Type, :Period, :ComposingForm, :SetDate, :RecognizeWarnCode, :RecognizeWarnMsg, :IsDuplication, :RegistrationDate, :RequestId
|
568
|
-
|
568
|
+
|
569
569
|
def initialize(regnum=nil, name=nil, capital=nil, person=nil, address=nil, business=nil, type=nil, period=nil, composingform=nil, setdate=nil, recognizewarncode=nil, recognizewarnmsg=nil, isduplication=nil, registrationdate=nil, requestid=nil)
|
570
570
|
@RegNum = regnum
|
571
571
|
@Name = name
|
@@ -618,7 +618,7 @@ module TencentCloud
|
|
618
618
|
# @type Address: String
|
619
619
|
|
620
620
|
attr_accessor :RegNum, :Name, :Address
|
621
|
-
|
621
|
+
|
622
622
|
def initialize(regnum=nil, name=nil, address=nil)
|
623
623
|
@RegNum = regnum
|
624
624
|
@Name = name
|
@@ -678,7 +678,7 @@ module TencentCloud
|
|
678
678
|
# @type TrainNumber: String
|
679
679
|
|
680
680
|
attr_accessor :Title, :QRCodeMark, :Number, :Code, :Date, :TimeGetOn, :DateGetOn, :StationGetOn, :StationGetOff, :Total, :UserName, :Kind, :UserID, :Province, :City, :PlaceGetOn, :GateNumber, :TicketType, :VehicleType, :SeatNumber, :TrainNumber
|
681
|
-
|
681
|
+
|
682
682
|
def initialize(title=nil, qrcodemark=nil, number=nil, code=nil, date=nil, timegeton=nil, dategeton=nil, stationgeton=nil, stationgetoff=nil, total=nil, username=nil, kind=nil, userid=nil, province=nil, city=nil, placegeton=nil, gatenumber=nil, tickettype=nil, vehicletype=nil, seatnumber=nil, trainnumber=nil)
|
683
683
|
@Title = title
|
684
684
|
@QRCodeMark = qrcodemark
|
@@ -739,7 +739,7 @@ module TencentCloud
|
|
739
739
|
# @type Rect: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
|
740
740
|
|
741
741
|
attr_accessor :Name, :Value, :Rect
|
742
|
-
|
742
|
+
|
743
743
|
def initialize(name=nil, value=nil, rect=nil)
|
744
744
|
@Name = name
|
745
745
|
@Value = value
|
@@ -775,7 +775,7 @@ module TencentCloud
|
|
775
775
|
# @type PdfPageNumber: Integer
|
776
776
|
|
777
777
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
778
|
-
|
778
|
+
|
779
779
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
780
780
|
@ImageBase64 = imagebase64
|
781
781
|
@ImageUrl = imageurl
|
@@ -801,7 +801,7 @@ module TencentCloud
|
|
801
801
|
# @type RequestId: String
|
802
802
|
|
803
803
|
attr_accessor :BusInvoiceInfos, :Angle, :RequestId
|
804
|
-
|
804
|
+
|
805
805
|
def initialize(businvoiceinfos=nil, angle=nil, requestid=nil)
|
806
806
|
@BusInvoiceInfos = businvoiceinfos
|
807
807
|
@Angle = angle
|
@@ -833,7 +833,7 @@ module TencentCloud
|
|
833
833
|
# @type ItemCoord: :class:`Tencentcloud::Ocr.v20181119.models.ItemCoord`
|
834
834
|
|
835
835
|
attr_accessor :Name, :Value, :ItemCoord
|
836
|
-
|
836
|
+
|
837
837
|
def initialize(name=nil, value=nil, itemcoord=nil)
|
838
838
|
@Name = name
|
839
839
|
@Value = value
|
@@ -875,7 +875,7 @@ module TencentCloud
|
|
875
875
|
# @type Config: String
|
876
876
|
|
877
877
|
attr_accessor :ImageBase64, :ImageUrl, :Config
|
878
|
-
|
878
|
+
|
879
879
|
def initialize(imagebase64=nil, imageurl=nil, config=nil)
|
880
880
|
@ImageBase64 = imagebase64
|
881
881
|
@ImageUrl = imageurl
|
@@ -901,7 +901,7 @@ module TencentCloud
|
|
901
901
|
# @type RequestId: String
|
902
902
|
|
903
903
|
attr_accessor :BusinessCardInfos, :RetImageBase64, :Angle, :RequestId
|
904
|
-
|
904
|
+
|
905
905
|
def initialize(businesscardinfos=nil, retimagebase64=nil, angle=nil, requestid=nil)
|
906
906
|
@BusinessCardInfos = businesscardinfos
|
907
907
|
@RetImageBase64 = retimagebase64
|
@@ -930,7 +930,7 @@ module TencentCloud
|
|
930
930
|
# @type CandWords: Array
|
931
931
|
|
932
932
|
attr_accessor :CandWords
|
933
|
-
|
933
|
+
|
934
934
|
def initialize(candwords=nil)
|
935
935
|
@CandWords = candwords
|
936
936
|
end
|
@@ -962,7 +962,7 @@ module TencentCloud
|
|
962
962
|
# @type Polygon: :class:`Tencentcloud::Ocr.v20181119.models.Polygon`
|
963
963
|
|
964
964
|
attr_accessor :Name, :Value, :Rect, :Polygon
|
965
|
-
|
965
|
+
|
966
966
|
def initialize(name=nil, value=nil, rect=nil, polygon=nil)
|
967
967
|
@Name = name
|
968
968
|
@Value = value
|
@@ -1003,7 +1003,7 @@ module TencentCloud
|
|
1003
1003
|
# @type PdfPageNumber: Integer
|
1004
1004
|
|
1005
1005
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
1006
|
-
|
1006
|
+
|
1007
1007
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
1008
1008
|
@ImageBase64 = imagebase64
|
1009
1009
|
@ImageUrl = imageurl
|
@@ -1027,7 +1027,7 @@ module TencentCloud
|
|
1027
1027
|
# @type RequestId: String
|
1028
1028
|
|
1029
1029
|
attr_accessor :CarInvoiceInfos, :RequestId
|
1030
|
-
|
1030
|
+
|
1031
1031
|
def initialize(carinvoiceinfos=nil, requestid=nil)
|
1032
1032
|
@CarInvoiceInfos = carinvoiceinfos
|
1033
1033
|
@RequestId = requestid
|
@@ -1056,7 +1056,7 @@ module TencentCloud
|
|
1056
1056
|
# @type WordSize: Integer
|
1057
1057
|
|
1058
1058
|
attr_accessor :ParagNo, :WordSize
|
1059
|
-
|
1059
|
+
|
1060
1060
|
def initialize(paragno=nil, wordsize=nil)
|
1061
1061
|
@ParagNo = paragno
|
1062
1062
|
@WordSize = wordsize
|
@@ -1079,7 +1079,7 @@ module TencentCloud
|
|
1079
1079
|
# @type Rect: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
|
1080
1080
|
|
1081
1081
|
attr_accessor :Name, :Type, :Rect
|
1082
|
-
|
1082
|
+
|
1083
1083
|
def initialize(name=nil, type=nil, rect=nil)
|
1084
1084
|
@Name = name
|
1085
1085
|
@Type = type
|
@@ -1131,7 +1131,7 @@ module TencentCloud
|
|
1131
1131
|
# @type DiscernType: Array
|
1132
1132
|
|
1133
1133
|
attr_accessor :ImageBase64, :ImageUrl, :DiscernType
|
1134
|
-
|
1134
|
+
|
1135
1135
|
def initialize(imagebase64=nil, imageurl=nil, discerntype=nil)
|
1136
1136
|
@ImageBase64 = imagebase64
|
1137
1137
|
@ImageUrl = imageurl
|
@@ -1153,7 +1153,7 @@ module TencentCloud
|
|
1153
1153
|
# @type RequestId: String
|
1154
1154
|
|
1155
1155
|
attr_accessor :ClassifyDetectInfos, :RequestId
|
1156
|
-
|
1156
|
+
|
1157
1157
|
def initialize(classifydetectinfos=nil, requestid=nil)
|
1158
1158
|
@ClassifyDetectInfos = classifydetectinfos
|
1159
1159
|
@RequestId = requestid
|
@@ -1180,7 +1180,7 @@ module TencentCloud
|
|
1180
1180
|
# @type Y: Integer
|
1181
1181
|
|
1182
1182
|
attr_accessor :X, :Y
|
1183
|
-
|
1183
|
+
|
1184
1184
|
def initialize(x=nil, y=nil)
|
1185
1185
|
@X = x
|
1186
1186
|
@Y = y
|
@@ -1204,7 +1204,7 @@ module TencentCloud
|
|
1204
1204
|
# @type FileType: Integer
|
1205
1205
|
|
1206
1206
|
attr_accessor :FileList, :FirstNotes, :SecondNotes, :FileType
|
1207
|
-
|
1207
|
+
|
1208
1208
|
def initialize(filelist=nil, firstnotes=nil, secondnotes=nil, filetype=nil)
|
1209
1209
|
@FileList = filelist
|
1210
1210
|
@FirstNotes = firstnotes
|
@@ -1239,7 +1239,7 @@ module TencentCloud
|
|
1239
1239
|
# @type RequestId: String
|
1240
1240
|
|
1241
1241
|
attr_accessor :TaskId, :OperateUrl, :RequestId
|
1242
|
-
|
1242
|
+
|
1243
1243
|
def initialize(taskid=nil, operateurl=nil, requestid=nil)
|
1244
1244
|
@TaskId = taskid
|
1245
1245
|
@OperateUrl = operateurl
|
@@ -1261,7 +1261,7 @@ module TencentCloud
|
|
1261
1261
|
# @type Desc: String
|
1262
1262
|
|
1263
1263
|
attr_accessor :Result, :Desc
|
1264
|
-
|
1264
|
+
|
1265
1265
|
def initialize(result=nil, desc=nil)
|
1266
1266
|
@Result = result
|
1267
1267
|
@Desc = desc
|
@@ -1279,7 +1279,7 @@ module TencentCloud
|
|
1279
1279
|
# @type WordCoordinate: Array
|
1280
1280
|
|
1281
1281
|
attr_accessor :WordCoordinate
|
1282
|
-
|
1282
|
+
|
1283
1283
|
def initialize(wordcoordinate=nil)
|
1284
1284
|
@WordCoordinate = wordcoordinate
|
1285
1285
|
end
|
@@ -1304,7 +1304,7 @@ module TencentCloud
|
|
1304
1304
|
# @type Character: String
|
1305
1305
|
|
1306
1306
|
attr_accessor :Confidence, :Character
|
1307
|
-
|
1307
|
+
|
1308
1308
|
def initialize(confidence=nil, character=nil)
|
1309
1309
|
@Confidence = confidence
|
1310
1310
|
@Character = character
|
@@ -1330,7 +1330,7 @@ module TencentCloud
|
|
1330
1330
|
# @type CardSide: String
|
1331
1331
|
|
1332
1332
|
attr_accessor :ImageBase64, :ImageUrl, :CardSide
|
1333
|
-
|
1333
|
+
|
1334
1334
|
def initialize(imagebase64=nil, imageurl=nil, cardside=nil)
|
1335
1335
|
@ImageBase64 = imagebase64
|
1336
1336
|
@ImageUrl = imageurl
|
@@ -1393,7 +1393,7 @@ module TencentCloud
|
|
1393
1393
|
# @type RequestId: String
|
1394
1394
|
|
1395
1395
|
attr_accessor :Name, :Sex, :Nationality, :Address, :DateOfBirth, :DateOfFirstIssue, :Class, :StartDate, :EndDate, :CardCode, :ArchivesCode, :Record, :RecognizeWarnCode, :RecognizeWarnMsg, :IssuingAuthority, :State, :CumulativeScore, :RequestId
|
1396
|
-
|
1396
|
+
|
1397
1397
|
def initialize(name=nil, sex=nil, nationality=nil, address=nil, dateofbirth=nil, dateoffirstissue=nil, _class=nil, startdate=nil, enddate=nil, cardcode=nil, archivescode=nil, record=nil, recognizewarncode=nil, recognizewarnmsg=nil, issuingauthority=nil, state=nil, cumulativescore=nil, requestid=nil)
|
1398
1398
|
@Name = name
|
1399
1399
|
@Sex = sex
|
@@ -1448,7 +1448,7 @@ module TencentCloud
|
|
1448
1448
|
# @type Rect: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
|
1449
1449
|
|
1450
1450
|
attr_accessor :Name, :Value, :Rect
|
1451
|
-
|
1451
|
+
|
1452
1452
|
def initialize(name=nil, value=nil, rect=nil)
|
1453
1453
|
@Name = name
|
1454
1454
|
@Value = value
|
@@ -1484,7 +1484,7 @@ module TencentCloud
|
|
1484
1484
|
# @type PdfPageNumber: Integer
|
1485
1485
|
|
1486
1486
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
1487
|
-
|
1487
|
+
|
1488
1488
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
1489
1489
|
@ImageBase64 = imagebase64
|
1490
1490
|
@ImageUrl = imageurl
|
@@ -1510,7 +1510,7 @@ module TencentCloud
|
|
1510
1510
|
# @type RequestId: String
|
1511
1511
|
|
1512
1512
|
attr_accessor :DutyPaidProofInfos, :Angle, :RequestId
|
1513
|
-
|
1513
|
+
|
1514
1514
|
def initialize(dutypaidproofinfos=nil, angle=nil, requestid=nil)
|
1515
1515
|
@DutyPaidProofInfos = dutypaidproofinfos
|
1516
1516
|
@Angle = angle
|
@@ -1554,7 +1554,7 @@ module TencentCloud
|
|
1554
1554
|
# @type Config: String
|
1555
1555
|
|
1556
1556
|
attr_accessor :ImageBase64, :ImageUrl, :Config
|
1557
|
-
|
1557
|
+
|
1558
1558
|
def initialize(imagebase64=nil, imageurl=nil, config=nil)
|
1559
1559
|
@ImageBase64 = imagebase64
|
1560
1560
|
@ImageUrl = imageurl
|
@@ -1580,7 +1580,7 @@ module TencentCloud
|
|
1580
1580
|
# @type RequestId: String
|
1581
1581
|
|
1582
1582
|
attr_accessor :EduPaperInfos, :Angle, :QuestionBlockInfos, :RequestId
|
1583
|
-
|
1583
|
+
|
1584
1584
|
def initialize(edupaperinfos=nil, angle=nil, questionblockinfos=nil, requestid=nil)
|
1585
1585
|
@EduPaperInfos = edupaperinfos
|
1586
1586
|
@Angle = angle
|
@@ -1633,7 +1633,7 @@ module TencentCloud
|
|
1633
1633
|
# @type Preprocess: Boolean
|
1634
1634
|
|
1635
1635
|
attr_accessor :ImageBase64, :ImageUrl, :EnableCoordPoint, :EnableCandWord, :Preprocess
|
1636
|
-
|
1636
|
+
|
1637
1637
|
def initialize(imagebase64=nil, imageurl=nil, enablecoordpoint=nil, enablecandword=nil, preprocess=nil)
|
1638
1638
|
@ImageBase64 = imagebase64
|
1639
1639
|
@ImageUrl = imageurl
|
@@ -1661,7 +1661,7 @@ module TencentCloud
|
|
1661
1661
|
# @type RequestId: String
|
1662
1662
|
|
1663
1663
|
attr_accessor :TextDetections, :Angel, :RequestId
|
1664
|
-
|
1664
|
+
|
1665
1665
|
def initialize(textdetections=nil, angel=nil, requestid=nil)
|
1666
1666
|
@TextDetections = textdetections
|
1667
1667
|
@Angel = angel
|
@@ -1691,7 +1691,7 @@ module TencentCloud
|
|
1691
1691
|
# @type Value: String
|
1692
1692
|
|
1693
1693
|
attr_accessor :Name, :Value
|
1694
|
-
|
1694
|
+
|
1695
1695
|
def initialize(name=nil, value=nil)
|
1696
1696
|
@Name = name
|
1697
1697
|
@Value = value
|
@@ -1718,7 +1718,7 @@ module TencentCloud
|
|
1718
1718
|
# @type ImageUrl: String
|
1719
1719
|
|
1720
1720
|
attr_accessor :ImageBase64, :ImageUrl
|
1721
|
-
|
1721
|
+
|
1722
1722
|
def initialize(imagebase64=nil, imageurl=nil)
|
1723
1723
|
@ImageBase64 = imagebase64
|
1724
1724
|
@ImageUrl = imageurl
|
@@ -1740,7 +1740,7 @@ module TencentCloud
|
|
1740
1740
|
# @type RequestId: String
|
1741
1741
|
|
1742
1742
|
attr_accessor :EnterpriseLicenseInfos, :Angle, :RequestId
|
1743
|
-
|
1743
|
+
|
1744
1744
|
def initialize(enterpriselicenseinfos=nil, angle=nil, requestid=nil)
|
1745
1745
|
@EnterpriseLicenseInfos = enterpriselicenseinfos
|
1746
1746
|
@Angle = angle
|
@@ -1776,7 +1776,7 @@ module TencentCloud
|
|
1776
1776
|
# @type ImageUrl: String
|
1777
1777
|
|
1778
1778
|
attr_accessor :ImageBase64, :ImageUrl
|
1779
|
-
|
1779
|
+
|
1780
1780
|
def initialize(imagebase64=nil, imageurl=nil)
|
1781
1781
|
@ImageBase64 = imagebase64
|
1782
1782
|
@ImageUrl = imageurl
|
@@ -1818,7 +1818,7 @@ module TencentCloud
|
|
1818
1818
|
# @type RequestId: String
|
1819
1819
|
|
1820
1820
|
attr_accessor :Obligee, :Ownership, :Location, :Unit, :Type, :Property, :Usage, :Area, :Term, :Other, :Angle, :Number, :RequestId
|
1821
|
-
|
1821
|
+
|
1822
1822
|
def initialize(obligee=nil, ownership=nil, location=nil, unit=nil, type=nil, property=nil, usage=nil, area=nil, term=nil, other=nil, angle=nil, number=nil, requestid=nil)
|
1823
1823
|
@Obligee = obligee
|
1824
1824
|
@Ownership = ownership
|
@@ -1866,7 +1866,7 @@ module TencentCloud
|
|
1866
1866
|
# @type Value: String
|
1867
1867
|
|
1868
1868
|
attr_accessor :Name, :Value
|
1869
|
-
|
1869
|
+
|
1870
1870
|
def initialize(name=nil, value=nil)
|
1871
1871
|
@Name = name
|
1872
1872
|
@Value = value
|
@@ -1893,7 +1893,7 @@ module TencentCloud
|
|
1893
1893
|
# @type ImageUrl: String
|
1894
1894
|
|
1895
1895
|
attr_accessor :ImageBase64, :ImageUrl
|
1896
|
-
|
1896
|
+
|
1897
1897
|
def initialize(imagebase64=nil, imageurl=nil)
|
1898
1898
|
@ImageBase64 = imagebase64
|
1899
1899
|
@ImageUrl = imageurl
|
@@ -1913,7 +1913,7 @@ module TencentCloud
|
|
1913
1913
|
# @type RequestId: String
|
1914
1914
|
|
1915
1915
|
attr_accessor :FinanBillInfos, :RequestId
|
1916
|
-
|
1916
|
+
|
1917
1917
|
def initialize(finanbillinfos=nil, requestid=nil)
|
1918
1918
|
@FinanBillInfos = finanbillinfos
|
1919
1919
|
@RequestId = requestid
|
@@ -1941,7 +1941,7 @@ module TencentCloud
|
|
1941
1941
|
# @type Value: String
|
1942
1942
|
|
1943
1943
|
attr_accessor :Name, :Value
|
1944
|
-
|
1944
|
+
|
1945
1945
|
def initialize(name=nil, value=nil)
|
1946
1946
|
@Name = name
|
1947
1947
|
@Value = value
|
@@ -1968,7 +1968,7 @@ module TencentCloud
|
|
1968
1968
|
# @type ImageUrl: String
|
1969
1969
|
|
1970
1970
|
attr_accessor :ImageBase64, :ImageUrl
|
1971
|
-
|
1971
|
+
|
1972
1972
|
def initialize(imagebase64=nil, imageurl=nil)
|
1973
1973
|
@ImageBase64 = imagebase64
|
1974
1974
|
@ImageUrl = imageurl
|
@@ -1988,7 +1988,7 @@ module TencentCloud
|
|
1988
1988
|
# @type RequestId: String
|
1989
1989
|
|
1990
1990
|
attr_accessor :FinanBillSliceInfos, :RequestId
|
1991
|
-
|
1991
|
+
|
1992
1992
|
def initialize(finanbillsliceinfos=nil, requestid=nil)
|
1993
1993
|
@FinanBillSliceInfos = finanbillsliceinfos
|
1994
1994
|
@RequestId = requestid
|
@@ -2018,7 +2018,7 @@ module TencentCloud
|
|
2018
2018
|
# @type Row: Integer
|
2019
2019
|
|
2020
2020
|
attr_accessor :Name, :Value, :Row
|
2021
|
-
|
2021
|
+
|
2022
2022
|
def initialize(name=nil, value=nil, row=nil)
|
2023
2023
|
@Name = name
|
2024
2024
|
@Value = value
|
@@ -2051,7 +2051,7 @@ module TencentCloud
|
|
2051
2051
|
# @type PdfPageNumber: Integer
|
2052
2052
|
|
2053
2053
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
2054
|
-
|
2054
|
+
|
2055
2055
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
2056
2056
|
@ImageBase64 = imagebase64
|
2057
2057
|
@ImageUrl = imageurl
|
@@ -2075,7 +2075,7 @@ module TencentCloud
|
|
2075
2075
|
# @type RequestId: String
|
2076
2076
|
|
2077
2077
|
attr_accessor :FlightInvoiceInfos, :RequestId
|
2078
|
-
|
2078
|
+
|
2079
2079
|
def initialize(flightinvoiceinfos=nil, requestid=nil)
|
2080
2080
|
@FlightInvoiceInfos = flightinvoiceinfos
|
2081
2081
|
@RequestId = requestid
|
@@ -2120,7 +2120,7 @@ module TencentCloud
|
|
2120
2120
|
# @type FareBasis: String
|
2121
2121
|
|
2122
2122
|
attr_accessor :TerminalGetOn, :TerminalGetOff, :Carrier, :FlightNumber, :Seat, :DateGetOn, :TimeGetOn, :StationGetOn, :StationGetOff, :Allow, :FareBasis
|
2123
|
-
|
2123
|
+
|
2124
2124
|
def initialize(terminalgeton=nil, terminalgetoff=nil, carrier=nil, flightnumber=nil, seat=nil, dategeton=nil, timegeton=nil, stationgeton=nil, stationgetoff=nil, allow=nil, farebasis=nil)
|
2125
2125
|
@TerminalGetOn = terminalgeton
|
2126
2126
|
@TerminalGetOff = terminalgetoff
|
@@ -2165,7 +2165,7 @@ module TencentCloud
|
|
2165
2165
|
# @type ImageUrl: String
|
2166
2166
|
|
2167
2167
|
attr_accessor :ImageBase64, :ImageUrl
|
2168
|
-
|
2168
|
+
|
2169
2169
|
def initialize(imagebase64=nil, imageurl=nil)
|
2170
2170
|
@ImageBase64 = imagebase64
|
2171
2171
|
@ImageUrl = imageurl
|
@@ -2187,7 +2187,7 @@ module TencentCloud
|
|
2187
2187
|
# @type RequestId: String
|
2188
2188
|
|
2189
2189
|
attr_accessor :Angle, :FormulaInfos, :RequestId
|
2190
|
-
|
2190
|
+
|
2191
2191
|
def initialize(angle=nil, formulainfos=nil, requestid=nil)
|
2192
2192
|
@Angle = angle
|
2193
2193
|
@FormulaInfos = formulainfos
|
@@ -2228,7 +2228,7 @@ module TencentCloud
|
|
2228
2228
|
# @type PdfPageNumber: Integer
|
2229
2229
|
|
2230
2230
|
attr_accessor :ImageBase64, :ImageUrl, :IsWords, :EnableDetectSplit, :IsPdf, :PdfPageNumber
|
2231
|
-
|
2231
|
+
|
2232
2232
|
def initialize(imagebase64=nil, imageurl=nil, iswords=nil, enabledetectsplit=nil, ispdf=nil, pdfpagenumber=nil)
|
2233
2233
|
@ImageBase64 = imagebase64
|
2234
2234
|
@ImageUrl = imageurl
|
@@ -2258,7 +2258,7 @@ module TencentCloud
|
|
2258
2258
|
# @type RequestId: String
|
2259
2259
|
|
2260
2260
|
attr_accessor :TextDetections, :Angel, :RequestId
|
2261
|
-
|
2261
|
+
|
2262
2262
|
def initialize(textdetections=nil, angel=nil, requestid=nil)
|
2263
2263
|
@TextDetections = textdetections
|
2264
2264
|
@Angel = angel
|
@@ -2326,7 +2326,7 @@ module TencentCloud
|
|
2326
2326
|
# @type IsWords: Boolean
|
2327
2327
|
|
2328
2328
|
attr_accessor :ImageBase64, :ImageUrl, :Scene, :LanguageType, :IsPdf, :PdfPageNumber, :IsWords
|
2329
|
-
|
2329
|
+
|
2330
2330
|
def initialize(imagebase64=nil, imageurl=nil, scene=nil, languagetype=nil, ispdf=nil, pdfpagenumber=nil, iswords=nil)
|
2331
2331
|
@ImageBase64 = imagebase64
|
2332
2332
|
@ImageUrl = imageurl
|
@@ -2362,7 +2362,7 @@ module TencentCloud
|
|
2362
2362
|
# @type RequestId: String
|
2363
2363
|
|
2364
2364
|
attr_accessor :TextDetections, :Language, :Angel, :PdfPageSize, :RequestId
|
2365
|
-
|
2365
|
+
|
2366
2366
|
def initialize(textdetections=nil, language=nil, angel=nil, pdfpagesize=nil, requestid=nil)
|
2367
2367
|
@TextDetections = textdetections
|
2368
2368
|
@Language = language
|
@@ -2399,7 +2399,7 @@ module TencentCloud
|
|
2399
2399
|
# @type ImageUrl: String
|
2400
2400
|
|
2401
2401
|
attr_accessor :ImageBase64, :ImageUrl
|
2402
|
-
|
2402
|
+
|
2403
2403
|
def initialize(imagebase64=nil, imageurl=nil)
|
2404
2404
|
@ImageBase64 = imagebase64
|
2405
2405
|
@ImageUrl = imageurl
|
@@ -2421,7 +2421,7 @@ module TencentCloud
|
|
2421
2421
|
# @type RequestId: String
|
2422
2422
|
|
2423
2423
|
attr_accessor :TextDetections, :Angel, :RequestId
|
2424
|
-
|
2424
|
+
|
2425
2425
|
def initialize(textdetections=nil, angel=nil, requestid=nil)
|
2426
2426
|
@TextDetections = textdetections
|
2427
2427
|
@Angel = angel
|
@@ -2461,7 +2461,7 @@ module TencentCloud
|
|
2461
2461
|
# @type PdfPageNumber: Integer
|
2462
2462
|
|
2463
2463
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
2464
|
-
|
2464
|
+
|
2465
2465
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
2466
2466
|
@ImageBase64 = imagebase64
|
2467
2467
|
@ImageUrl = imageurl
|
@@ -2492,7 +2492,7 @@ module TencentCloud
|
|
2492
2492
|
# @type RequestId: String
|
2493
2493
|
|
2494
2494
|
attr_accessor :TextDetections, :Language, :Angel, :PdfPageSize, :RequestId
|
2495
|
-
|
2495
|
+
|
2496
2496
|
def initialize(textdetections=nil, language=nil, angel=nil, pdfpagesize=nil, requestid=nil)
|
2497
2497
|
@TextDetections = textdetections
|
2498
2498
|
@Language = language
|
@@ -2540,7 +2540,7 @@ module TencentCloud
|
|
2540
2540
|
# @type EnableDetectText: Boolean
|
2541
2541
|
|
2542
2542
|
attr_accessor :ImageBase64, :ImageUrl, :Scene, :EnableWordPolygon, :EnableDetectText
|
2543
|
-
|
2543
|
+
|
2544
2544
|
def initialize(imagebase64=nil, imageurl=nil, scene=nil, enablewordpolygon=nil, enabledetecttext=nil)
|
2545
2545
|
@ImageBase64 = imagebase64
|
2546
2546
|
@ImageUrl = imageurl
|
@@ -2568,7 +2568,7 @@ module TencentCloud
|
|
2568
2568
|
# @type RequestId: String
|
2569
2569
|
|
2570
2570
|
attr_accessor :TextDetections, :Angel, :RequestId
|
2571
|
-
|
2571
|
+
|
2572
2572
|
def initialize(textdetections=nil, angel=nil, requestid=nil)
|
2573
2573
|
@TextDetections = textdetections
|
2574
2574
|
@Angel = angel
|
@@ -2609,7 +2609,7 @@ module TencentCloud
|
|
2609
2609
|
# @type Tax: String
|
2610
2610
|
|
2611
2611
|
attr_accessor :Name, :Specification, :Unit, :Quantity, :Price, :Total, :TaxRate, :Tax
|
2612
|
-
|
2612
|
+
|
2613
2613
|
def initialize(name=nil, specification=nil, unit=nil, quantity=nil, price=nil, total=nil, taxrate=nil, tax=nil)
|
2614
2614
|
@Name = name
|
2615
2615
|
@Specification = specification
|
@@ -2639,7 +2639,7 @@ module TencentCloud
|
|
2639
2639
|
# @type TaskId: String
|
2640
2640
|
|
2641
2641
|
attr_accessor :TaskId
|
2642
|
-
|
2642
|
+
|
2643
2643
|
def initialize(taskid=nil)
|
2644
2644
|
@TaskId = taskid
|
2645
2645
|
end
|
@@ -2662,7 +2662,7 @@ module TencentCloud
|
|
2662
2662
|
# @type RequestId: String
|
2663
2663
|
|
2664
2664
|
attr_accessor :TaskState, :RequestId
|
2665
|
-
|
2665
|
+
|
2666
2666
|
def initialize(taskstate=nil, requestid=nil)
|
2667
2667
|
@TaskState = taskstate
|
2668
2668
|
@RequestId = requestid
|
@@ -2680,7 +2680,7 @@ module TencentCloud
|
|
2680
2680
|
# @type Groups: Array
|
2681
2681
|
|
2682
2682
|
attr_accessor :Groups
|
2683
|
-
|
2683
|
+
|
2684
2684
|
def initialize(groups=nil)
|
2685
2685
|
@Groups = groups
|
2686
2686
|
end
|
@@ -2715,7 +2715,7 @@ module TencentCloud
|
|
2715
2715
|
# @type ImageUrl: String
|
2716
2716
|
|
2717
2717
|
attr_accessor :DetectFake, :ReturnHeadImage, :ImageBase64, :ImageUrl
|
2718
|
-
|
2718
|
+
|
2719
2719
|
def initialize(detectfake=nil, returnheadimage=nil, imagebase64=nil, imageurl=nil)
|
2720
2720
|
@DetectFake = detectfake
|
2721
2721
|
@ReturnHeadImage = returnheadimage
|
@@ -2774,7 +2774,7 @@ module TencentCloud
|
|
2774
2774
|
# @type RequestId: String
|
2775
2775
|
|
2776
2776
|
attr_accessor :CnName, :EnName, :TelexCode, :Sex, :Birthday, :Permanent, :IdNum, :Symbol, :FirstIssueDate, :CurrentIssueDate, :FakeDetectResult, :HeadImage, :WarningCode, :RequestId
|
2777
|
-
|
2777
|
+
|
2778
2778
|
def initialize(cnname=nil, enname=nil, telexcode=nil, sex=nil, birthday=nil, permanent=nil, idnum=nil, symbol=nil, firstissuedate=nil, currentissuedate=nil, fakedetectresult=nil, headimage=nil, warningcode=nil, requestid=nil)
|
2779
2779
|
@CnName = cnname
|
2780
2780
|
@EnName = enname
|
@@ -2829,7 +2829,7 @@ module TencentCloud
|
|
2829
2829
|
# @type CardSide: String
|
2830
2830
|
|
2831
2831
|
attr_accessor :ImageBase64, :ImageUrl, :CardSide
|
2832
|
-
|
2832
|
+
|
2833
2833
|
def initialize(imagebase64=nil, imageurl=nil, cardside=nil)
|
2834
2834
|
@ImageBase64 = imagebase64
|
2835
2835
|
@ImageUrl = imageurl
|
@@ -2870,7 +2870,7 @@ module TencentCloud
|
|
2870
2870
|
# @type RequestId: String
|
2871
2871
|
|
2872
2872
|
attr_accessor :Name, :Sex, :Birth, :Address, :IdCardNo, :CardType, :ValidDate, :Authority, :VisaNum, :PassNo, :RequestId
|
2873
|
-
|
2873
|
+
|
2874
2874
|
def initialize(name=nil, sex=nil, birth=nil, address=nil, idcardno=nil, cardtype=nil, validdate=nil, authority=nil, visanum=nil, passno=nil, requestid=nil)
|
2875
2875
|
@Name = name
|
2876
2876
|
@Sex = sex
|
@@ -2932,7 +2932,7 @@ module TencentCloud
|
|
2932
2932
|
# @type Config: String
|
2933
2933
|
|
2934
2934
|
attr_accessor :ImageBase64, :ImageUrl, :CardSide, :Config
|
2935
|
-
|
2935
|
+
|
2936
2936
|
def initialize(imagebase64=nil, imageurl=nil, cardside=nil, config=nil)
|
2937
2937
|
@ImageBase64 = imagebase64
|
2938
2938
|
@ImageUrl = imageurl
|
@@ -2987,7 +2987,7 @@ module TencentCloud
|
|
2987
2987
|
# @type RequestId: String
|
2988
2988
|
|
2989
2989
|
attr_accessor :Name, :Sex, :Nation, :Birth, :Address, :IdNum, :Authority, :ValidDate, :AdvancedInfo, :RequestId
|
2990
|
-
|
2990
|
+
|
2991
2991
|
def initialize(name=nil, sex=nil, nation=nil, birth=nil, address=nil, idnum=nil, authority=nil, validdate=nil, advancedinfo=nil, requestid=nil)
|
2992
2992
|
@Name = name
|
2993
2993
|
@Sex = sex
|
@@ -3049,7 +3049,7 @@ module TencentCloud
|
|
3049
3049
|
# @type TaskType: Integer
|
3050
3050
|
|
3051
3051
|
attr_accessor :ImageBase64, :ImageUrl, :ReturnImage, :TaskType
|
3052
|
-
|
3052
|
+
|
3053
3053
|
def initialize(imagebase64=nil, imageurl=nil, returnimage=nil, tasktype=nil)
|
3054
3054
|
@ImageBase64 = imagebase64
|
3055
3055
|
@ImageUrl = imageurl
|
@@ -3077,7 +3077,7 @@ module TencentCloud
|
|
3077
3077
|
# @type RequestId: String
|
3078
3078
|
|
3079
3079
|
attr_accessor :ImageTag, :Image, :RequestId
|
3080
|
-
|
3080
|
+
|
3081
3081
|
def initialize(imagetag=nil, image=nil, requestid=nil)
|
3082
3082
|
@ImageTag = imagetag
|
3083
3083
|
@Image = image
|
@@ -3106,7 +3106,7 @@ module TencentCloud
|
|
3106
3106
|
# @type ImageUrl: String
|
3107
3107
|
|
3108
3108
|
attr_accessor :ImageBase64, :ImageUrl
|
3109
|
-
|
3109
|
+
|
3110
3110
|
def initialize(imagebase64=nil, imageurl=nil)
|
3111
3111
|
@ImageBase64 = imagebase64
|
3112
3112
|
@ImageUrl = imageurl
|
@@ -3134,7 +3134,7 @@ module TencentCloud
|
|
3134
3134
|
# @type RequestId: String
|
3135
3135
|
|
3136
3136
|
attr_accessor :RegId, :ValidDate, :Location, :Name, :LegalPerson, :RequestId
|
3137
|
-
|
3137
|
+
|
3138
3138
|
def initialize(regid=nil, validdate=nil, location=nil, name=nil, legalperson=nil, requestid=nil)
|
3139
3139
|
@RegId = regid
|
3140
3140
|
@ValidDate = validdate
|
@@ -3170,7 +3170,7 @@ module TencentCloud
|
|
3170
3170
|
# @type Value: String
|
3171
3171
|
|
3172
3172
|
attr_accessor :Name, :Value
|
3173
|
-
|
3173
|
+
|
3174
3174
|
def initialize(name=nil, value=nil)
|
3175
3175
|
@Name = name
|
3176
3176
|
@Value = value
|
@@ -3197,7 +3197,7 @@ module TencentCloud
|
|
3197
3197
|
# @type ImageUrl: String
|
3198
3198
|
|
3199
3199
|
attr_accessor :ImageBase64, :ImageUrl
|
3200
|
-
|
3200
|
+
|
3201
3201
|
def initialize(imagebase64=nil, imageurl=nil)
|
3202
3202
|
@ImageBase64 = imagebase64
|
3203
3203
|
@ImageUrl = imageurl
|
@@ -3217,7 +3217,7 @@ module TencentCloud
|
|
3217
3217
|
# @type RequestId: String
|
3218
3218
|
|
3219
3219
|
attr_accessor :InsuranceBillInfos, :RequestId
|
3220
|
-
|
3220
|
+
|
3221
3221
|
def initialize(insurancebillinfos=nil, requestid=nil)
|
3222
3222
|
@InsuranceBillInfos = insurancebillinfos
|
3223
3223
|
@RequestId = requestid
|
@@ -3265,7 +3265,7 @@ module TencentCloud
|
|
3265
3265
|
# @type Image: String
|
3266
3266
|
|
3267
3267
|
attr_accessor :Angle, :Type, :Rect, :Image
|
3268
|
-
|
3268
|
+
|
3269
3269
|
def initialize(angle=nil, type=nil, rect=nil, image=nil)
|
3270
3270
|
@Angle = angle
|
3271
3271
|
@Type = type
|
@@ -3295,7 +3295,7 @@ module TencentCloud
|
|
3295
3295
|
# @type Rect: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
|
3296
3296
|
|
3297
3297
|
attr_accessor :Name, :Value, :Rect
|
3298
|
-
|
3298
|
+
|
3299
3299
|
def initialize(name=nil, value=nil, rect=nil)
|
3300
3300
|
@Name = name
|
3301
3301
|
@Value = value
|
@@ -3331,7 +3331,7 @@ module TencentCloud
|
|
3331
3331
|
# @type PdfPageNumber: Integer
|
3332
3332
|
|
3333
3333
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
3334
|
-
|
3334
|
+
|
3335
3335
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
3336
3336
|
@ImageBase64 = imagebase64
|
3337
3337
|
@ImageUrl = imageurl
|
@@ -3357,7 +3357,7 @@ module TencentCloud
|
|
3357
3357
|
# @type RequestId: String
|
3358
3358
|
|
3359
3359
|
attr_accessor :InvoiceGeneralInfos, :Angle, :RequestId
|
3360
|
-
|
3360
|
+
|
3361
3361
|
def initialize(invoicegeneralinfos=nil, angle=nil, requestid=nil)
|
3362
3362
|
@InvoiceGeneralInfos = invoicegeneralinfos
|
3363
3363
|
@Angle = angle
|
@@ -3400,6 +3400,7 @@ module TencentCloud
|
|
3400
3400
|
# 13:过路过桥费发票
|
3401
3401
|
# 15:非税发票
|
3402
3402
|
# 16:全电发票
|
3403
|
+
# 17:医疗发票
|
3403
3404
|
# @type Type: Integer
|
3404
3405
|
# @param Polygon: 旋转后的图片四点坐标。
|
3405
3406
|
# @type Polygon: :class:`Tencentcloud::Ocr.v20181119.models.Polygon`
|
@@ -3419,7 +3420,7 @@ module TencentCloud
|
|
3419
3420
|
# @type SubTypeDescription: String
|
3420
3421
|
|
3421
3422
|
attr_accessor :Code, :Type, :Polygon, :Angle, :SingleInvoiceInfos, :Page, :SubType, :TypeDescription, :CutImage, :SubTypeDescription
|
3422
|
-
|
3423
|
+
|
3423
3424
|
def initialize(code=nil, type=nil, polygon=nil, angle=nil, singleinvoiceinfos=nil, page=nil, subtype=nil, typedescription=nil, cutimage=nil, subtypedescription=nil)
|
3424
3425
|
@Code = code
|
3425
3426
|
@Type = type
|
@@ -3465,7 +3466,7 @@ module TencentCloud
|
|
3465
3466
|
# @type Height: Integer
|
3466
3467
|
|
3467
3468
|
attr_accessor :X, :Y, :Width, :Height
|
3468
|
-
|
3469
|
+
|
3469
3470
|
def initialize(x=nil, y=nil, width=nil, height=nil)
|
3470
3471
|
@X = x
|
3471
3472
|
@Y = y
|
@@ -3491,7 +3492,7 @@ module TencentCloud
|
|
3491
3492
|
# @type Value: :class:`Tencentcloud::Ocr.v20181119.models.Value`
|
3492
3493
|
|
3493
3494
|
attr_accessor :Key, :Value
|
3494
|
-
|
3495
|
+
|
3495
3496
|
def initialize(key=nil, value=nil)
|
3496
3497
|
@Key = key
|
3497
3498
|
@Value = value
|
@@ -3518,7 +3519,7 @@ module TencentCloud
|
|
3518
3519
|
# @type ConfigName: String
|
3519
3520
|
|
3520
3521
|
attr_accessor :AutoName, :ConfigName
|
3521
|
-
|
3522
|
+
|
3522
3523
|
def initialize(autoname=nil, configname=nil)
|
3523
3524
|
@AutoName = autoname
|
3524
3525
|
@ConfigName = configname
|
@@ -3542,7 +3543,7 @@ module TencentCloud
|
|
3542
3543
|
# @type Color: String
|
3543
3544
|
|
3544
3545
|
attr_accessor :Number, :Confidence, :Rect, :Color
|
3545
|
-
|
3546
|
+
|
3546
3547
|
def initialize(number=nil, confidence=nil, rect=nil, color=nil)
|
3547
3548
|
@Number = number
|
3548
3549
|
@Confidence = confidence
|
@@ -3576,7 +3577,7 @@ module TencentCloud
|
|
3576
3577
|
# @type ImageUrl: String
|
3577
3578
|
|
3578
3579
|
attr_accessor :ImageBase64, :ImageUrl
|
3579
|
-
|
3580
|
+
|
3580
3581
|
def initialize(imagebase64=nil, imageurl=nil)
|
3581
3582
|
@ImageBase64 = imagebase64
|
3582
3583
|
@ImageUrl = imageurl
|
@@ -3604,7 +3605,7 @@ module TencentCloud
|
|
3604
3605
|
# @type RequestId: String
|
3605
3606
|
|
3606
3607
|
attr_accessor :Number, :Confidence, :Rect, :Color, :LicensePlateInfos, :RequestId
|
3607
|
-
|
3608
|
+
|
3608
3609
|
def initialize(number=nil, confidence=nil, rect=nil, color=nil, licenseplateinfos=nil, requestid=nil)
|
3609
3610
|
@Number = number
|
3610
3611
|
@Confidence = confidence
|
@@ -3640,7 +3641,7 @@ module TencentCloud
|
|
3640
3641
|
# @type Lines: Array
|
3641
3642
|
|
3642
3643
|
attr_accessor :Lines
|
3643
|
-
|
3644
|
+
|
3644
3645
|
def initialize(lines=nil)
|
3645
3646
|
@Lines = lines
|
3646
3647
|
end
|
@@ -3673,7 +3674,7 @@ module TencentCloud
|
|
3673
3674
|
# @type RetImage: Boolean
|
3674
3675
|
|
3675
3676
|
attr_accessor :ImageBase64, :ImageUrl, :RetImage
|
3676
|
-
|
3677
|
+
|
3677
3678
|
def initialize(imagebase64=nil, imageurl=nil, retimage=nil)
|
3678
3679
|
@ImageBase64 = imagebase64
|
3679
3680
|
@ImageUrl = imageurl
|
@@ -3728,7 +3729,7 @@ module TencentCloud
|
|
3728
3729
|
# @type RequestId: String
|
3729
3730
|
|
3730
3731
|
attr_accessor :ID, :Name, :Address, :Sex, :Warn, :Image, :AdvancedInfo, :Type, :Birthday, :RequestId
|
3731
|
-
|
3732
|
+
|
3732
3733
|
def initialize(id=nil, name=nil, address=nil, sex=nil, warn=nil, image=nil, advancedinfo=nil, type=nil, birthday=nil, requestid=nil)
|
3733
3734
|
@ID = id
|
3734
3735
|
@Name = name
|
@@ -3764,7 +3765,7 @@ module TencentCloud
|
|
3764
3765
|
# @type RetImage: Boolean
|
3765
3766
|
|
3766
3767
|
attr_accessor :ImageBase64, :RetImage
|
3767
|
-
|
3768
|
+
|
3768
3769
|
def initialize(imagebase64=nil, retimage=nil)
|
3769
3770
|
@ImageBase64 = imagebase64
|
3770
3771
|
@RetImage = retimage
|
@@ -3823,7 +3824,7 @@ module TencentCloud
|
|
3823
3824
|
# @type RequestId: String
|
3824
3825
|
|
3825
3826
|
attr_accessor :ID, :Name, :DateOfBirth, :Sex, :DateOfExpiration, :IssuingCountry, :Nationality, :Warn, :Image, :AdvancedInfo, :CodeSet, :CodeCrc, :Surname, :GivenName, :RequestId
|
3826
|
-
|
3827
|
+
|
3827
3828
|
def initialize(id=nil, name=nil, dateofbirth=nil, sex=nil, dateofexpiration=nil, issuingcountry=nil, nationality=nil, warn=nil, image=nil, advancedinfo=nil, codeset=nil, codecrc=nil, surname=nil, givenname=nil, requestid=nil)
|
3828
3829
|
@ID = id
|
3829
3830
|
@Name = name
|
@@ -3937,7 +3938,7 @@ module TencentCloud
|
|
3937
3938
|
# @type GeneralMachineItems: Array
|
3938
3939
|
|
3939
3940
|
attr_accessor :Title, :QRCodeMark, :Code, :Number, :Date, :Time, :CheckCode, :Ciphertext, :Category, :PretaxAmount, :Total, :TotalCn, :Tax, :IndustryClass, :Seller, :SellerTaxID, :SellerAddrTel, :SellerBankAccount, :Buyer, :BuyerTaxID, :BuyerAddrTel, :BuyerBankAccount, :Kind, :Province, :City, :CompanySealMark, :ElectronicMark, :Issuer, :Receiptor, :Reviewer, :Remark, :PaymentInfo, :TicketPickupUser, :MerchantNumber, :OrderNumber, :GeneralMachineItems
|
3940
|
-
|
3941
|
+
|
3941
3942
|
def initialize(title=nil, qrcodemark=nil, code=nil, number=nil, date=nil, time=nil, checkcode=nil, ciphertext=nil, category=nil, pretaxamount=nil, total=nil, totalcn=nil, tax=nil, industryclass=nil, seller=nil, sellertaxid=nil, selleraddrtel=nil, sellerbankaccount=nil, buyer=nil, buyertaxid=nil, buyeraddrtel=nil, buyerbankaccount=nil, kind=nil, province=nil, city=nil, companysealmark=nil, electronicmark=nil, issuer=nil, receiptor=nil, reviewer=nil, remark=nil, paymentinfo=nil, ticketpickupuser=nil, merchantnumber=nil, ordernumber=nil, generalmachineitems=nil)
|
3942
3943
|
@Title = title
|
3943
3944
|
@QRCodeMark = qrcodemark
|
@@ -4041,7 +4042,7 @@ module TencentCloud
|
|
4041
4042
|
# @type RetProfile: Boolean
|
4042
4043
|
|
4043
4044
|
attr_accessor :ImageBase64, :ImageUrl, :RetProfile
|
4044
|
-
|
4045
|
+
|
4045
4046
|
def initialize(imagebase64=nil, imageurl=nil, retprofile=nil)
|
4046
4047
|
@ImageBase64 = imagebase64
|
4047
4048
|
@ImageUrl = imageurl
|
@@ -4083,7 +4084,7 @@ module TencentCloud
|
|
4083
4084
|
# @type RequestId: String
|
4084
4085
|
|
4085
4086
|
attr_accessor :Name, :EnglishName, :Sex, :Birthday, :IssueAuthority, :ValidDate, :Number, :IssueAddress, :IssueNumber, :Type, :Profile, :RequestId
|
4086
|
-
|
4087
|
+
|
4087
4088
|
def initialize(name=nil, englishname=nil, sex=nil, birthday=nil, issueauthority=nil, validdate=nil, number=nil, issueaddress=nil, issuenumber=nil, type=nil, profile=nil, requestid=nil)
|
4088
4089
|
@Name = name
|
4089
4090
|
@EnglishName = englishname
|
@@ -4115,13 +4116,61 @@ module TencentCloud
|
|
4115
4116
|
end
|
4116
4117
|
end
|
4117
4118
|
|
4119
|
+
# 医疗票据信息
|
4120
|
+
class MedicalInvoice < TencentCloud::Common::AbstractModel
|
4121
|
+
# @param Title: 发票名称
|
4122
|
+
# @type Title: String
|
4123
|
+
# @param Code: 发票代码
|
4124
|
+
# @type Code: String
|
4125
|
+
# @param Number: 发票号码
|
4126
|
+
# @type Number: String
|
4127
|
+
# @param Total: 价税合计(小写)
|
4128
|
+
# @type Total: String
|
4129
|
+
# @param TotalCn: 价税合计(大写)
|
4130
|
+
# @type TotalCn: String
|
4131
|
+
# @param Date: 开票日期
|
4132
|
+
# @type Date: String
|
4133
|
+
# @param CheckCode: 校验码
|
4134
|
+
# @type CheckCode: String
|
4135
|
+
# @param Place: 发票属地
|
4136
|
+
# @type Place: String
|
4137
|
+
# @param Reviewer: 复核人
|
4138
|
+
# @type Reviewer: String
|
4139
|
+
|
4140
|
+
attr_accessor :Title, :Code, :Number, :Total, :TotalCn, :Date, :CheckCode, :Place, :Reviewer
|
4141
|
+
|
4142
|
+
def initialize(title=nil, code=nil, number=nil, total=nil, totalcn=nil, date=nil, checkcode=nil, place=nil, reviewer=nil)
|
4143
|
+
@Title = title
|
4144
|
+
@Code = code
|
4145
|
+
@Number = number
|
4146
|
+
@Total = total
|
4147
|
+
@TotalCn = totalcn
|
4148
|
+
@Date = date
|
4149
|
+
@CheckCode = checkcode
|
4150
|
+
@Place = place
|
4151
|
+
@Reviewer = reviewer
|
4152
|
+
end
|
4153
|
+
|
4154
|
+
def deserialize(params)
|
4155
|
+
@Title = params['Title']
|
4156
|
+
@Code = params['Code']
|
4157
|
+
@Number = params['Number']
|
4158
|
+
@Total = params['Total']
|
4159
|
+
@TotalCn = params['TotalCn']
|
4160
|
+
@Date = params['Date']
|
4161
|
+
@CheckCode = params['CheckCode']
|
4162
|
+
@Place = params['Place']
|
4163
|
+
@Reviewer = params['Reviewer']
|
4164
|
+
end
|
4165
|
+
end
|
4166
|
+
|
4118
4167
|
# 医疗发票识别结果
|
4119
4168
|
class MedicalInvoiceInfo < TencentCloud::Common::AbstractModel
|
4120
4169
|
# @param MedicalInvoiceItems: 医疗发票识别结果条目
|
4121
4170
|
# @type MedicalInvoiceItems: Array
|
4122
4171
|
|
4123
4172
|
attr_accessor :MedicalInvoiceItems
|
4124
|
-
|
4173
|
+
|
4125
4174
|
def initialize(medicalinvoiceitems=nil)
|
4126
4175
|
@MedicalInvoiceItems = medicalinvoiceitems
|
4127
4176
|
end
|
@@ -4153,7 +4202,7 @@ module TencentCloud
|
|
4153
4202
|
# @type Coord: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
|
4154
4203
|
|
4155
4204
|
attr_accessor :Name, :Content, :Vertex, :Coord
|
4156
|
-
|
4205
|
+
|
4157
4206
|
def initialize(name=nil, content=nil, vertex=nil, coord=nil)
|
4158
4207
|
@Name = name
|
4159
4208
|
@Content = content
|
@@ -4196,7 +4245,7 @@ module TencentCloud
|
|
4196
4245
|
# @type PdfPageNumber: Integer
|
4197
4246
|
|
4198
4247
|
attr_accessor :ReturnImage, :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
4199
|
-
|
4248
|
+
|
4200
4249
|
def initialize(returnimage=nil, imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
4201
4250
|
@ReturnImage = returnimage
|
4202
4251
|
@ImageBase64 = imagebase64
|
@@ -4222,7 +4271,7 @@ module TencentCloud
|
|
4222
4271
|
# @type RequestId: String
|
4223
4272
|
|
4224
4273
|
attr_accessor :InvoiceDetectInfos, :RequestId
|
4225
|
-
|
4274
|
+
|
4226
4275
|
def initialize(invoicedetectinfos=nil, requestid=nil)
|
4227
4276
|
@InvoiceDetectInfos = invoicedetectinfos
|
4228
4277
|
@RequestId = requestid
|
@@ -4274,7 +4323,7 @@ module TencentCloud
|
|
4274
4323
|
# @type Page: Integer
|
4275
4324
|
|
4276
4325
|
attr_accessor :Code, :Type, :Rect, :Angle, :SingleInvoiceInfos, :Page
|
4277
|
-
|
4326
|
+
|
4278
4327
|
def initialize(code=nil, type=nil, rect=nil, angle=nil, singleinvoiceinfos=nil, page=nil)
|
4279
4328
|
@Code = code
|
4280
4329
|
@Type = type
|
@@ -4346,7 +4395,7 @@ module TencentCloud
|
|
4346
4395
|
# @type ReturnMultiplePage: Boolean
|
4347
4396
|
|
4348
4397
|
attr_accessor :ImageBase64, :ImageUrl, :Types, :ReturnOther, :IsPdf, :PdfPageNumber, :ReturnMultiplePage
|
4349
|
-
|
4398
|
+
|
4350
4399
|
def initialize(imagebase64=nil, imageurl=nil, types=nil, returnother=nil, ispdf=nil, pdfpagenumber=nil, returnmultiplepage=nil)
|
4351
4400
|
@ImageBase64 = imagebase64
|
4352
4401
|
@ImageUrl = imageurl
|
@@ -4376,7 +4425,7 @@ module TencentCloud
|
|
4376
4425
|
# @type RequestId: String
|
4377
4426
|
|
4378
4427
|
attr_accessor :MixedInvoiceItems, :RequestId
|
4379
|
-
|
4428
|
+
|
4380
4429
|
def initialize(mixedinvoiceitems=nil, requestid=nil)
|
4381
4430
|
@MixedInvoiceItems = mixedinvoiceitems
|
4382
4431
|
@RequestId = requestid
|
@@ -4483,7 +4532,7 @@ module TencentCloud
|
|
4483
4532
|
# @type QRCodeMark: Integer
|
4484
4533
|
|
4485
4534
|
attr_accessor :Title, :Code, :Number, :Date, :PretaxAmount, :Total, :TotalCn, :Seller, :SellerTaxID, :SellerTel, :SellerAddress, :SellerBank, :SellerBankAccount, :Buyer, :BuyerTaxID, :BuyerID, :TaxAuthorities, :TaxAuthoritiesCode, :VIN, :VehicleModel, :VehicleEngineCode, :CertificateNumber, :InspectionNumber, :MachineID, :VehicleType, :Kind, :Province, :City, :Tax, :TaxRate, :CompanySealMark, :Tonnage, :Remark, :FormType, :FormName, :Issuer, :TaxNum, :MaxPeopleNum, :Origin, :MachineCode, :MachineNumber, :QRCodeMark
|
4486
|
-
|
4535
|
+
|
4487
4536
|
def initialize(title=nil, code=nil, number=nil, date=nil, pretaxamount=nil, total=nil, totalcn=nil, seller=nil, sellertaxid=nil, sellertel=nil, selleraddress=nil, sellerbank=nil, sellerbankaccount=nil, buyer=nil, buyertaxid=nil, buyerid=nil, taxauthorities=nil, taxauthoritiescode=nil, vin=nil, vehiclemodel=nil, vehicleenginecode=nil, certificatenumber=nil, inspectionnumber=nil, machineid=nil, vehicletype=nil, kind=nil, province=nil, city=nil, tax=nil, taxrate=nil, companysealmark=nil, tonnage=nil, remark=nil, formtype=nil, formname=nil, issuer=nil, taxnum=nil, maxpeoplenum=nil, origin=nil, machinecode=nil, machinenumber=nil, qrcodemark=nil)
|
4488
4537
|
@Title = title
|
4489
4538
|
@Code = code
|
@@ -4629,7 +4678,7 @@ module TencentCloud
|
|
4629
4678
|
# @type NonTaxItems: Array
|
4630
4679
|
|
4631
4680
|
attr_accessor :Title, :Number, :Code, :CheckCode, :Date, :Total, :TotalCn, :Buyer, :BuyerTaxID, :Seller, :SellerCompany, :Remark, :CurrencyCode, :Reviewer, :QRCodeMark, :OtherInfo, :PaymentCode, :ReceiveUnitCode, :Receiver, :Operator, :PayerAccount, :PayerBank, :ReceiverAccount, :ReceiverBank, :NonTaxItems
|
4632
|
-
|
4681
|
+
|
4633
4682
|
def initialize(title=nil, number=nil, code=nil, checkcode=nil, date=nil, total=nil, totalcn=nil, buyer=nil, buyertaxid=nil, seller=nil, sellercompany=nil, remark=nil, currencycode=nil, reviewer=nil, qrcodemark=nil, otherinfo=nil, paymentcode=nil, receiveunitcode=nil, receiver=nil, operator=nil, payeraccount=nil, payerbank=nil, receiveraccount=nil, receiverbank=nil, nontaxitems=nil)
|
4634
4683
|
@Title = title
|
4635
4684
|
@Number = number
|
@@ -4710,7 +4759,7 @@ module TencentCloud
|
|
4710
4759
|
# @type Total: String
|
4711
4760
|
|
4712
4761
|
attr_accessor :ItemID, :Name, :Unit, :Quantity, :Standard, :Total
|
4713
|
-
|
4762
|
+
|
4714
4763
|
def initialize(itemid=nil, name=nil, unit=nil, quantity=nil, standard=nil, total=nil)
|
4715
4764
|
@ItemID = itemid
|
4716
4765
|
@Name = name
|
@@ -4741,7 +4790,7 @@ module TencentCloud
|
|
4741
4790
|
# @type Row: Integer
|
4742
4791
|
|
4743
4792
|
attr_accessor :Name, :Value, :Row
|
4744
|
-
|
4793
|
+
|
4745
4794
|
def initialize(name=nil, value=nil, row=nil)
|
4746
4795
|
@Name = name
|
4747
4796
|
@Value = value
|
@@ -4770,7 +4819,7 @@ module TencentCloud
|
|
4770
4819
|
# @type ImageUrl: String
|
4771
4820
|
|
4772
4821
|
attr_accessor :ImageBase64, :ImageUrl
|
4773
|
-
|
4822
|
+
|
4774
4823
|
def initialize(imagebase64=nil, imageurl=nil)
|
4775
4824
|
@ImageBase64 = imagebase64
|
4776
4825
|
@ImageUrl = imageurl
|
@@ -4796,7 +4845,7 @@ module TencentCloud
|
|
4796
4845
|
# @type RequestId: String
|
4797
4846
|
|
4798
4847
|
attr_accessor :OrgCode, :Name, :Address, :ValidDate, :RequestId
|
4799
|
-
|
4848
|
+
|
4800
4849
|
def initialize(orgcode=nil, name=nil, address=nil, validdate=nil, requestid=nil)
|
4801
4850
|
@OrgCode = orgcode
|
4802
4851
|
@Name = name
|
@@ -4826,7 +4875,7 @@ module TencentCloud
|
|
4826
4875
|
# @type OtherInvoiceTableItems: Array
|
4827
4876
|
|
4828
4877
|
attr_accessor :Title, :Total, :OtherInvoiceListItems, :OtherInvoiceTableItems
|
4829
|
-
|
4878
|
+
|
4830
4879
|
def initialize(title=nil, total=nil, otherinvoicelistitems=nil, otherinvoicetableitems=nil)
|
4831
4880
|
@Title = title
|
4832
4881
|
@Total = total
|
@@ -4864,7 +4913,7 @@ module TencentCloud
|
|
4864
4913
|
# @type Value: String
|
4865
4914
|
|
4866
4915
|
attr_accessor :Name, :Value
|
4867
|
-
|
4916
|
+
|
4868
4917
|
def initialize(name=nil, value=nil)
|
4869
4918
|
@Name = name
|
4870
4919
|
@Value = value
|
@@ -4882,7 +4931,7 @@ module TencentCloud
|
|
4882
4931
|
# @type OtherInvoiceItemList: Array
|
4883
4932
|
|
4884
4933
|
attr_accessor :OtherInvoiceItemList
|
4885
|
-
|
4934
|
+
|
4886
4935
|
def initialize(otherinvoiceitemlist=nil)
|
4887
4936
|
@OtherInvoiceItemList = otherinvoiceitemlist
|
4888
4937
|
end
|
@@ -4913,7 +4962,7 @@ module TencentCloud
|
|
4913
4962
|
# @type TaxClassifyCode: String
|
4914
4963
|
|
4915
4964
|
attr_accessor :NumberPlate, :Type, :PassDateBegin, :PassDateEnd, :TaxClassifyCode
|
4916
|
-
|
4965
|
+
|
4917
4966
|
def initialize(numberplate=nil, type=nil, passdatebegin=nil, passdateend=nil, taxclassifycode=nil)
|
4918
4967
|
@NumberPlate = numberplate
|
4919
4968
|
@Type = type
|
@@ -4944,7 +4993,7 @@ module TencentCloud
|
|
4944
4993
|
# @type Type: String
|
4945
4994
|
|
4946
4995
|
attr_accessor :ImageBase64, :ImageUrl, :Type
|
4947
|
-
|
4996
|
+
|
4948
4997
|
def initialize(imagebase64=nil, imageurl=nil, type=nil)
|
4949
4998
|
@ImageBase64 = imagebase64
|
4950
4999
|
@ImageUrl = imageurl
|
@@ -4994,7 +5043,7 @@ module TencentCloud
|
|
4994
5043
|
# @type RequestId: String
|
4995
5044
|
|
4996
5045
|
attr_accessor :Country, :PassportNo, :Sex, :Nationality, :BirthDate, :BirthPlace, :IssueDate, :IssuePlace, :ExpiryDate, :Signature, :CodeSet, :CodeCrc, :Name, :FamilyName, :FirstName, :RequestId
|
4997
|
-
|
5046
|
+
|
4998
5047
|
def initialize(country=nil, passportno=nil, sex=nil, nationality=nil, birthdate=nil, birthplace=nil, issuedate=nil, issueplace=nil, expirydate=nil, signature=nil, codeset=nil, codecrc=nil, name=nil, familyname=nil, firstname=nil, requestid=nil)
|
4999
5048
|
@Country = country
|
5000
5049
|
@PassportNo = passportno
|
@@ -5049,7 +5098,7 @@ module TencentCloud
|
|
5049
5098
|
# @type ImageUrl: String
|
5050
5099
|
|
5051
5100
|
attr_accessor :ImageBase64, :ImageUrl
|
5052
|
-
|
5101
|
+
|
5053
5102
|
def initialize(imagebase64=nil, imageurl=nil)
|
5054
5103
|
@ImageBase64 = imagebase64
|
5055
5104
|
@ImageUrl = imageurl
|
@@ -5083,7 +5132,7 @@ module TencentCloud
|
|
5083
5132
|
# @type RequestId: String
|
5084
5133
|
|
5085
5134
|
attr_accessor :Name, :EnglishName, :Number, :Sex, :ValidDate, :IssueAuthority, :IssueAddress, :Birthday, :RequestId
|
5086
|
-
|
5135
|
+
|
5087
5136
|
def initialize(name=nil, englishname=nil, number=nil, sex=nil, validdate=nil, issueauthority=nil, issueaddress=nil, birthday=nil, requestid=nil)
|
5088
5137
|
@Name = name
|
5089
5138
|
@EnglishName = englishname
|
@@ -5122,7 +5171,7 @@ module TencentCloud
|
|
5122
5171
|
# @type LeftBottom: :class:`Tencentcloud::Ocr.v20181119.models.Coord`
|
5123
5172
|
|
5124
5173
|
attr_accessor :LeftTop, :RightTop, :RightBottom, :LeftBottom
|
5125
|
-
|
5174
|
+
|
5126
5175
|
def initialize(lefttop=nil, righttop=nil, rightbottom=nil, leftbottom=nil)
|
5127
5176
|
@LeftTop = lefttop
|
5128
5177
|
@RightTop = righttop
|
@@ -5203,7 +5252,7 @@ module TencentCloud
|
|
5203
5252
|
# @type CategoryCode: String
|
5204
5253
|
|
5205
5254
|
attr_accessor :ProductName, :EnName, :BrandName, :Type, :Width, :Height, :Depth, :KeyWord, :Description, :ImageLink, :ManufacturerName, :ManufacturerAddress, :FirmCode, :CheckResult, :CategoryCode
|
5206
|
-
|
5255
|
+
|
5207
5256
|
def initialize(productname=nil, enname=nil, brandname=nil, type=nil, width=nil, height=nil, depth=nil, keyword=nil, description=nil, imagelink=nil, manufacturername=nil, manufactureraddress=nil, firmcode=nil, checkresult=nil, categorycode=nil)
|
5208
5257
|
@ProductName = productname
|
5209
5258
|
@EnName = enname
|
@@ -5256,7 +5305,7 @@ module TencentCloud
|
|
5256
5305
|
# @type ImageUrl: String
|
5257
5306
|
|
5258
5307
|
attr_accessor :ImageBase64, :ImageUrl
|
5259
|
-
|
5308
|
+
|
5260
5309
|
def initialize(imagebase64=nil, imageurl=nil)
|
5261
5310
|
@ImageBase64 = imagebase64
|
5262
5311
|
@ImageUrl = imageurl
|
@@ -5286,7 +5335,7 @@ module TencentCloud
|
|
5286
5335
|
# @type RequestId: String
|
5287
5336
|
|
5288
5337
|
attr_accessor :Owner, :Possession, :RegisterTime, :Purpose, :Nature, :Location, :RequestId
|
5289
|
-
|
5338
|
+
|
5290
5339
|
def initialize(owner=nil, possession=nil, registertime=nil, purpose=nil, nature=nil, location=nil, requestid=nil)
|
5291
5340
|
@Owner = owner
|
5292
5341
|
@Possession = possession
|
@@ -5316,7 +5365,7 @@ module TencentCloud
|
|
5316
5365
|
# @type High: Integer
|
5317
5366
|
|
5318
5367
|
attr_accessor :Wide, :High
|
5319
|
-
|
5368
|
+
|
5320
5369
|
def initialize(wide=nil, high=nil)
|
5321
5370
|
@Wide = wide
|
5322
5371
|
@High = high
|
@@ -5338,7 +5387,7 @@ module TencentCloud
|
|
5338
5387
|
# @type ImageUrl: String
|
5339
5388
|
|
5340
5389
|
attr_accessor :ImageBase64, :ImageUrl
|
5341
|
-
|
5390
|
+
|
5342
5391
|
def initialize(imagebase64=nil, imageurl=nil)
|
5343
5392
|
@ImageBase64 = imagebase64
|
5344
5393
|
@ImageUrl = imageurl
|
@@ -5360,7 +5409,7 @@ module TencentCloud
|
|
5360
5409
|
# @type RequestId: String
|
5361
5410
|
|
5362
5411
|
attr_accessor :CodeResults, :ImgSize, :RequestId
|
5363
|
-
|
5412
|
+
|
5364
5413
|
def initialize(coderesults=nil, imgsize=nil, requestid=nil)
|
5365
5414
|
@CodeResults = coderesults
|
5366
5415
|
@ImgSize = imgsize
|
@@ -5396,7 +5445,7 @@ module TencentCloud
|
|
5396
5445
|
# @type LeftBottom: :class:`Tencentcloud::Ocr.v20181119.models.Coord`
|
5397
5446
|
|
5398
5447
|
attr_accessor :LeftTop, :RightTop, :RightBottom, :LeftBottom
|
5399
|
-
|
5448
|
+
|
5400
5449
|
def initialize(lefttop=nil, righttop=nil, rightbottom=nil, leftbottom=nil)
|
5401
5450
|
@LeftTop = lefttop
|
5402
5451
|
@RightTop = righttop
|
@@ -5434,7 +5483,7 @@ module TencentCloud
|
|
5434
5483
|
# @type Position: :class:`Tencentcloud::Ocr.v20181119.models.QrcodePositionObj`
|
5435
5484
|
|
5436
5485
|
attr_accessor :TypeName, :Url, :Position
|
5437
|
-
|
5486
|
+
|
5438
5487
|
def initialize(typename=nil, url=nil, position=nil)
|
5439
5488
|
@TypeName = typename
|
5440
5489
|
@Url = url
|
@@ -5457,7 +5506,7 @@ module TencentCloud
|
|
5457
5506
|
# @type BarCode: String
|
5458
5507
|
|
5459
5508
|
attr_accessor :BarCode
|
5460
|
-
|
5509
|
+
|
5461
5510
|
def initialize(barcode=nil)
|
5462
5511
|
@BarCode = barcode
|
5463
5512
|
end
|
@@ -5477,7 +5526,7 @@ module TencentCloud
|
|
5477
5526
|
# @type RequestId: String
|
5478
5527
|
|
5479
5528
|
attr_accessor :BarCode, :ProductDataRecords, :RequestId
|
5480
|
-
|
5529
|
+
|
5481
5530
|
def initialize(barcode=nil, productdatarecords=nil, requestid=nil)
|
5482
5531
|
@BarCode = barcode
|
5483
5532
|
@ProductDataRecords = productdatarecords
|
@@ -5506,7 +5555,7 @@ module TencentCloud
|
|
5506
5555
|
# @type QuestionBboxCoord: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
|
5507
5556
|
|
5508
5557
|
attr_accessor :QuestionArr, :QuestionBboxCoord
|
5509
|
-
|
5558
|
+
|
5510
5559
|
def initialize(questionarr=nil, questionbboxcoord=nil)
|
5511
5560
|
@QuestionArr = questionarr
|
5512
5561
|
@QuestionBboxCoord = questionbboxcoord
|
@@ -5547,7 +5596,7 @@ module TencentCloud
|
|
5547
5596
|
# @type QuestionImageCoords: Array
|
5548
5597
|
|
5549
5598
|
attr_accessor :QuestionTextNo, :QuestionTextType, :QuestionText, :QuestionOptions, :QuestionSubquestion, :QuestionImageCoords
|
5550
|
-
|
5599
|
+
|
5551
5600
|
def initialize(questiontextno=nil, questiontexttype=nil, questiontext=nil, questionoptions=nil, questionsubquestion=nil, questionimagecoords=nil)
|
5552
5601
|
@QuestionTextNo = questiontextno
|
5553
5602
|
@QuestionTextType = questiontexttype
|
@@ -5598,7 +5647,7 @@ module TencentCloud
|
|
5598
5647
|
# @type CompanySealMark: Integer
|
5599
5648
|
|
5600
5649
|
attr_accessor :Title, :Code, :Number, :Total, :TotalCn, :Kind, :Province, :City, :QRCodeMark, :CompanySealMark
|
5601
|
-
|
5650
|
+
|
5602
5651
|
def initialize(title=nil, code=nil, number=nil, total=nil, totalcn=nil, kind=nil, province=nil, city=nil, qrcodemark=nil, companysealmark=nil)
|
5603
5652
|
@Title = title
|
5604
5653
|
@Code = code
|
@@ -5645,7 +5694,7 @@ module TencentCloud
|
|
5645
5694
|
# @type PdfPageNumber: Integer
|
5646
5695
|
|
5647
5696
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
5648
|
-
|
5697
|
+
|
5649
5698
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
5650
5699
|
@ImageBase64 = imagebase64
|
5651
5700
|
@ImageUrl = imageurl
|
@@ -5686,7 +5735,7 @@ module TencentCloud
|
|
5686
5735
|
# @type RequestId: String
|
5687
5736
|
|
5688
5737
|
attr_accessor :InvoiceNum, :InvoiceCode, :Rate, :RateNum, :InvoiceType, :Province, :City, :HasStamp, :RequestId
|
5689
|
-
|
5738
|
+
|
5690
5739
|
def initialize(invoicenum=nil, invoicecode=nil, rate=nil, ratenum=nil, invoicetype=nil, province=nil, city=nil, hasstamp=nil, requestid=nil)
|
5691
5740
|
@InvoiceNum = invoicenum
|
5692
5741
|
@InvoiceCode = invoicecode
|
@@ -5727,7 +5776,7 @@ module TencentCloud
|
|
5727
5776
|
# @type ImageUrl: String
|
5728
5777
|
|
5729
5778
|
attr_accessor :ImageBase64, :ImageUrl
|
5730
|
-
|
5779
|
+
|
5731
5780
|
def initialize(imagebase64=nil, imageurl=nil)
|
5732
5781
|
@ImageBase64 = imagebase64
|
5733
5782
|
@ImageUrl = imageurl
|
@@ -5769,7 +5818,7 @@ module TencentCloud
|
|
5769
5818
|
# @type RequestId: String
|
5770
5819
|
|
5771
5820
|
attr_accessor :ContainerId, :ContainerType, :GrossKG, :GrossLB, :PayloadKG, :PayloadLB, :CapacityM3, :CapacityFT3, :Warn, :TareKG, :TareLB, :RequestId
|
5772
|
-
|
5821
|
+
|
5773
5822
|
def initialize(containerid=nil, containertype=nil, grosskg=nil, grosslb=nil, payloadkg=nil, payloadlb=nil, capacitym3=nil, capacityft3=nil, warn=nil, tarekg=nil, tarelb=nil, requestid=nil)
|
5774
5823
|
@ContainerId = containerid
|
5775
5824
|
@ContainerType = containertype
|
@@ -5806,17 +5855,18 @@ module TencentCloud
|
|
5806
5855
|
# @param ImageBase64: 图片的 Base64 值。
|
5807
5856
|
# 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
5808
5857
|
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
5809
|
-
#
|
5858
|
+
# 支持的图片像素:单边介于20-10000px之间。
|
5810
5859
|
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5811
5860
|
# @type ImageBase64: String
|
5812
5861
|
# @param ImageUrl: 图片的 Url 地址。
|
5813
5862
|
# 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
5814
5863
|
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
5815
|
-
#
|
5864
|
+
# 支持的图片像素:单边介于20-10000px之间。
|
5816
5865
|
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
5817
5866
|
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5818
5867
|
# @type ImageUrl: String
|
5819
|
-
# @param Types:
|
5868
|
+
# @param Types: 需要识别的票据类型列表,为空或不填表示识别全部类型。当传入单个类型时,图片均采用该票类型进行处理。
|
5869
|
+
# 暂不支持多个参数进行局部控制。
|
5820
5870
|
# 0:出租车发票
|
5821
5871
|
# 1:定额发票
|
5822
5872
|
# 2:火车票
|
@@ -5830,11 +5880,8 @@ module TencentCloud
|
|
5830
5880
|
# 13:过路过桥费发票
|
5831
5881
|
# 15:非税发票
|
5832
5882
|
# 16:全电发票
|
5883
|
+
# 17:医疗发票
|
5833
5884
|
# -1:其他发票
|
5834
|
-
|
5835
|
-
# 默认为空,识别所有类型发票。
|
5836
|
-
# 当传入单个类型时,图片均采用该票类型进行处理。
|
5837
|
-
# 暂不支持多个参数进行局部控制。
|
5838
5885
|
# @type Types: Array
|
5839
5886
|
# @param EnableOther: 是否开启其他票识别,默认值为true,开启后可支持其他发票的智能识别。
|
5840
5887
|
# @type EnableOther: Boolean
|
@@ -5848,7 +5895,7 @@ module TencentCloud
|
|
5848
5895
|
# @type EnableCutImage: Boolean
|
5849
5896
|
|
5850
5897
|
attr_accessor :ImageBase64, :ImageUrl, :Types, :EnableOther, :EnablePdf, :PdfPageNumber, :EnableMultiplePage, :EnableCutImage
|
5851
|
-
|
5898
|
+
|
5852
5899
|
def initialize(imagebase64=nil, imageurl=nil, types=nil, enableother=nil, enablepdf=nil, pdfpagenumber=nil, enablemultiplepage=nil, enablecutimage=nil)
|
5853
5900
|
@ImageBase64 = imagebase64
|
5854
5901
|
@ImageUrl = imageurl
|
@@ -5882,7 +5929,7 @@ module TencentCloud
|
|
5882
5929
|
# @type RequestId: String
|
5883
5930
|
|
5884
5931
|
attr_accessor :MixedInvoiceItems, :TotalPDFCount, :RequestId
|
5885
|
-
|
5932
|
+
|
5886
5933
|
def initialize(mixedinvoiceitems=nil, totalpdfcount=nil, requestid=nil)
|
5887
5934
|
@MixedInvoiceItems = mixedinvoiceitems
|
5888
5935
|
@TotalPDFCount = totalpdfcount
|
@@ -5921,7 +5968,7 @@ module TencentCloud
|
|
5921
5968
|
# @type Type: Integer
|
5922
5969
|
|
5923
5970
|
attr_accessor :ImageBase64, :ImageUrl, :Type
|
5924
|
-
|
5971
|
+
|
5925
5972
|
def initialize(imagebase64=nil, imageurl=nil, type=nil)
|
5926
5973
|
@ImageBase64 = imagebase64
|
5927
5974
|
@ImageUrl = imageurl
|
@@ -5961,7 +6008,7 @@ module TencentCloud
|
|
5961
6008
|
# @type RequestId: String
|
5962
6009
|
|
5963
6010
|
attr_accessor :Name, :IDNumber, :Time, :Color, :TestingInterval, :TestingResult, :TestingTime, :Vaccination, :SpotName, :VaccinationTime, :RequestId
|
5964
|
-
|
6011
|
+
|
5965
6012
|
def initialize(name=nil, idnumber=nil, time=nil, color=nil, testinginterval=nil, testingresult=nil, testingtime=nil, vaccination=nil, spotname=nil, vaccinationtime=nil, requestid=nil)
|
5966
6013
|
@Name = name
|
5967
6014
|
@IDNumber = idnumber
|
@@ -6013,7 +6060,7 @@ module TencentCloud
|
|
6013
6060
|
# @type Scene: String
|
6014
6061
|
|
6015
6062
|
attr_accessor :ImageBase64, :ImageUrl, :ReturnHeadImage, :Scene
|
6016
|
-
|
6063
|
+
|
6017
6064
|
def initialize(imagebase64=nil, imageurl=nil, returnheadimage=nil, scene=nil)
|
6018
6065
|
@ImageBase64 = imagebase64
|
6019
6066
|
@ImageUrl = imageurl
|
@@ -6071,7 +6118,7 @@ module TencentCloud
|
|
6071
6118
|
# @type RequestId: String
|
6072
6119
|
|
6073
6120
|
attr_accessor :NIK, :Nama, :TempatTglLahir, :JenisKelamin, :GolDarah, :Alamat, :RTRW, :KelDesa, :Kecamatan, :Agama, :StatusPerkawinan, :Perkerjaan, :KewargaNegaraan, :BerlakuHingga, :IssuedDate, :Photo, :Provinsi, :Kota, :RequestId
|
6074
|
-
|
6121
|
+
|
6075
6122
|
def initialize(nik=nil, nama=nil, tempattgllahir=nil, jeniskelamin=nil, goldarah=nil, alamat=nil, rtrw=nil, keldesa=nil, kecamatan=nil, agama=nil, statusperkawinan=nil, perkerjaan=nil, kewarganegaraan=nil, berlakuhingga=nil, issueddate=nil, photo=nil, provinsi=nil, kota=nil, requestid=nil)
|
6076
6123
|
@NIK = nik
|
6077
6124
|
@Nama = nama
|
@@ -6140,7 +6187,7 @@ module TencentCloud
|
|
6140
6187
|
# @type PdfPageNumber: Integer
|
6141
6188
|
|
6142
6189
|
attr_accessor :ImageBase64, :ImageUrl, :ReturnVertex, :ReturnCoord, :IsPdf, :PdfPageNumber
|
6143
|
-
|
6190
|
+
|
6144
6191
|
def initialize(imagebase64=nil, imageurl=nil, returnvertex=nil, returncoord=nil, ispdf=nil, pdfpagenumber=nil)
|
6145
6192
|
@ImageBase64 = imagebase64
|
6146
6193
|
@ImageUrl = imageurl
|
@@ -6170,7 +6217,7 @@ module TencentCloud
|
|
6170
6217
|
# @type RequestId: String
|
6171
6218
|
|
6172
6219
|
attr_accessor :MedicalInvoiceInfos, :Angle, :RequestId
|
6173
|
-
|
6220
|
+
|
6174
6221
|
def initialize(medicalinvoiceinfos=nil, angle=nil, requestid=nil)
|
6175
6222
|
@MedicalInvoiceInfos = medicalinvoiceinfos
|
6176
6223
|
@Angle = angle
|
@@ -6210,7 +6257,7 @@ module TencentCloud
|
|
6210
6257
|
# @type PdfPageNumber: Integer
|
6211
6258
|
|
6212
6259
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
6213
|
-
|
6260
|
+
|
6214
6261
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
6215
6262
|
@ImageBase64 = imagebase64
|
6216
6263
|
@ImageUrl = imageurl
|
@@ -6234,7 +6281,7 @@ module TencentCloud
|
|
6234
6281
|
# @type RequestId: String
|
6235
6282
|
|
6236
6283
|
attr_accessor :OnlineTaxiItineraryInfos, :RequestId
|
6237
|
-
|
6284
|
+
|
6238
6285
|
def initialize(onlinetaxiitineraryinfos=nil, requestid=nil)
|
6239
6286
|
@OnlineTaxiItineraryInfos = onlinetaxiitineraryinfos
|
6240
6287
|
@RequestId = requestid
|
@@ -6270,7 +6317,7 @@ module TencentCloud
|
|
6270
6317
|
# @type ReturnHeadImage: Boolean
|
6271
6318
|
|
6272
6319
|
attr_accessor :ImageBase64, :ImageUrl, :ReturnHeadImage
|
6273
|
-
|
6320
|
+
|
6274
6321
|
def initialize(imagebase64=nil, imageurl=nil, returnheadimage=nil)
|
6275
6322
|
@ImageBase64 = imagebase64
|
6276
6323
|
@ImageUrl = imageurl
|
@@ -6314,7 +6361,7 @@ module TencentCloud
|
|
6314
6361
|
# @type RequestId: String
|
6315
6362
|
|
6316
6363
|
attr_accessor :HeadPortrait, :Name, :LastName, :FirstName, :MiddleName, :Nationality, :Sex, :Address, :LicenseNo, :ExpiresDate, :AgencyCode, :Birthday, :RequestId
|
6317
|
-
|
6364
|
+
|
6318
6365
|
def initialize(headportrait=nil, name=nil, lastname=nil, firstname=nil, middlename=nil, nationality=nil, sex=nil, address=nil, licenseno=nil, expiresdate=nil, agencycode=nil, birthday=nil, requestid=nil)
|
6319
6366
|
@HeadPortrait = headportrait
|
6320
6367
|
@Name = name
|
@@ -6401,7 +6448,7 @@ module TencentCloud
|
|
6401
6448
|
# @type ImageUrl: String
|
6402
6449
|
|
6403
6450
|
attr_accessor :ReturnHeadImage, :ImageBase64, :ImageUrl
|
6404
|
-
|
6451
|
+
|
6405
6452
|
def initialize(returnheadimage=nil, imagebase64=nil, imageurl=nil)
|
6406
6453
|
@ReturnHeadImage = returnheadimage
|
6407
6454
|
@ImageBase64 = imagebase64
|
@@ -6429,7 +6476,7 @@ module TencentCloud
|
|
6429
6476
|
# @type RequestId: String
|
6430
6477
|
|
6431
6478
|
attr_accessor :HeadPortrait, :LicenseNumber, :FullName, :Birthday, :RequestId
|
6432
|
-
|
6479
|
+
|
6433
6480
|
def initialize(headportrait=nil, licensenumber=nil, fullname=nil, birthday=nil, requestid=nil)
|
6434
6481
|
@HeadPortrait = headportrait
|
6435
6482
|
@LicenseNumber = licensenumber
|
@@ -6476,7 +6523,7 @@ module TencentCloud
|
|
6476
6523
|
# @type ImageUrl: String
|
6477
6524
|
|
6478
6525
|
attr_accessor :ReturnHeadImage, :ImageBase64, :ImageUrl
|
6479
|
-
|
6526
|
+
|
6480
6527
|
def initialize(returnheadimage=nil, imagebase64=nil, imageurl=nil)
|
6481
6528
|
@ReturnHeadImage = returnheadimage
|
6482
6529
|
@ImageBase64 = imagebase64
|
@@ -6508,7 +6555,7 @@ module TencentCloud
|
|
6508
6555
|
# @type RequestId: String
|
6509
6556
|
|
6510
6557
|
attr_accessor :HeadPortrait, :LicenseNumber, :FullName, :Address, :Birthday, :IssueDate, :RequestId
|
6511
|
-
|
6558
|
+
|
6512
6559
|
def initialize(headportrait=nil, licensenumber=nil, fullname=nil, address=nil, birthday=nil, issuedate=nil, requestid=nil)
|
6513
6560
|
@HeadPortrait = headportrait
|
6514
6561
|
@LicenseNumber = licensenumber
|
@@ -6558,7 +6605,7 @@ module TencentCloud
|
|
6558
6605
|
# @type ReturnHeadImage: Boolean
|
6559
6606
|
|
6560
6607
|
attr_accessor :ImageBase64, :ImageUrl, :ReturnHeadImage
|
6561
|
-
|
6608
|
+
|
6562
6609
|
def initialize(imagebase64=nil, imageurl=nil, returnheadimage=nil)
|
6563
6610
|
@ImageBase64 = imagebase64
|
6564
6611
|
@ImageUrl = imageurl
|
@@ -6594,7 +6641,7 @@ module TencentCloud
|
|
6594
6641
|
# @type RequestId: String
|
6595
6642
|
|
6596
6643
|
attr_accessor :Surname, :MiddleName, :GivenName, :Address, :Birthday, :CRN, :Sex, :HeadPortrait, :RequestId
|
6597
|
-
|
6644
|
+
|
6598
6645
|
def initialize(surname=nil, middlename=nil, givenname=nil, address=nil, birthday=nil, crn=nil, sex=nil, headportrait=nil, requestid=nil)
|
6599
6646
|
@Surname = surname
|
6600
6647
|
@MiddleName = middlename
|
@@ -6661,7 +6708,7 @@ module TencentCloud
|
|
6661
6708
|
# @type ImageUrl: String
|
6662
6709
|
|
6663
6710
|
attr_accessor :ReturnHeadImage, :ImageBase64, :ImageUrl
|
6664
|
-
|
6711
|
+
|
6665
6712
|
def initialize(returnheadimage=nil, imagebase64=nil, imageurl=nil)
|
6666
6713
|
@ReturnHeadImage = returnheadimage
|
6667
6714
|
@ImageBase64 = imagebase64
|
@@ -6699,7 +6746,7 @@ module TencentCloud
|
|
6699
6746
|
# @type RequestId: String
|
6700
6747
|
|
6701
6748
|
attr_accessor :HeadPortrait, :VIN, :FirstName, :LastName, :Birthday, :CivilStatus, :Citizenship, :Address, :PrecinctNo, :RequestId
|
6702
|
-
|
6749
|
+
|
6703
6750
|
def initialize(headportrait=nil, vin=nil, firstname=nil, lastname=nil, birthday=nil, civilstatus=nil, citizenship=nil, address=nil, precinctno=nil, requestid=nil)
|
6704
6751
|
@HeadPortrait = headportrait
|
6705
6752
|
@VIN = vin
|
@@ -6771,7 +6818,7 @@ module TencentCloud
|
|
6771
6818
|
# @type PdfPageNumber: Integer
|
6772
6819
|
|
6773
6820
|
attr_accessor :ImageBase64, :ImageUrl, :PdfPageNumber
|
6774
|
-
|
6821
|
+
|
6775
6822
|
def initialize(imagebase64=nil, imageurl=nil, pdfpagenumber=nil)
|
6776
6823
|
@ImageBase64 = imagebase64
|
6777
6824
|
@ImageUrl = imageurl
|
@@ -6802,7 +6849,7 @@ module TencentCloud
|
|
6802
6849
|
# @type RequestId: String
|
6803
6850
|
|
6804
6851
|
attr_accessor :TableDetections, :Data, :PdfPageSize, :Angle, :RequestId
|
6805
|
-
|
6852
|
+
|
6806
6853
|
def initialize(tabledetections=nil, data=nil, pdfpagesize=nil, angle=nil, requestid=nil)
|
6807
6854
|
@TableDetections = tabledetections
|
6808
6855
|
@Data = data
|
@@ -6845,7 +6892,7 @@ module TencentCloud
|
|
6845
6892
|
# @type TableLanguage: String
|
6846
6893
|
|
6847
6894
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber, :TableLanguage
|
6848
|
-
|
6895
|
+
|
6849
6896
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil, tablelanguage=nil)
|
6850
6897
|
@ImageBase64 = imagebase64
|
6851
6898
|
@ImageUrl = imageurl
|
@@ -6877,7 +6924,7 @@ module TencentCloud
|
|
6877
6924
|
# @type RequestId: String
|
6878
6925
|
|
6879
6926
|
attr_accessor :TableDetections, :Data, :PdfPageSize, :Angle, :RequestId
|
6880
|
-
|
6927
|
+
|
6881
6928
|
def initialize(tabledetections=nil, data=nil, pdfpagesize=nil, angle=nil, requestid=nil)
|
6882
6929
|
@TableDetections = tabledetections
|
6883
6930
|
@Data = data
|
@@ -6915,7 +6962,7 @@ module TencentCloud
|
|
6915
6962
|
# @type CropPortrait: Boolean
|
6916
6963
|
|
6917
6964
|
attr_accessor :ImageBase64, :ImageUrl, :CropPortrait
|
6918
|
-
|
6965
|
+
|
6919
6966
|
def initialize(imagebase64=nil, imageurl=nil, cropportrait=nil)
|
6920
6967
|
@ImageBase64 = imagebase64
|
6921
6968
|
@ImageUrl = imageurl
|
@@ -6953,7 +7000,7 @@ module TencentCloud
|
|
6953
7000
|
# @type RequestId: String
|
6954
7001
|
|
6955
7002
|
attr_accessor :ID, :ThaiName, :EnFirstName, :Address, :Birthday, :IssueDate, :ExpirationDate, :EnLastName, :PortraitImage, :RequestId
|
6956
|
-
|
7003
|
+
|
6957
7004
|
def initialize(id=nil, thainame=nil, enfirstname=nil, address=nil, birthday=nil, issuedate=nil, expirationdate=nil, enlastname=nil, portraitimage=nil, requestid=nil)
|
6958
7005
|
@ID = id
|
6959
7006
|
@ThaiName = thainame
|
@@ -6996,7 +7043,7 @@ module TencentCloud
|
|
6996
7043
|
# @type ImageUrl: String
|
6997
7044
|
|
6998
7045
|
attr_accessor :ImageBase64, :ImageUrl
|
6999
|
-
|
7046
|
+
|
7000
7047
|
def initialize(imagebase64=nil, imageurl=nil)
|
7001
7048
|
@ImageBase64 = imagebase64
|
7002
7049
|
@ImageUrl = imageurl
|
@@ -7024,7 +7071,7 @@ module TencentCloud
|
|
7024
7071
|
# @type RequestId: String
|
7025
7072
|
|
7026
7073
|
attr_accessor :Time, :Color, :ReachedCity, :RiskArea, :Telephone, :RequestId
|
7027
|
-
|
7074
|
+
|
7028
7075
|
def initialize(time=nil, color=nil, reachedcity=nil, riskarea=nil, telephone=nil, requestid=nil)
|
7029
7076
|
@Time = time
|
7030
7077
|
@Color = color
|
@@ -7056,7 +7103,7 @@ module TencentCloud
|
|
7056
7103
|
# @type Height: Integer
|
7057
7104
|
|
7058
7105
|
attr_accessor :X, :Y, :Width, :Height
|
7059
|
-
|
7106
|
+
|
7060
7107
|
def initialize(x=nil, y=nil, width=nil, height=nil)
|
7061
7108
|
@X = x
|
7062
7109
|
@Y = y
|
@@ -7087,7 +7134,7 @@ module TencentCloud
|
|
7087
7134
|
# @type ImageUrl: String
|
7088
7135
|
|
7089
7136
|
attr_accessor :ImageBase64, :ImageUrl
|
7090
|
-
|
7137
|
+
|
7091
7138
|
def initialize(imagebase64=nil, imageurl=nil)
|
7092
7139
|
@ImageBase64 = imagebase64
|
7093
7140
|
@ImageUrl = imageurl
|
@@ -7161,7 +7208,7 @@ module TencentCloud
|
|
7161
7208
|
# @type RequestId: String
|
7162
7209
|
|
7163
7210
|
attr_accessor :HouseholdNumber, :Name, :Sex, :BirthPlace, :Nation, :NativePlace, :BirthDate, :IdCardNumber, :EducationDegree, :ServicePlace, :Household, :Address, :Signature, :IssueDate, :HomePageNumber, :HouseholderName, :Relationship, :OtherAddresses, :ReligiousBelief, :Height, :BloodType, :MaritalStatus, :VeteranStatus, :Profession, :MoveToCityInformation, :MoveToSiteInformation, :RegistrationDate, :FormerName, :RequestId
|
7164
|
-
|
7211
|
+
|
7165
7212
|
def initialize(householdnumber=nil, name=nil, sex=nil, birthplace=nil, nation=nil, nativeplace=nil, birthdate=nil, idcardnumber=nil, educationdegree=nil, serviceplace=nil, household=nil, address=nil, signature=nil, issuedate=nil, homepagenumber=nil, householdername=nil, relationship=nil, otheraddresses=nil, religiousbelief=nil, height=nil, bloodtype=nil, maritalstatus=nil, veteranstatus=nil, profession=nil, movetocityinformation=nil, movetositeinformation=nil, registrationdate=nil, formername=nil, requestid=nil)
|
7166
7213
|
@HouseholdNumber = householdnumber
|
7167
7214
|
@Name = name
|
@@ -7237,7 +7284,7 @@ module TencentCloud
|
|
7237
7284
|
# @type ImageUrl: String
|
7238
7285
|
|
7239
7286
|
attr_accessor :ImageBase64, :ImageUrl
|
7240
|
-
|
7287
|
+
|
7241
7288
|
def initialize(imagebase64=nil, imageurl=nil)
|
7242
7289
|
@ImageBase64 = imagebase64
|
7243
7290
|
@ImageUrl = imageurl
|
@@ -7265,7 +7312,7 @@ module TencentCloud
|
|
7265
7312
|
# @type RequestId: String
|
7266
7313
|
|
7267
7314
|
attr_accessor :Name, :LicenseNumber, :StartDate, :EndDate, :ReleaseDate, :RequestId
|
7268
|
-
|
7315
|
+
|
7269
7316
|
def initialize(name=nil, licensenumber=nil, startdate=nil, enddate=nil, releasedate=nil, requestid=nil)
|
7270
7317
|
@Name = name
|
7271
7318
|
@LicenseNumber = licensenumber
|
@@ -7295,7 +7342,7 @@ module TencentCloud
|
|
7295
7342
|
# @type ImageUrl: String
|
7296
7343
|
|
7297
7344
|
attr_accessor :ImageBase64, :ImageUrl
|
7298
|
-
|
7345
|
+
|
7299
7346
|
def initialize(imagebase64=nil, imageurl=nil)
|
7300
7347
|
@ImageBase64 = imagebase64
|
7301
7348
|
@ImageUrl = imageurl
|
@@ -7325,7 +7372,7 @@ module TencentCloud
|
|
7325
7372
|
# @type RequestId: String
|
7326
7373
|
|
7327
7374
|
attr_accessor :OperationLicenseNumber, :VehicleOwner, :VehicleNumber, :StartDate, :EndDate, :ReleaseDate, :RequestId
|
7328
|
-
|
7375
|
+
|
7329
7376
|
def initialize(operationlicensenumber=nil, vehicleowner=nil, vehiclenumber=nil, startdate=nil, enddate=nil, releasedate=nil, requestid=nil)
|
7330
7377
|
@OperationLicenseNumber = operationlicensenumber
|
7331
7378
|
@VehicleOwner = vehicleowner
|
@@ -7364,7 +7411,7 @@ module TencentCloud
|
|
7364
7411
|
# @type SealShape: String
|
7365
7412
|
|
7366
7413
|
attr_accessor :SealBody, :Location, :OtherTexts, :SealShape
|
7367
|
-
|
7414
|
+
|
7368
7415
|
def initialize(sealbody=nil, location=nil, othertexts=nil, sealshape=nil)
|
7369
7416
|
@SealBody = sealbody
|
7370
7417
|
@Location = location
|
@@ -7393,7 +7440,7 @@ module TencentCloud
|
|
7393
7440
|
# @type ImageUrl: String
|
7394
7441
|
|
7395
7442
|
attr_accessor :ImageBase64, :ImageUrl
|
7396
|
-
|
7443
|
+
|
7397
7444
|
def initialize(imagebase64=nil, imageurl=nil)
|
7398
7445
|
@ImageBase64 = imagebase64
|
7399
7446
|
@ImageUrl = imageurl
|
@@ -7426,7 +7473,7 @@ module TencentCloud
|
|
7426
7473
|
# @type RequestId: String
|
7427
7474
|
|
7428
7475
|
attr_accessor :SealBody, :Location, :OtherTexts, :SealInfos, :SealShape, :RequestId
|
7429
|
-
|
7476
|
+
|
7430
7477
|
def initialize(sealbody=nil, location=nil, othertexts=nil, sealinfos=nil, sealshape=nil, requestid=nil)
|
7431
7478
|
@SealBody = sealbody
|
7432
7479
|
@Location = location
|
@@ -7467,7 +7514,7 @@ module TencentCloud
|
|
7467
7514
|
# @type Rect: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
|
7468
7515
|
|
7469
7516
|
attr_accessor :Name, :Value, :Rect
|
7470
|
-
|
7517
|
+
|
7471
7518
|
def initialize(name=nil, value=nil, rect=nil)
|
7472
7519
|
@Name = name
|
7473
7520
|
@Value = value
|
@@ -7503,7 +7550,7 @@ module TencentCloud
|
|
7503
7550
|
# @type PdfPageNumber: Integer
|
7504
7551
|
|
7505
7552
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
7506
|
-
|
7553
|
+
|
7507
7554
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
7508
7555
|
@ImageBase64 = imagebase64
|
7509
7556
|
@ImageUrl = imageurl
|
@@ -7529,7 +7576,7 @@ module TencentCloud
|
|
7529
7576
|
# @type RequestId: String
|
7530
7577
|
|
7531
7578
|
attr_accessor :ShipInvoiceInfos, :Angle, :RequestId
|
7532
|
-
|
7579
|
+
|
7533
7580
|
def initialize(shipinvoiceinfos=nil, angle=nil, requestid=nil)
|
7534
7581
|
@ShipInvoiceInfos = shipinvoiceinfos
|
7535
7582
|
@Angle = angle
|
@@ -7582,7 +7629,7 @@ module TencentCloud
|
|
7582
7629
|
# @type CurrencyCode: String
|
7583
7630
|
|
7584
7631
|
attr_accessor :Title, :QRCodeMark, :Code, :Number, :UserName, :Date, :Time, :StationGetOn, :StationGetOff, :Total, :Kind, :Province, :City, :CurrencyCode
|
7585
|
-
|
7632
|
+
|
7586
7633
|
def initialize(title=nil, qrcodemark=nil, code=nil, number=nil, username=nil, date=nil, time=nil, stationgeton=nil, stationgetoff=nil, total=nil, kind=nil, province=nil, city=nil, currencycode=nil)
|
7587
7634
|
@Title = title
|
7588
7635
|
@QRCodeMark = qrcodemark
|
@@ -7628,7 +7675,7 @@ module TencentCloud
|
|
7628
7675
|
# @type Row: Integer
|
7629
7676
|
|
7630
7677
|
attr_accessor :Name, :Value, :Row
|
7631
|
-
|
7678
|
+
|
7632
7679
|
def initialize(name=nil, value=nil, row=nil)
|
7633
7680
|
@Name = name
|
7634
7681
|
@Value = value
|
@@ -7710,10 +7757,16 @@ module TencentCloud
|
|
7710
7757
|
# @param TrainTicket: 火车票
|
7711
7758
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7712
7759
|
# @type TrainTicket: :class:`Tencentcloud::Ocr.v20181119.models.TrainTicket`
|
7760
|
+
# @param MedicalOutpatientInvoice: 医疗门诊收费票据(电子)
|
7761
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7762
|
+
# @type MedicalOutpatientInvoice: :class:`Tencentcloud::Ocr.v20181119.models.MedicalInvoice`
|
7763
|
+
# @param MedicalHospitalizedInvoice: 医疗住院收费票据(电子)
|
7764
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7765
|
+
# @type MedicalHospitalizedInvoice: :class:`Tencentcloud::Ocr.v20181119.models.MedicalInvoice`
|
7766
|
+
|
7767
|
+
attr_accessor :VatSpecialInvoice, :VatCommonInvoice, :VatElectronicCommonInvoice, :VatElectronicSpecialInvoice, :VatElectronicInvoiceBlockchain, :VatElectronicInvoiceToll, :VatElectronicSpecialInvoiceFull, :VatElectronicInvoiceFull, :MachinePrintedInvoice, :BusInvoice, :ShippingInvoice, :TollInvoice, :OtherInvoice, :MotorVehicleSaleInvoice, :UsedCarPurchaseInvoice, :VatInvoiceRoll, :TaxiTicket, :QuotaInvoice, :AirTransport, :NonTaxIncomeGeneralBill, :NonTaxIncomeElectronicBill, :TrainTicket, :MedicalOutpatientInvoice, :MedicalHospitalizedInvoice
|
7713
7768
|
|
7714
|
-
|
7715
|
-
|
7716
|
-
def initialize(vatspecialinvoice=nil, vatcommoninvoice=nil, vatelectroniccommoninvoice=nil, vatelectronicspecialinvoice=nil, vatelectronicinvoiceblockchain=nil, vatelectronicinvoicetoll=nil, vatelectronicspecialinvoicefull=nil, vatelectronicinvoicefull=nil, machineprintedinvoice=nil, businvoice=nil, shippinginvoice=nil, tollinvoice=nil, otherinvoice=nil, motorvehiclesaleinvoice=nil, usedcarpurchaseinvoice=nil, vatinvoiceroll=nil, taxiticket=nil, quotainvoice=nil, airtransport=nil, nontaxincomegeneralbill=nil, nontaxincomeelectronicbill=nil, trainticket=nil)
|
7769
|
+
def initialize(vatspecialinvoice=nil, vatcommoninvoice=nil, vatelectroniccommoninvoice=nil, vatelectronicspecialinvoice=nil, vatelectronicinvoiceblockchain=nil, vatelectronicinvoicetoll=nil, vatelectronicspecialinvoicefull=nil, vatelectronicinvoicefull=nil, machineprintedinvoice=nil, businvoice=nil, shippinginvoice=nil, tollinvoice=nil, otherinvoice=nil, motorvehiclesaleinvoice=nil, usedcarpurchaseinvoice=nil, vatinvoiceroll=nil, taxiticket=nil, quotainvoice=nil, airtransport=nil, nontaxincomegeneralbill=nil, nontaxincomeelectronicbill=nil, trainticket=nil, medicaloutpatientinvoice=nil, medicalhospitalizedinvoice=nil)
|
7717
7770
|
@VatSpecialInvoice = vatspecialinvoice
|
7718
7771
|
@VatCommonInvoice = vatcommoninvoice
|
7719
7772
|
@VatElectronicCommonInvoice = vatelectroniccommoninvoice
|
@@ -7736,6 +7789,8 @@ module TencentCloud
|
|
7736
7789
|
@NonTaxIncomeGeneralBill = nontaxincomegeneralbill
|
7737
7790
|
@NonTaxIncomeElectronicBill = nontaxincomeelectronicbill
|
7738
7791
|
@TrainTicket = trainticket
|
7792
|
+
@MedicalOutpatientInvoice = medicaloutpatientinvoice
|
7793
|
+
@MedicalHospitalizedInvoice = medicalhospitalizedinvoice
|
7739
7794
|
end
|
7740
7795
|
|
7741
7796
|
def deserialize(params)
|
@@ -7827,6 +7882,14 @@ module TencentCloud
|
|
7827
7882
|
@TrainTicket = TrainTicket.new
|
7828
7883
|
@TrainTicket.deserialize(params['TrainTicket'])
|
7829
7884
|
end
|
7885
|
+
unless params['MedicalOutpatientInvoice'].nil?
|
7886
|
+
@MedicalOutpatientInvoice = MedicalInvoice.new
|
7887
|
+
@MedicalOutpatientInvoice.deserialize(params['MedicalOutpatientInvoice'])
|
7888
|
+
end
|
7889
|
+
unless params['MedicalHospitalizedInvoice'].nil?
|
7890
|
+
@MedicalHospitalizedInvoice = MedicalInvoice.new
|
7891
|
+
@MedicalHospitalizedInvoice.deserialize(params['MedicalHospitalizedInvoice'])
|
7892
|
+
end
|
7830
7893
|
end
|
7831
7894
|
end
|
7832
7895
|
|
@@ -7838,7 +7901,7 @@ module TencentCloud
|
|
7838
7901
|
# @type FileOrderNumber: Integer
|
7839
7902
|
|
7840
7903
|
attr_accessor :FileUrl, :FileOrderNumber
|
7841
|
-
|
7904
|
+
|
7842
7905
|
def initialize(fileurl=nil, fileordernumber=nil)
|
7843
7906
|
@FileUrl = fileurl
|
7844
7907
|
@FileOrderNumber = fileordernumber
|
@@ -7875,7 +7938,7 @@ module TencentCloud
|
|
7875
7938
|
# @type ReturnFullText: Boolean
|
7876
7939
|
|
7877
7940
|
attr_accessor :ImageUrl, :ImageBase64, :ItemNames, :IsPdf, :PdfPageNumber, :ReturnFullText
|
7878
|
-
|
7941
|
+
|
7879
7942
|
def initialize(imageurl=nil, imagebase64=nil, itemnames=nil, ispdf=nil, pdfpagenumber=nil, returnfulltext=nil)
|
7880
7943
|
@ImageUrl = imageurl
|
7881
7944
|
@ImageBase64 = imagebase64
|
@@ -7906,7 +7969,7 @@ module TencentCloud
|
|
7906
7969
|
# @type RequestId: String
|
7907
7970
|
|
7908
7971
|
attr_accessor :Angle, :StructuralItems, :RequestId
|
7909
|
-
|
7972
|
+
|
7910
7973
|
def initialize(angle=nil, structuralitems=nil, requestid=nil)
|
7911
7974
|
@Angle = angle
|
7912
7975
|
@StructuralItems = structuralitems
|
@@ -7952,7 +8015,7 @@ module TencentCloud
|
|
7952
8015
|
# @type ReturnFullText: Boolean
|
7953
8016
|
|
7954
8017
|
attr_accessor :ImageUrl, :ImageBase64, :IsPdf, :PdfPageNumber, :ItemNames, :ReturnFullText
|
7955
|
-
|
8018
|
+
|
7956
8019
|
def initialize(imageurl=nil, imagebase64=nil, ispdf=nil, pdfpagenumber=nil, itemnames=nil, returnfulltext=nil)
|
7957
8020
|
@ImageUrl = imageurl
|
7958
8021
|
@ImageBase64 = imagebase64
|
@@ -7985,7 +8048,7 @@ module TencentCloud
|
|
7985
8048
|
# @type RequestId: String
|
7986
8049
|
|
7987
8050
|
attr_accessor :Angle, :StructuralList, :WordList, :RequestId
|
7988
|
-
|
8051
|
+
|
7989
8052
|
def initialize(angle=nil, structurallist=nil, wordlist=nil, requestid=nil)
|
7990
8053
|
@Angle = angle
|
7991
8054
|
@StructuralList = structurallist
|
@@ -8030,7 +8093,7 @@ module TencentCloud
|
|
8030
8093
|
# @type Row: Integer
|
8031
8094
|
|
8032
8095
|
attr_accessor :Name, :Value, :Confidence, :ItemCoord, :Row
|
8033
|
-
|
8096
|
+
|
8034
8097
|
def initialize(name=nil, value=nil, confidence=nil, itemcoord=nil, row=nil)
|
8035
8098
|
@Name = name
|
8036
8099
|
@Value = value
|
@@ -8076,7 +8139,7 @@ module TencentCloud
|
|
8076
8139
|
# @type Contents: Array
|
8077
8140
|
|
8078
8141
|
attr_accessor :ColTl, :RowTl, :ColBr, :RowBr, :Text, :Type, :Confidence, :Polygon, :AdvancedInfo, :Contents
|
8079
|
-
|
8142
|
+
|
8080
8143
|
def initialize(coltl=nil, rowtl=nil, colbr=nil, rowbr=nil, text=nil, type=nil, confidence=nil, polygon=nil, advancedinfo=nil, contents=nil)
|
8081
8144
|
@ColTl = coltl
|
8082
8145
|
@RowTl = rowtl
|
@@ -8138,7 +8201,7 @@ module TencentCloud
|
|
8138
8201
|
# @type Polygon: Array
|
8139
8202
|
|
8140
8203
|
attr_accessor :ColTl, :RowTl, :ColBr, :RowBr, :Text, :Type, :Confidence, :Polygon
|
8141
|
-
|
8204
|
+
|
8142
8205
|
def initialize(coltl=nil, rowtl=nil, colbr=nil, rowbr=nil, text=nil, type=nil, confidence=nil, polygon=nil)
|
8143
8206
|
@ColTl = coltl
|
8144
8207
|
@RowTl = rowtl
|
@@ -8188,7 +8251,7 @@ module TencentCloud
|
|
8188
8251
|
# @type TableCoordPoint: Array
|
8189
8252
|
|
8190
8253
|
attr_accessor :Cells, :Titles, :Type, :TableCoordPoint
|
8191
|
-
|
8254
|
+
|
8192
8255
|
def initialize(cells=nil, titles=nil, type=nil, tablecoordpoint=nil)
|
8193
8256
|
@Cells = cells
|
8194
8257
|
@Titles = titles
|
@@ -8240,7 +8303,7 @@ module TencentCloud
|
|
8240
8303
|
# @type TableCoordPoint: Array
|
8241
8304
|
|
8242
8305
|
attr_accessor :Cells, :Type, :TableCoordPoint
|
8243
|
-
|
8306
|
+
|
8244
8307
|
def initialize(cells=nil, type=nil, tablecoordpoint=nil)
|
8245
8308
|
@Cells = cells
|
8246
8309
|
@Type = type
|
@@ -8283,7 +8346,7 @@ module TencentCloud
|
|
8283
8346
|
# @type ImageUrl: String
|
8284
8347
|
|
8285
8348
|
attr_accessor :ImageBase64, :ImageUrl
|
8286
|
-
|
8349
|
+
|
8287
8350
|
def initialize(imagebase64=nil, imageurl=nil)
|
8288
8351
|
@ImageBase64 = imagebase64
|
8289
8352
|
@ImageUrl = imageurl
|
@@ -8305,7 +8368,7 @@ module TencentCloud
|
|
8305
8368
|
# @type RequestId: String
|
8306
8369
|
|
8307
8370
|
attr_accessor :TextDetections, :Data, :RequestId
|
8308
|
-
|
8371
|
+
|
8309
8372
|
def initialize(textdetections=nil, data=nil, requestid=nil)
|
8310
8373
|
@TextDetections = textdetections
|
8311
8374
|
@Data = data
|
@@ -8333,7 +8396,7 @@ module TencentCloud
|
|
8333
8396
|
# @type Text: String
|
8334
8397
|
|
8335
8398
|
attr_accessor :Text
|
8336
|
-
|
8399
|
+
|
8337
8400
|
def initialize(text=nil)
|
8338
8401
|
@Text = text
|
8339
8402
|
end
|
@@ -8362,7 +8425,7 @@ module TencentCloud
|
|
8362
8425
|
# @type PdfPageNumber: Integer
|
8363
8426
|
|
8364
8427
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
8365
|
-
|
8428
|
+
|
8366
8429
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
8367
8430
|
@ImageBase64 = imagebase64
|
8368
8431
|
@ImageUrl = imageurl
|
@@ -8410,7 +8473,7 @@ module TencentCloud
|
|
8410
8473
|
# @type RequestId: String
|
8411
8474
|
|
8412
8475
|
attr_accessor :InvoiceNum, :InvoiceCode, :Date, :Fare, :GetOnTime, :GetOffTime, :Distance, :Location, :PlateNumber, :InvoiceType, :Province, :City, :RequestId
|
8413
|
-
|
8476
|
+
|
8414
8477
|
def initialize(invoicenum=nil, invoicecode=nil, date=nil, fare=nil, getontime=nil, getofftime=nil, distance=nil, location=nil, platenumber=nil, invoicetype=nil, province=nil, city=nil, requestid=nil)
|
8415
8478
|
@InvoiceNum = invoicenum
|
8416
8479
|
@InvoiceCode = invoicecode
|
@@ -8484,7 +8547,7 @@ module TencentCloud
|
|
8484
8547
|
# @type CompanySealMark: Integer
|
8485
8548
|
|
8486
8549
|
attr_accessor :Title, :QRCodeMark, :Code, :Number, :Date, :TimeGetOn, :TimeGetOff, :Price, :Mileage, :Total, :Place, :Province, :City, :Kind, :LicensePlate, :FuelFee, :BookingCallFee, :CompanySealMark
|
8487
|
-
|
8550
|
+
|
8488
8551
|
def initialize(title=nil, qrcodemark=nil, code=nil, number=nil, date=nil, timegeton=nil, timegetoff=nil, price=nil, mileage=nil, total=nil, place=nil, province=nil, city=nil, kind=nil, licenseplate=nil, fuelfee=nil, bookingcallfee=nil, companysealmark=nil)
|
8489
8552
|
@Title = title
|
8490
8553
|
@QRCodeMark = qrcodemark
|
@@ -8560,7 +8623,7 @@ module TencentCloud
|
|
8560
8623
|
# @type Answer: String
|
8561
8624
|
|
8562
8625
|
attr_accessor :DetectedText, :Result, :Confidence, :Polygon, :AdvancedInfo, :ItemCoord, :ExpressionType, :Answer
|
8563
|
-
|
8626
|
+
|
8564
8627
|
def initialize(detectedtext=nil, result=nil, confidence=nil, polygon=nil, advancedinfo=nil, itemcoord=nil, expressiontype=nil, answer=nil)
|
8565
8628
|
@DetectedText = detectedtext
|
8566
8629
|
@Result = result
|
@@ -8609,7 +8672,7 @@ module TencentCloud
|
|
8609
8672
|
# @type ImageUrl: String
|
8610
8673
|
|
8611
8674
|
attr_accessor :ImageBase64, :ImageUrl
|
8612
|
-
|
8675
|
+
|
8613
8676
|
def initialize(imagebase64=nil, imageurl=nil)
|
8614
8677
|
@ImageBase64 = imagebase64
|
8615
8678
|
@ImageUrl = imageurl
|
@@ -8629,7 +8692,7 @@ module TencentCloud
|
|
8629
8692
|
# @type RequestId: String
|
8630
8693
|
|
8631
8694
|
attr_accessor :HasText, :RequestId
|
8632
|
-
|
8695
|
+
|
8633
8696
|
def initialize(hastext=nil, requestid=nil)
|
8634
8697
|
@HasText = hastext
|
8635
8698
|
@RequestId = requestid
|
@@ -8661,7 +8724,7 @@ module TencentCloud
|
|
8661
8724
|
# @type WordCoordPoint: Array
|
8662
8725
|
|
8663
8726
|
attr_accessor :DetectedText, :Confidence, :Polygon, :AdvancedInfo, :ItemPolygon, :Words, :WordCoordPoint
|
8664
|
-
|
8727
|
+
|
8665
8728
|
def initialize(detectedtext=nil, confidence=nil, polygon=nil, advancedinfo=nil, itempolygon=nil, words=nil, wordcoordpoint=nil)
|
8666
8729
|
@DetectedText = detectedtext
|
8667
8730
|
@Confidence = confidence
|
@@ -8726,7 +8789,7 @@ module TencentCloud
|
|
8726
8789
|
# @type Words: Array
|
8727
8790
|
|
8728
8791
|
attr_accessor :DetectedText, :Confidence, :Polygon, :AdvancedInfo, :WordCoordPoint, :CandWord, :Words
|
8729
|
-
|
8792
|
+
|
8730
8793
|
def initialize(detectedtext=nil, confidence=nil, polygon=nil, advancedinfo=nil, wordcoordpoint=nil, candword=nil, words=nil)
|
8731
8794
|
@DetectedText = detectedtext
|
8732
8795
|
@Confidence = confidence
|
@@ -8784,7 +8847,7 @@ module TencentCloud
|
|
8784
8847
|
# @type Polygon: Array
|
8785
8848
|
|
8786
8849
|
attr_accessor :Value, :Polygon
|
8787
|
-
|
8850
|
+
|
8788
8851
|
def initialize(value=nil, polygon=nil)
|
8789
8852
|
@Value = value
|
8790
8853
|
@Polygon = polygon
|
@@ -8813,7 +8876,7 @@ module TencentCloud
|
|
8813
8876
|
# @type Itemcoord: :class:`Tencentcloud::Ocr.v20181119.models.ItemCoord`
|
8814
8877
|
|
8815
8878
|
attr_accessor :Item, :DetectedText, :Itemcoord
|
8816
|
-
|
8879
|
+
|
8817
8880
|
def initialize(item=nil, detectedtext=nil, itemcoord=nil)
|
8818
8881
|
@Item = item
|
8819
8882
|
@DetectedText = detectedtext
|
@@ -8836,7 +8899,7 @@ module TencentCloud
|
|
8836
8899
|
# @type DetectedText: String
|
8837
8900
|
|
8838
8901
|
attr_accessor :DetectedText
|
8839
|
-
|
8902
|
+
|
8840
8903
|
def initialize(detectedtext=nil)
|
8841
8904
|
@DetectedText = detectedtext
|
8842
8905
|
end
|
@@ -8863,7 +8926,7 @@ module TencentCloud
|
|
8863
8926
|
# @type WordPolygon: Array
|
8864
8927
|
|
8865
8928
|
attr_accessor :DetectedText, :Confidence, :Polygon, :AdvancedInfo, :WordPolygon
|
8866
|
-
|
8929
|
+
|
8867
8930
|
def initialize(detectedtext=nil, confidence=nil, polygon=nil, advancedinfo=nil, wordpolygon=nil)
|
8868
8931
|
@DetectedText = detectedtext
|
8869
8932
|
@Confidence = confidence
|
@@ -8917,7 +8980,7 @@ module TencentCloud
|
|
8917
8980
|
# @type AdvancedInfo: String
|
8918
8981
|
|
8919
8982
|
attr_accessor :ColTl, :RowTl, :ColBr, :RowBr, :Text, :Type, :Confidence, :Polygon, :AdvancedInfo
|
8920
|
-
|
8983
|
+
|
8921
8984
|
def initialize(coltl=nil, rowtl=nil, colbr=nil, rowbr=nil, text=nil, type=nil, confidence=nil, polygon=nil, advancedinfo=nil)
|
8922
8985
|
@ColTl = coltl
|
8923
8986
|
@RowTl = rowtl
|
@@ -8963,7 +9026,7 @@ module TencentCloud
|
|
8963
9026
|
# @type Polygon: :class:`Tencentcloud::Ocr.v20181119.models.Polygon`
|
8964
9027
|
|
8965
9028
|
attr_accessor :Name, :Value, :Polygon
|
8966
|
-
|
9029
|
+
|
8967
9030
|
def initialize(name=nil, value=nil, polygon=nil)
|
8968
9031
|
@Name = name
|
8969
9032
|
@Value = value
|
@@ -9017,7 +9080,7 @@ module TencentCloud
|
|
9017
9080
|
# @type SubPageCode: String
|
9018
9081
|
|
9019
9082
|
attr_accessor :PlateNo, :FileNo, :AllowNum, :TotalMass, :CurbWeight, :LoadQuality, :ExternalSize, :Marks, :Record, :TotalQuasiMass, :SubPageCode
|
9020
|
-
|
9083
|
+
|
9021
9084
|
def initialize(plateno=nil, fileno=nil, allownum=nil, totalmass=nil, curbweight=nil, loadquality=nil, externalsize=nil, marks=nil, record=nil, totalquasimass=nil, subpagecode=nil)
|
9022
9085
|
@PlateNo = plateno
|
9023
9086
|
@FileNo = fileno
|
@@ -9084,7 +9147,7 @@ module TencentCloud
|
|
9084
9147
|
# @type Seal: String
|
9085
9148
|
|
9086
9149
|
attr_accessor :PlateNo, :VehicleType, :Owner, :Address, :UseCharacter, :Model, :Vin, :EngineNo, :RegisterDate, :IssueDate, :Seal
|
9087
|
-
|
9150
|
+
|
9088
9151
|
def initialize(plateno=nil, vehicletype=nil, owner=nil, address=nil, usecharacter=nil, model=nil, vin=nil, engineno=nil, registerdate=nil, issuedate=nil, seal=nil)
|
9089
9152
|
@PlateNo = plateno
|
9090
9153
|
@VehicleType = vehicletype
|
@@ -9132,7 +9195,7 @@ module TencentCloud
|
|
9132
9195
|
# @type WaybillNum: :class:`Tencentcloud::Ocr.v20181119.models.WaybillObj`
|
9133
9196
|
|
9134
9197
|
attr_accessor :RecName, :RecNum, :RecAddr, :SenderName, :SenderNum, :SenderAddr, :WaybillNum
|
9135
|
-
|
9198
|
+
|
9136
9199
|
def initialize(recname=nil, recnum=nil, recaddr=nil, sendername=nil, sendernum=nil, senderaddr=nil, waybillnum=nil)
|
9137
9200
|
@RecName = recname
|
9138
9201
|
@RecNum = recnum
|
@@ -9201,7 +9264,7 @@ module TencentCloud
|
|
9201
9264
|
# @type QRCodeMark: Integer
|
9202
9265
|
|
9203
9266
|
attr_accessor :Title, :Code, :Number, :Total, :Kind, :Date, :Time, :Entrance, :Exit, :HighwayMark, :QRCodeMark
|
9204
|
-
|
9267
|
+
|
9205
9268
|
def initialize(title=nil, code=nil, number=nil, total=nil, kind=nil, date=nil, time=nil, entrance=nil, exit=nil, highwaymark=nil, qrcodemark=nil)
|
9206
9269
|
@Title = title
|
9207
9270
|
@Code = code
|
@@ -9242,7 +9305,7 @@ module TencentCloud
|
|
9242
9305
|
# @type Rect: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
|
9243
9306
|
|
9244
9307
|
attr_accessor :Name, :Value, :Rect
|
9245
|
-
|
9308
|
+
|
9246
9309
|
def initialize(name=nil, value=nil, rect=nil)
|
9247
9310
|
@Name = name
|
9248
9311
|
@Value = value
|
@@ -9278,7 +9341,7 @@ module TencentCloud
|
|
9278
9341
|
# @type PdfPageNumber: Integer
|
9279
9342
|
|
9280
9343
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
9281
|
-
|
9344
|
+
|
9282
9345
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
9283
9346
|
@ImageBase64 = imagebase64
|
9284
9347
|
@ImageUrl = imageurl
|
@@ -9304,7 +9367,7 @@ module TencentCloud
|
|
9304
9367
|
# @type RequestId: String
|
9305
9368
|
|
9306
9369
|
attr_accessor :TollInvoiceInfos, :Angle, :RequestId
|
9307
|
-
|
9370
|
+
|
9308
9371
|
def initialize(tollinvoiceinfos=nil, angle=nil, requestid=nil)
|
9309
9372
|
@TollInvoiceInfos = tollinvoiceinfos
|
9310
9373
|
@Angle = angle
|
@@ -9377,7 +9440,7 @@ module TencentCloud
|
|
9377
9440
|
# @type ReimburseOnlyMark: Integer
|
9378
9441
|
|
9379
9442
|
attr_accessor :Title, :Number, :DateGetOn, :TimeGetOn, :Name, :StationGetOn, :StationGetOff, :Seat, :Total, :Kind, :SerialNumber, :UserID, :GateNumber, :TrainNumber, :HandlingFee, :OriginalFare, :TotalCn, :SeatNumber, :PickUpAddress, :TicketChange, :AdditionalFare, :ReceiptNumber, :QRCodeMark, :ReimburseOnlyMark
|
9380
|
-
|
9443
|
+
|
9381
9444
|
def initialize(title=nil, number=nil, dategeton=nil, timegeton=nil, name=nil, stationgeton=nil, stationgetoff=nil, seat=nil, total=nil, kind=nil, serialnumber=nil, userid=nil, gatenumber=nil, trainnumber=nil, handlingfee=nil, originalfare=nil, totalcn=nil, seatnumber=nil, pickupaddress=nil, ticketchange=nil, additionalfare=nil, receiptnumber=nil, qrcodemark=nil, reimburseonlymark=nil)
|
9382
9445
|
@Title = title
|
9383
9446
|
@Number = number
|
@@ -9452,7 +9515,7 @@ module TencentCloud
|
|
9452
9515
|
# @type PdfPageNumber: Integer
|
9453
9516
|
|
9454
9517
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
9455
|
-
|
9518
|
+
|
9456
9519
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
9457
9520
|
@ImageBase64 = imagebase64
|
9458
9521
|
@ImageUrl = imageurl
|
@@ -9514,7 +9577,7 @@ module TencentCloud
|
|
9514
9577
|
# @type RequestId: String
|
9515
9578
|
|
9516
9579
|
attr_accessor :TicketNum, :StartStation, :DestinationStation, :Date, :TrainNum, :Seat, :Name, :Price, :SeatCategory, :ID, :InvoiceType, :SerialNumber, :AdditionalCost, :HandlingFee, :LegalAmount, :TicketStation, :OriginalPrice, :InvoiceStyle, :ReceiptNumber, :IsReceipt, :RequestId
|
9517
|
-
|
9580
|
+
|
9518
9581
|
def initialize(ticketnum=nil, startstation=nil, destinationstation=nil, date=nil, trainnum=nil, seat=nil, name=nil, price=nil, seatcategory=nil, id=nil, invoicetype=nil, serialnumber=nil, additionalcost=nil, handlingfee=nil, legalamount=nil, ticketstation=nil, originalprice=nil, invoicestyle=nil, receiptnumber=nil, isreceipt=nil, requestid=nil)
|
9519
9582
|
@TicketNum = ticketnum
|
9520
9583
|
@StartStation = startstation
|
@@ -9634,7 +9697,7 @@ module TencentCloud
|
|
9634
9697
|
# @type CompanySealMark: Integer
|
9635
9698
|
|
9636
9699
|
attr_accessor :Title, :QRCodeMark, :Code, :Number, :Date, :Total, :TotalCn, :Seller, :SellerTel, :SellerTaxID, :SellerAddress, :Buyer, :BuyerID, :BuyerAddress, :BuyerTel, :CompanyName, :CompanyTaxID, :CompanyBankAccount, :CompanyTel, :CompanyAddress, :TransferAdministrationName, :LicensePlate, :RegistrationNumber, :VIN, :VehicleModel, :Kind, :Province, :City, :VehicleType, :Remark, :FormType, :FormName, :CompanySealMark
|
9637
|
-
|
9700
|
+
|
9638
9701
|
def initialize(title=nil, qrcodemark=nil, code=nil, number=nil, date=nil, total=nil, totalcn=nil, seller=nil, sellertel=nil, sellertaxid=nil, selleraddress=nil, buyer=nil, buyerid=nil, buyeraddress=nil, buyertel=nil, companyname=nil, companytaxid=nil, companybankaccount=nil, companytel=nil, companyaddress=nil, transferadministrationname=nil, licenseplate=nil, registrationnumber=nil, vin=nil, vehiclemodel=nil, kind=nil, province=nil, city=nil, vehicletype=nil, remark=nil, formtype=nil, formname=nil, companysealmark=nil)
|
9639
9702
|
@Title = title
|
9640
9703
|
@QRCodeMark = qrcodemark
|
@@ -9760,7 +9823,7 @@ module TencentCloud
|
|
9760
9823
|
# @type MarketTel: String
|
9761
9824
|
|
9762
9825
|
attr_accessor :TaxBureau, :Buyer, :BuyerNo, :BuyerAddress, :BuyerTel, :Seller, :SellerNo, :SellerAddress, :SellerTel, :VehicleLicenseNo, :RegisterNo, :VehicleIdentifyNo, :ManagementOffice, :VehicleTotalPrice, :Auctioneer, :AuctioneerAddress, :AuctioneerTaxpayerNum, :AuctioneerBankAccount, :AuctioneerTel, :Market, :MarketTaxpayerNum, :MarketAddress, :MarketBankAccount, :MarketTel
|
9763
|
-
|
9826
|
+
|
9764
9827
|
def initialize(taxbureau=nil, buyer=nil, buyerno=nil, buyeraddress=nil, buyertel=nil, seller=nil, sellerno=nil, selleraddress=nil, sellertel=nil, vehiclelicenseno=nil, registerno=nil, vehicleidentifyno=nil, managementoffice=nil, vehicletotalprice=nil, auctioneer=nil, auctioneeraddress=nil, auctioneertaxpayernum=nil, auctioneerbankaccount=nil, auctioneertel=nil, market=nil, markettaxpayernum=nil, marketaddress=nil, marketbankaccount=nil, markettel=nil)
|
9765
9828
|
@TaxBureau = taxbureau
|
9766
9829
|
@Buyer = buyer
|
@@ -9825,7 +9888,7 @@ module TencentCloud
|
|
9825
9888
|
# @type Coord: :class:`Tencentcloud::Ocr.v20181119.models.Polygon`
|
9826
9889
|
|
9827
9890
|
attr_accessor :AutoContent, :Coord
|
9828
|
-
|
9891
|
+
|
9829
9892
|
def initialize(autocontent=nil, coord=nil)
|
9830
9893
|
@AutoContent = autocontent
|
9831
9894
|
@Coord = coord
|
@@ -9876,7 +9939,7 @@ module TencentCloud
|
|
9876
9939
|
# @type VatElectronicItems: Array
|
9877
9940
|
|
9878
9941
|
attr_accessor :Title, :Number, :Date, :PretaxAmount, :Tax, :Total, :TotalCn, :Seller, :SellerTaxID, :Buyer, :BuyerTaxID, :Issuer, :Remark, :SubTotal, :SubTax, :VatElectronicItems
|
9879
|
-
|
9942
|
+
|
9880
9943
|
def initialize(title=nil, number=nil, date=nil, pretaxamount=nil, tax=nil, total=nil, totalcn=nil, seller=nil, sellertaxid=nil, buyer=nil, buyertaxid=nil, issuer=nil, remark=nil, subtotal=nil, subtax=nil, vatelectronicitems=nil)
|
9881
9944
|
@Title = title
|
9882
9945
|
@Number = number
|
@@ -9961,7 +10024,7 @@ module TencentCloud
|
|
9961
10024
|
# @type AreaUnit: String
|
9962
10025
|
|
9963
10026
|
attr_accessor :Name, :Quantity, :Specification, :Price, :Total, :TaxRate, :Tax, :Unit, :VehicleType, :VehicleBrand, :DeparturePlace, :ArrivalPlace, :TransportItemsName, :PlaceOfBuildingService, :BuildingName, :EstateNumber, :AreaUnit
|
9964
|
-
|
10027
|
+
|
9965
10028
|
def initialize(name=nil, quantity=nil, specification=nil, price=nil, total=nil, taxrate=nil, tax=nil, unit=nil, vehicletype=nil, vehiclebrand=nil, departureplace=nil, arrivalplace=nil, transportitemsname=nil, placeofbuildingservice=nil, buildingname=nil, estatenumber=nil, areaunit=nil)
|
9966
10029
|
@Name = name
|
9967
10030
|
@Quantity = quantity
|
@@ -10071,7 +10134,7 @@ module TencentCloud
|
|
10071
10134
|
# @type TrafficFreeFlag: String
|
10072
10135
|
|
10073
10136
|
attr_accessor :Code, :Number, :Date, :BuyerName, :BuyerTaxCode, :BuyerAddressPhone, :BuyerBankAccount, :SellerName, :SellerTaxCode, :SellerAddressPhone, :SellerBankAccount, :Remark, :MachineNo, :Type, :CheckCode, :IsAbandoned, :HasSellerList, :SellerListTitle, :SellerListTax, :AmountWithoutTax, :TaxAmount, :AmountWithTax, :Items, :TaxBureau, :TrafficFreeFlag
|
10074
|
-
|
10137
|
+
|
10075
10138
|
def initialize(code=nil, number=nil, date=nil, buyername=nil, buyertaxcode=nil, buyeraddressphone=nil, buyerbankaccount=nil, sellername=nil, sellertaxcode=nil, selleraddressphone=nil, sellerbankaccount=nil, remark=nil, machineno=nil, type=nil, checkcode=nil, isabandoned=nil, hassellerlist=nil, sellerlisttitle=nil, sellerlisttax=nil, amountwithouttax=nil, taxamount=nil, amountwithtax=nil, items=nil, taxbureau=nil, trafficfreeflag=nil)
|
10076
10139
|
@Code = code
|
10077
10140
|
@Number = number
|
@@ -10156,7 +10219,7 @@ module TencentCloud
|
|
10156
10219
|
# @type TaxAmount: String
|
10157
10220
|
|
10158
10221
|
attr_accessor :Item, :Specification, :MeasurementDimension, :Price, :Quantity, :Amount, :TaxScheme, :TaxAmount
|
10159
|
-
|
10222
|
+
|
10160
10223
|
def initialize(item=nil, specification=nil, measurementdimension=nil, price=nil, quantity=nil, amount=nil, taxscheme=nil, taxamount=nil)
|
10161
10224
|
@Item = item
|
10162
10225
|
@Specification = specification
|
@@ -10260,10 +10323,16 @@ module TencentCloud
|
|
10260
10323
|
# @type CodeConfirm: String
|
10261
10324
|
# @param Receiptor: 收款人
|
10262
10325
|
# @type Receiptor: String
|
10326
|
+
# @param ElectronicFullMark: 是否有全电纸质票(0:没有,1:有)
|
10327
|
+
# @type ElectronicFullMark: Integer
|
10328
|
+
# @param ElectronicFullNumber: 全电号码
|
10329
|
+
# @type ElectronicFullNumber: String
|
10330
|
+
# @param FormName: 发票联名
|
10331
|
+
# @type FormName: String
|
10332
|
+
|
10333
|
+
attr_accessor :CheckCode, :FormType, :TravelTax, :BuyerAddrTel, :BuyerBankAccount, :CompanySealContent, :TaxSealContent, :ServiceName, :City, :QRCodeMark, :AgentMark, :TransitMark, :OilMark, :Title, :Kind, :Code, :Number, :NumberConfirm, :Date, :Total, :TotalCn, :PretaxAmount, :Tax, :MachineCode, :Ciphertext, :Remark, :Seller, :SellerTaxID, :SellerAddrTel, :SellerBankAccount, :Buyer, :BuyerTaxID, :CompanySealMark, :Issuer, :Reviewer, :Province, :VatInvoiceItemInfos, :CodeConfirm, :Receiptor, :ElectronicFullMark, :ElectronicFullNumber, :FormName
|
10263
10334
|
|
10264
|
-
|
10265
|
-
|
10266
|
-
def initialize(checkcode=nil, formtype=nil, traveltax=nil, buyeraddrtel=nil, buyerbankaccount=nil, companysealcontent=nil, taxsealcontent=nil, servicename=nil, city=nil, qrcodemark=nil, agentmark=nil, transitmark=nil, oilmark=nil, title=nil, kind=nil, code=nil, number=nil, numberconfirm=nil, date=nil, total=nil, totalcn=nil, pretaxamount=nil, tax=nil, machinecode=nil, ciphertext=nil, remark=nil, seller=nil, sellertaxid=nil, selleraddrtel=nil, sellerbankaccount=nil, buyer=nil, buyertaxid=nil, companysealmark=nil, issuer=nil, reviewer=nil, province=nil, vatinvoiceiteminfos=nil, codeconfirm=nil, receiptor=nil)
|
10335
|
+
def initialize(checkcode=nil, formtype=nil, traveltax=nil, buyeraddrtel=nil, buyerbankaccount=nil, companysealcontent=nil, taxsealcontent=nil, servicename=nil, city=nil, qrcodemark=nil, agentmark=nil, transitmark=nil, oilmark=nil, title=nil, kind=nil, code=nil, number=nil, numberconfirm=nil, date=nil, total=nil, totalcn=nil, pretaxamount=nil, tax=nil, machinecode=nil, ciphertext=nil, remark=nil, seller=nil, sellertaxid=nil, selleraddrtel=nil, sellerbankaccount=nil, buyer=nil, buyertaxid=nil, companysealmark=nil, issuer=nil, reviewer=nil, province=nil, vatinvoiceiteminfos=nil, codeconfirm=nil, receiptor=nil, electronicfullmark=nil, electronicfullnumber=nil, formname=nil)
|
10267
10336
|
@CheckCode = checkcode
|
10268
10337
|
@FormType = formtype
|
10269
10338
|
@TravelTax = traveltax
|
@@ -10303,6 +10372,9 @@ module TencentCloud
|
|
10303
10372
|
@VatInvoiceItemInfos = vatinvoiceiteminfos
|
10304
10373
|
@CodeConfirm = codeconfirm
|
10305
10374
|
@Receiptor = receiptor
|
10375
|
+
@ElectronicFullMark = electronicfullmark
|
10376
|
+
@ElectronicFullNumber = electronicfullnumber
|
10377
|
+
@FormName = formname
|
10306
10378
|
end
|
10307
10379
|
|
10308
10380
|
def deserialize(params)
|
@@ -10352,6 +10424,9 @@ module TencentCloud
|
|
10352
10424
|
end
|
10353
10425
|
@CodeConfirm = params['CodeConfirm']
|
10354
10426
|
@Receiptor = params['Receiptor']
|
10427
|
+
@ElectronicFullMark = params['ElectronicFullMark']
|
10428
|
+
@ElectronicFullNumber = params['ElectronicFullNumber']
|
10429
|
+
@FormName = params['FormName']
|
10355
10430
|
end
|
10356
10431
|
end
|
10357
10432
|
|
@@ -10393,7 +10468,7 @@ module TencentCloud
|
|
10393
10468
|
# @type ConstructionName: String
|
10394
10469
|
|
10395
10470
|
attr_accessor :LineNo, :Name, :Spec, :Unit, :Quantity, :UnitPrice, :AmountWithoutTax, :TaxRate, :TaxAmount, :TaxClassifyCode, :VehicleType, :VehicleBrand, :DeparturePlace, :ArrivalPlace, :TransportItemsName, :ConstructionPlace, :ConstructionName
|
10396
|
-
|
10471
|
+
|
10397
10472
|
def initialize(lineno=nil, name=nil, spec=nil, unit=nil, quantity=nil, unitprice=nil, amountwithouttax=nil, taxrate=nil, taxamount=nil, taxclassifycode=nil, vehicletype=nil, vehiclebrand=nil, departureplace=nil, arrivalplace=nil, transportitemsname=nil, constructionplace=nil, constructionname=nil)
|
10398
10473
|
@LineNo = lineno
|
10399
10474
|
@Name = name
|
@@ -10463,7 +10538,7 @@ module TencentCloud
|
|
10463
10538
|
# @type VehicleType: String
|
10464
10539
|
|
10465
10540
|
attr_accessor :Name, :Specification, :Unit, :Quantity, :Price, :Total, :TaxRate, :Tax, :DateStart, :DateEnd, :LicensePlate, :VehicleType
|
10466
|
-
|
10541
|
+
|
10467
10542
|
def initialize(name=nil, specification=nil, unit=nil, quantity=nil, price=nil, total=nil, taxrate=nil, tax=nil, datestart=nil, dateend=nil, licenseplate=nil, vehicletype=nil)
|
10468
10543
|
@Name = name
|
10469
10544
|
@Specification = specification
|
@@ -10516,7 +10591,7 @@ module TencentCloud
|
|
10516
10591
|
# @type PdfPageNumber: Integer
|
10517
10592
|
|
10518
10593
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
10519
|
-
|
10594
|
+
|
10520
10595
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
10521
10596
|
@ImageBase64 = imagebase64
|
10522
10597
|
@ImageUrl = imageurl
|
@@ -10546,7 +10621,7 @@ module TencentCloud
|
|
10546
10621
|
# @type RequestId: String
|
10547
10622
|
|
10548
10623
|
attr_accessor :VatInvoiceInfos, :Items, :PdfPageSize, :Angle, :RequestId
|
10549
|
-
|
10624
|
+
|
10550
10625
|
def initialize(vatinvoiceinfos=nil, items=nil, pdfpagesize=nil, angle=nil, requestid=nil)
|
10551
10626
|
@VatInvoiceInfos = vatinvoiceinfos
|
10552
10627
|
@Items = items
|
@@ -10626,7 +10701,7 @@ module TencentCloud
|
|
10626
10701
|
# @type VatRollItems: Array
|
10627
10702
|
|
10628
10703
|
attr_accessor :Title, :Code, :Number, :NumberConfirm, :Date, :CheckCode, :Seller, :SellerTaxID, :Buyer, :BuyerTaxID, :Category, :Total, :TotalCn, :Kind, :Province, :City, :CompanySealMark, :QRCodeMark, :ServiceName, :CompanySealContent, :TaxSealContent, :VatRollItems
|
10629
|
-
|
10704
|
+
|
10630
10705
|
def initialize(title=nil, code=nil, number=nil, numberconfirm=nil, date=nil, checkcode=nil, seller=nil, sellertaxid=nil, buyer=nil, buyertaxid=nil, category=nil, total=nil, totalcn=nil, kind=nil, province=nil, city=nil, companysealmark=nil, qrcodemark=nil, servicename=nil, companysealcontent=nil, taxsealcontent=nil, vatrollitems=nil)
|
10631
10706
|
@Title = title
|
10632
10707
|
@Code = code
|
@@ -10697,7 +10772,7 @@ module TencentCloud
|
|
10697
10772
|
# @type FinancialAccount: String
|
10698
10773
|
|
10699
10774
|
attr_accessor :Name, :TaxId, :AddrTel, :FinancialAccount
|
10700
|
-
|
10775
|
+
|
10701
10776
|
def initialize(name=nil, taxid=nil, addrtel=nil, financialaccount=nil)
|
10702
10777
|
@Name = name
|
10703
10778
|
@TaxId = taxid
|
@@ -10737,7 +10812,7 @@ module TencentCloud
|
|
10737
10812
|
# @type EnableCommonElectronic: Boolean
|
10738
10813
|
|
10739
10814
|
attr_accessor :InvoiceNo, :InvoiceDate, :InvoiceCode, :InvoiceKind, :CheckCode, :Amount, :RegionCode, :SellerTaxCode, :EnableCommonElectronic
|
10740
|
-
|
10815
|
+
|
10741
10816
|
def initialize(invoiceno=nil, invoicedate=nil, invoicecode=nil, invoicekind=nil, checkcode=nil, amount=nil, regioncode=nil, sellertaxcode=nil, enablecommonelectronic=nil)
|
10742
10817
|
@InvoiceNo = invoiceno
|
10743
10818
|
@InvoiceDate = invoicedate
|
@@ -10777,7 +10852,7 @@ module TencentCloud
|
|
10777
10852
|
# @type RequestId: String
|
10778
10853
|
|
10779
10854
|
attr_accessor :Invoice, :VehicleInvoiceInfo, :UsedVehicleInvoiceInfo, :PassInvoiceInfoList, :RequestId
|
10780
|
-
|
10855
|
+
|
10781
10856
|
def initialize(invoice=nil, vehicleinvoiceinfo=nil, usedvehicleinvoiceinfo=nil, passinvoiceinfolist=nil, requestid=nil)
|
10782
10857
|
@Invoice = invoice
|
10783
10858
|
@VehicleInvoiceInfo = vehicleinvoiceinfo
|
@@ -10835,7 +10910,7 @@ module TencentCloud
|
|
10835
10910
|
# @type Additional: String
|
10836
10911
|
|
10837
10912
|
attr_accessor :InvoiceCode, :InvoiceNo, :InvoiceDate, :Additional
|
10838
|
-
|
10913
|
+
|
10839
10914
|
def initialize(invoicecode=nil, invoiceno=nil, invoicedate=nil, additional=nil)
|
10840
10915
|
@InvoiceCode = invoicecode
|
10841
10916
|
@InvoiceNo = invoiceno
|
@@ -10863,7 +10938,7 @@ module TencentCloud
|
|
10863
10938
|
# @type RequestId: String
|
10864
10939
|
|
10865
10940
|
attr_accessor :Invoice, :VehicleInvoiceInfo, :UsedVehicleInvoiceInfo, :RequestId
|
10866
|
-
|
10941
|
+
|
10867
10942
|
def initialize(invoice=nil, vehicleinvoiceinfo=nil, usedvehicleinvoiceinfo=nil, requestid=nil)
|
10868
10943
|
@Invoice = invoice
|
10869
10944
|
@VehicleInvoiceInfo = vehicleinvoiceinfo
|
@@ -10899,7 +10974,7 @@ module TencentCloud
|
|
10899
10974
|
# @type Rect: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
|
10900
10975
|
|
10901
10976
|
attr_accessor :Name, :Value, :Rect
|
10902
|
-
|
10977
|
+
|
10903
10978
|
def initialize(name=nil, value=nil, rect=nil)
|
10904
10979
|
@Name = name
|
10905
10980
|
@Value = value
|
@@ -10935,7 +11010,7 @@ module TencentCloud
|
|
10935
11010
|
# @type PdfPageNumber: Integer
|
10936
11011
|
|
10937
11012
|
attr_accessor :ImageBase64, :ImageUrl, :IsPdf, :PdfPageNumber
|
10938
|
-
|
11013
|
+
|
10939
11014
|
def initialize(imagebase64=nil, imageurl=nil, ispdf=nil, pdfpagenumber=nil)
|
10940
11015
|
@ImageBase64 = imagebase64
|
10941
11016
|
@ImageUrl = imageurl
|
@@ -10961,7 +11036,7 @@ module TencentCloud
|
|
10961
11036
|
# @type RequestId: String
|
10962
11037
|
|
10963
11038
|
attr_accessor :VatRollInvoiceInfos, :Angle, :RequestId
|
10964
|
-
|
11039
|
+
|
10965
11040
|
def initialize(vatrollinvoiceinfos=nil, angle=nil, requestid=nil)
|
10966
11041
|
@VatRollInvoiceInfos = vatrollinvoiceinfos
|
10967
11042
|
@Angle = angle
|
@@ -10994,7 +11069,7 @@ module TencentCloud
|
|
10994
11069
|
# @type Total: String
|
10995
11070
|
|
10996
11071
|
attr_accessor :Name, :Quantity, :Price, :Total
|
10997
|
-
|
11072
|
+
|
10998
11073
|
def initialize(name=nil, quantity=nil, price=nil, total=nil)
|
10999
11074
|
@Name = name
|
11000
11075
|
@Quantity = quantity
|
@@ -11052,7 +11127,7 @@ module TencentCloud
|
|
11052
11127
|
# @type BuyerNo: String
|
11053
11128
|
|
11054
11129
|
attr_accessor :CarType, :PlateModel, :ProduceAddress, :CertificateNo, :ImportNo, :VinNo, :PayTaxesNo, :Tonnage, :LimitCount, :EngineNo, :BizCheckFormNo, :TaxtationOrgCode, :TaxtationOrgName, :MotorTaxRate, :MotorBankName, :MotorBankAccount, :SellerAddress, :SellerTel, :BuyerNo
|
11055
|
-
|
11130
|
+
|
11056
11131
|
def initialize(cartype=nil, platemodel=nil, produceaddress=nil, certificateno=nil, importno=nil, vinno=nil, paytaxesno=nil, tonnage=nil, limitcount=nil, engineno=nil, bizcheckformno=nil, taxtationorgcode=nil, taxtationorgname=nil, motortaxrate=nil, motorbankname=nil, motorbankaccount=nil, selleraddress=nil, sellertel=nil, buyerno=nil)
|
11057
11132
|
@CarType = cartype
|
11058
11133
|
@PlateModel = platemodel
|
@@ -11113,7 +11188,7 @@ module TencentCloud
|
|
11113
11188
|
# @type CardSide: String
|
11114
11189
|
|
11115
11190
|
attr_accessor :ImageBase64, :ImageUrl, :CardSide
|
11116
|
-
|
11191
|
+
|
11117
11192
|
def initialize(imagebase64=nil, imageurl=nil, cardside=nil)
|
11118
11193
|
@ImageBase64 = imagebase64
|
11119
11194
|
@ImageUrl = imageurl
|
@@ -11151,7 +11226,7 @@ module TencentCloud
|
|
11151
11226
|
# @type RequestId: String
|
11152
11227
|
|
11153
11228
|
attr_accessor :FrontInfo, :BackInfo, :RecognizeWarnCode, :RecognizeWarnMsg, :RequestId
|
11154
|
-
|
11229
|
+
|
11155
11230
|
def initialize(frontinfo=nil, backinfo=nil, recognizewarncode=nil, recognizewarnmsg=nil, requestid=nil)
|
11156
11231
|
@FrontInfo = frontinfo
|
11157
11232
|
@BackInfo = backinfo
|
@@ -11194,7 +11269,7 @@ module TencentCloud
|
|
11194
11269
|
# @type Value: String
|
11195
11270
|
|
11196
11271
|
attr_accessor :Name, :Value
|
11197
|
-
|
11272
|
+
|
11198
11273
|
def initialize(name=nil, value=nil)
|
11199
11274
|
@Name = name
|
11200
11275
|
@Value = value
|
@@ -11221,7 +11296,7 @@ module TencentCloud
|
|
11221
11296
|
# @type ImageUrl: String
|
11222
11297
|
|
11223
11298
|
attr_accessor :ImageBase64, :ImageUrl
|
11224
|
-
|
11299
|
+
|
11225
11300
|
def initialize(imagebase64=nil, imageurl=nil)
|
11226
11301
|
@ImageBase64 = imagebase64
|
11227
11302
|
@ImageUrl = imageurl
|
@@ -11241,7 +11316,7 @@ module TencentCloud
|
|
11241
11316
|
# @type RequestId: String
|
11242
11317
|
|
11243
11318
|
attr_accessor :VehicleRegCertInfos, :RequestId
|
11244
|
-
|
11319
|
+
|
11245
11320
|
def initialize(vehicleregcertinfos=nil, requestid=nil)
|
11246
11321
|
@VehicleRegCertInfos = vehicleregcertinfos
|
11247
11322
|
@RequestId = requestid
|
@@ -11290,7 +11365,7 @@ module TencentCloud
|
|
11290
11365
|
# @type EstablishTime: Boolean
|
11291
11366
|
|
11292
11367
|
attr_accessor :ImageBase64, :ImageUrl, :ImageConfig, :RegNum, :Name, :Address, :RegCapital, :EstablishTime
|
11293
|
-
|
11368
|
+
|
11294
11369
|
def initialize(imagebase64=nil, imageurl=nil, imageconfig=nil, regnum=nil, name=nil, address=nil, regcapital=nil, establishtime=nil)
|
11295
11370
|
@ImageBase64 = imagebase64
|
11296
11371
|
@ImageUrl = imageurl
|
@@ -11356,7 +11431,7 @@ module TencentCloud
|
|
11356
11431
|
# @type RequestId: String
|
11357
11432
|
|
11358
11433
|
attr_accessor :ErrorCode, :CreditCode, :Opfrom, :Opto, :Frname, :Entstatus, :Zsopscope, :Reason, :Oriregno, :VerifyRegno, :Regno, :VerifyEntname, :Entname, :VerifyDom, :Dom, :RegNumResult, :RegCapital, :EstablishTime, :RequestId
|
11359
|
-
|
11434
|
+
|
11360
11435
|
def initialize(errorcode=nil, creditcode=nil, opfrom=nil, opto=nil, frname=nil, entstatus=nil, zsopscope=nil, reason=nil, oriregno=nil, verifyregno=nil, regno=nil, verifyentname=nil, entname=nil, verifydom=nil, dom=nil, regnumresult=nil, regcapital=nil, establishtime=nil, requestid=nil)
|
11361
11436
|
@ErrorCode = errorcode
|
11362
11437
|
@CreditCode = creditcode
|
@@ -11431,7 +11506,7 @@ module TencentCloud
|
|
11431
11506
|
# @type Address: String
|
11432
11507
|
|
11433
11508
|
attr_accessor :ImageBase64, :ImageUrl, :ImageConfig, :RegNum, :Name, :Address
|
11434
|
-
|
11509
|
+
|
11435
11510
|
def initialize(imagebase64=nil, imageurl=nil, imageconfig=nil, regnum=nil, name=nil, address=nil)
|
11436
11511
|
@ImageBase64 = imagebase64
|
11437
11512
|
@ImageUrl = imageurl
|
@@ -11525,7 +11600,7 @@ module TencentCloud
|
|
11525
11600
|
# @type RequestId: String
|
11526
11601
|
|
11527
11602
|
attr_accessor :ErrorCode, :CreditCode, :OrgCode, :OpenFrom, :OpenTo, :FrName, :EnterpriseStatus, :OperateScopeAndForm, :RegCap, :RegCapCur, :RegOrg, :EsDate, :EnterpriseType, :CancelDate, :RevokeDate, :AbuItem, :CbuItem, :ApprDate, :Province, :City, :County, :AreaCode, :IndustryPhyCode, :IndustryPhyName, :IndustryCode, :IndustryName, :OperateScope, :VerifyRegNo, :RegNo, :VerifyEnterpriseName, :EnterpriseName, :VerifyAddress, :Address, :RegNumResult, :RequestId
|
11528
|
-
|
11603
|
+
|
11529
11604
|
def initialize(errorcode=nil, creditcode=nil, orgcode=nil, openfrom=nil, opento=nil, frname=nil, enterprisestatus=nil, operatescopeandform=nil, regcap=nil, regcapcur=nil, regorg=nil, esdate=nil, enterprisetype=nil, canceldate=nil, revokedate=nil, abuitem=nil, cbuitem=nil, apprdate=nil, province=nil, city=nil, county=nil, areacode=nil, industryphycode=nil, industryphyname=nil, industrycode=nil, industryname=nil, operatescope=nil, verifyregno=nil, regno=nil, verifyenterprisename=nil, enterprisename=nil, verifyaddress=nil, address=nil, regnumresult=nil, requestid=nil)
|
11530
11605
|
@ErrorCode = errorcode
|
11531
11606
|
@CreditCode = creditcode
|
@@ -11618,7 +11693,7 @@ module TencentCloud
|
|
11618
11693
|
# @type EnterpriseMark: String
|
11619
11694
|
|
11620
11695
|
attr_accessor :RealName, :IdCard, :EnterpriseName, :EnterpriseMark
|
11621
|
-
|
11696
|
+
|
11622
11697
|
def initialize(realname=nil, idcard=nil, enterprisename=nil, enterprisemark=nil)
|
11623
11698
|
@RealName = realname
|
11624
11699
|
@IdCard = idcard
|
@@ -11646,7 +11721,7 @@ module TencentCloud
|
|
11646
11721
|
# @type RequestId: String
|
11647
11722
|
|
11648
11723
|
attr_accessor :State, :Detail, :RequestId
|
11649
|
-
|
11724
|
+
|
11650
11725
|
def initialize(state=nil, detail=nil, requestid=nil)
|
11651
11726
|
@State = state
|
11652
11727
|
@Detail = detail
|
@@ -11672,7 +11747,7 @@ module TencentCloud
|
|
11672
11747
|
# @type OfdFileBase64: String
|
11673
11748
|
|
11674
11749
|
attr_accessor :OfdFileUrl, :OfdFileBase64
|
11675
|
-
|
11750
|
+
|
11676
11751
|
def initialize(ofdfileurl=nil, ofdfilebase64=nil)
|
11677
11752
|
@OfdFileUrl = ofdfileurl
|
11678
11753
|
@OfdFileBase64 = ofdfilebase64
|
@@ -11728,7 +11803,7 @@ module TencentCloud
|
|
11728
11803
|
# @type RequestId: String
|
11729
11804
|
|
11730
11805
|
attr_accessor :Type, :InvoiceCode, :InvoiceNumber, :IssueDate, :InvoiceCheckCode, :MachineNumber, :TaxControlCode, :Buyer, :Seller, :TaxInclusiveTotalAmount, :InvoiceClerk, :Payee, :Checker, :TaxTotalAmount, :TaxExclusiveTotalAmount, :Note, :GoodsInfos, :RequestId
|
11731
|
-
|
11806
|
+
|
11732
11807
|
def initialize(type=nil, invoicecode=nil, invoicenumber=nil, issuedate=nil, invoicecheckcode=nil, machinenumber=nil, taxcontrolcode=nil, buyer=nil, seller=nil, taxinclusivetotalamount=nil, invoiceclerk=nil, payee=nil, checker=nil, taxtotalamount=nil, taxexclusivetotalamount=nil, note=nil, goodsinfos=nil, requestid=nil)
|
11733
11808
|
@Type = type
|
11734
11809
|
@InvoiceCode = invoicecode
|
@@ -11800,7 +11875,7 @@ module TencentCloud
|
|
11800
11875
|
# @type ImageUrl: String
|
11801
11876
|
|
11802
11877
|
attr_accessor :ImageBase64, :ImageUrl
|
11803
|
-
|
11878
|
+
|
11804
11879
|
def initialize(imagebase64=nil, imageurl=nil)
|
11805
11880
|
@ImageBase64 = imagebase64
|
11806
11881
|
@ImageUrl = imageurl
|
@@ -11820,7 +11895,7 @@ module TencentCloud
|
|
11820
11895
|
# @type RequestId: String
|
11821
11896
|
|
11822
11897
|
attr_accessor :Vin, :RequestId
|
11823
|
-
|
11898
|
+
|
11824
11899
|
def initialize(vin=nil, requestid=nil)
|
11825
11900
|
@Vin = vin
|
11826
11901
|
@RequestId = requestid
|
@@ -11853,7 +11928,7 @@ module TencentCloud
|
|
11853
11928
|
# @type PdfPageNumber: Integer
|
11854
11929
|
|
11855
11930
|
attr_accessor :ImageBase64, :ImageUrl, :EnablePreDetect, :IsPdf, :PdfPageNumber
|
11856
|
-
|
11931
|
+
|
11857
11932
|
def initialize(imagebase64=nil, imageurl=nil, enablepredetect=nil, ispdf=nil, pdfpagenumber=nil)
|
11858
11933
|
@ImageBase64 = imagebase64
|
11859
11934
|
@ImageUrl = imageurl
|
@@ -11879,7 +11954,7 @@ module TencentCloud
|
|
11879
11954
|
# @type RequestId: String
|
11880
11955
|
|
11881
11956
|
attr_accessor :TextDetections, :RequestId
|
11882
|
-
|
11957
|
+
|
11883
11958
|
def initialize(textdetections=nil, requestid=nil)
|
11884
11959
|
@TextDetections = textdetections
|
11885
11960
|
@RequestId = requestid
|
@@ -11900,7 +11975,7 @@ module TencentCloud
|
|
11900
11975
|
# @type Text: String
|
11901
11976
|
|
11902
11977
|
attr_accessor :Text
|
11903
|
-
|
11978
|
+
|
11904
11979
|
def initialize(text=nil)
|
11905
11980
|
@Text = text
|
11906
11981
|
end
|
@@ -11916,7 +11991,7 @@ module TencentCloud
|
|
11916
11991
|
# @type WordCoordinate: Array
|
11917
11992
|
|
11918
11993
|
attr_accessor :WordCoordinate
|
11919
|
-
|
11994
|
+
|
11920
11995
|
def initialize(wordcoordinate=nil)
|
11921
11996
|
@WordCoordinate = wordcoordinate
|
11922
11997
|
end
|
@@ -11941,7 +12016,7 @@ module TencentCloud
|
|
11941
12016
|
# @type Coord: :class:`Tencentcloud::Ocr.v20181119.models.Polygon`
|
11942
12017
|
|
11943
12018
|
attr_accessor :DetectedText, :Coord
|
11944
|
-
|
12019
|
+
|
11945
12020
|
def initialize(detectedtext=nil, coord=nil)
|
11946
12021
|
@DetectedText = detectedtext
|
11947
12022
|
@Coord = coord
|
@@ -11964,7 +12039,7 @@ module TencentCloud
|
|
11964
12039
|
# @type Character: String
|
11965
12040
|
|
11966
12041
|
attr_accessor :Confidence, :Character
|
11967
|
-
|
12042
|
+
|
11968
12043
|
def initialize(confidence=nil, character=nil)
|
11969
12044
|
@Confidence = confidence
|
11970
12045
|
@Character = character
|