tencentcloud-sdk-ie 3.0.589 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200304/models.rb +112 -112
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7b42d6b1049a582a01782c195f4d5abbb1da2c4
4
- data.tar.gz: d3e7f615178971a30cbd54e180a3366a706997ba
3
+ metadata.gz: e207325989998bf9f35624e27ec9fc3cf3ff9df5
4
+ data.tar.gz: 06a5a69fda393652c7007cdd977e09ac7ab363a9
5
5
  SHA512:
6
- metadata.gz: 42367d379adc588a3c1016f10f2511e9ba8cd441d74ed98d7a7db59a6df5d2d66bde91f8fff4b5e59d150738328aced84f36b576a9fcf6376a643122a720b412
7
- data.tar.gz: e1a04e3cd063e8872af1cc76225ec5d4344e5265719ded964cf084d3dddb92ff4e68109cfb112c1569bff814def3cbd18e693a5ae9e9d880511e60130fa5597b
6
+ metadata.gz: d99cc7f24d833e05a6eeb35db7aa074b47778d35fac522a88459ac337946899b5b99620aea868b11337fa1dd68672edcc5d0399abae8ebd7d031be27bc2768c4
7
+ data.tar.gz: fb5576a47c3dbdfd07c0723fb4c6b4cb091b29293f2a4a81f6f0fa2d488a94d40fb7772ef8467b922ad2ad92ce1900680b81f4a6ad109f3e372f0df44c211bbb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -29,7 +29,7 @@ module TencentCloud
29
29
  # @type Algorithm: String
30
30
 
31
31
  attr_accessor :Type, :Algorithm
32
-
32
+
33
33
  def initialize(type=nil, algorithm=nil)
34
34
  @Type = type
35
35
  @Algorithm = algorithm
@@ -47,7 +47,7 @@ module TencentCloud
47
47
  # @type Type: String
48
48
 
49
49
  attr_accessor :Type
50
-
50
+
51
51
  def initialize(type=nil)
52
52
  @Type = type
53
53
  end
@@ -86,7 +86,7 @@ module TencentCloud
86
86
  # @type RemoveReverb: :class:`Tencentcloud::Ie.v20200304.models.RemoveReverb`
87
87
 
88
88
  attr_accessor :Bitrate, :Codec, :Channel, :SampleRate, :Denoise, :EnableMuteAudio, :LoudnessInfo, :AudioEnhance, :RemoveReverb
89
-
89
+
90
90
  def initialize(bitrate=nil, codec=nil, channel=nil, samplerate=nil, denoise=nil, enablemuteaudio=nil, loudnessinfo=nil, audioenhance=nil, removereverb=nil)
91
91
  @Bitrate = bitrate
92
92
  @Codec = codec
@@ -145,7 +145,7 @@ module TencentCloud
145
145
  # @type Duration: Integer
146
146
 
147
147
  attr_accessor :Stream, :Sample, :Channel, :Codec, :Bitrate, :Duration
148
-
148
+
149
149
  def initialize(stream=nil, sample=nil, channel=nil, codec=nil, bitrate=nil, duration=nil)
150
150
  @Stream = stream
151
151
  @Sample = sample
@@ -171,7 +171,7 @@ module TencentCloud
171
171
  # @type Url: String
172
172
 
173
173
  attr_accessor :Url
174
-
174
+
175
175
  def initialize(url=nil)
176
176
  @Url = url
177
177
  end
@@ -189,7 +189,7 @@ module TencentCloud
189
189
  # @type CustomInfo: String
190
190
 
191
191
  attr_accessor :Switch, :CustomInfo
192
-
192
+
193
193
  def initialize(switch=nil, custominfo=nil)
194
194
  @Switch = switch
195
195
  @CustomInfo = custominfo
@@ -216,7 +216,7 @@ module TencentCloud
216
216
  # @type ItemSet: Array
217
217
 
218
218
  attr_accessor :Status, :ErrCode, :ErrMsg, :ItemSet
219
-
219
+
220
220
  def initialize(status=nil, errcode=nil, errmsg=nil, itemset=nil)
221
221
  @Status = status
222
222
  @ErrCode = errcode
@@ -247,7 +247,7 @@ module TencentCloud
247
247
  # @type Confidence: Float
248
248
 
249
249
  attr_accessor :Classification, :Confidence
250
-
250
+
251
251
  def initialize(classification=nil, confidence=nil)
252
252
  @Classification = classification
253
253
  @Confidence = confidence
@@ -270,7 +270,7 @@ module TencentCloud
270
270
  # @type Type: String
271
271
 
272
272
  attr_accessor :Type
273
-
273
+
274
274
  def initialize(type=nil)
275
275
  @Type = type
276
276
  end
@@ -298,7 +298,7 @@ module TencentCloud
298
298
  # @type Token: String
299
299
 
300
300
  attr_accessor :Type, :HostedId, :SecretId, :SecretKey, :Token
301
-
301
+
302
302
  def initialize(type=nil, hostedid=nil, secretid=nil, secretkey=nil, token=nil)
303
303
  @Type = type
304
304
  @HostedId = hostedid
@@ -330,7 +330,7 @@ module TencentCloud
330
330
  # @type CosAuthMode: :class:`Tencentcloud::Ie.v20200304.models.CosAuthMode`
331
331
 
332
332
  attr_accessor :Region, :Bucket, :Path, :CosAuthMode
333
-
333
+
334
334
  def initialize(region=nil, bucket=nil, path=nil, cosauthmode=nil)
335
335
  @Region = region
336
336
  @Bucket = bucket
@@ -357,7 +357,7 @@ module TencentCloud
357
357
  # @type CustomInfo: String
358
358
 
359
359
  attr_accessor :Switch, :CustomInfo
360
-
360
+
361
361
  def initialize(switch=nil, custominfo=nil)
362
362
  @Switch = switch
363
363
  @CustomInfo = custominfo
@@ -384,7 +384,7 @@ module TencentCloud
384
384
  # @type ItemSet: Array
385
385
 
386
386
  attr_accessor :Status, :ErrCode, :ErrMsg, :ItemSet
387
-
387
+
388
388
  def initialize(status=nil, errcode=nil, errmsg=nil, itemset=nil)
389
389
  @Status = status
390
390
  @ErrCode = errcode
@@ -415,7 +415,7 @@ module TencentCloud
415
415
  # @type Confidence: Float
416
416
 
417
417
  attr_accessor :CoverUrl, :Confidence
418
-
418
+
419
419
  def initialize(coverurl=nil, confidence=nil)
420
420
  @CoverUrl = coverurl
421
421
  @Confidence = confidence
@@ -439,7 +439,7 @@ module TencentCloud
439
439
  # @type CallbackInfo: :class:`Tencentcloud::Ie.v20200304.models.CallbackInfo`
440
440
 
441
441
  attr_accessor :EditingInfo, :DownInfo, :SaveInfo, :CallbackInfo
442
-
442
+
443
443
  def initialize(editinginfo=nil, downinfo=nil, saveinfo=nil, callbackinfo=nil)
444
444
  @EditingInfo = editinginfo
445
445
  @DownInfo = downinfo
@@ -475,7 +475,7 @@ module TencentCloud
475
475
  # @type RequestId: String
476
476
 
477
477
  attr_accessor :TaskId, :RequestId
478
-
478
+
479
479
  def initialize(taskid=nil, requestid=nil)
480
480
  @TaskId = taskid
481
481
  @RequestId = requestid
@@ -499,7 +499,7 @@ module TencentCloud
499
499
  # @type CallbackInfoSet: Array
500
500
 
501
501
  attr_accessor :MediaProcessInfo, :SourceInfoSet, :SaveInfoSet, :CallbackInfoSet
502
-
502
+
503
503
  def initialize(mediaprocessinfo=nil, sourceinfoset=nil, saveinfoset=nil, callbackinfoset=nil)
504
504
  @MediaProcessInfo = mediaprocessinfo
505
505
  @SourceInfoSet = sourceinfoset
@@ -548,7 +548,7 @@ module TencentCloud
548
548
  # @type RequestId: String
549
549
 
550
550
  attr_accessor :TaskId, :RequestId
551
-
551
+
552
552
  def initialize(taskid=nil, requestid=nil)
553
553
  @TaskId = taskid
554
554
  @RequestId = requestid
@@ -574,7 +574,7 @@ module TencentCloud
574
574
  # @type TopSpeedCodecChannel: Integer
575
575
 
576
576
  attr_accessor :DownInfo, :TransInfo, :SaveInfo, :CallbackInfo, :TopSpeedCodecChannel
577
-
577
+
578
578
  def initialize(downinfo=nil, transinfo=nil, saveinfo=nil, callbackinfo=nil, topspeedcodecchannel=nil)
579
579
  @DownInfo = downinfo
580
580
  @TransInfo = transinfo
@@ -616,7 +616,7 @@ module TencentCloud
616
616
  # @type RequestId: String
617
617
 
618
618
  attr_accessor :TaskId, :RequestId
619
-
619
+
620
620
  def initialize(taskid=nil, requestid=nil)
621
621
  @TaskId = taskid
622
622
  @RequestId = requestid
@@ -638,7 +638,7 @@ module TencentCloud
638
638
  # @type CallbackInfo: :class:`Tencentcloud::Ie.v20200304.models.CallbackInfo`
639
639
 
640
640
  attr_accessor :QualityControlInfo, :DownInfo, :CallbackInfo
641
-
641
+
642
642
  def initialize(qualitycontrolinfo=nil, downinfo=nil, callbackinfo=nil)
643
643
  @QualityControlInfo = qualitycontrolinfo
644
644
  @DownInfo = downinfo
@@ -670,7 +670,7 @@ module TencentCloud
670
670
  # @type RequestId: String
671
671
 
672
672
  attr_accessor :TaskId, :RequestId
673
-
673
+
674
674
  def initialize(taskid=nil, requestid=nil)
675
675
  @TaskId = taskid
676
676
  @RequestId = requestid
@@ -691,7 +691,7 @@ module TencentCloud
691
691
  # @type FillMode: Integer
692
692
 
693
693
  attr_accessor :FillMode
694
-
694
+
695
695
  def initialize(fillmode=nil)
696
696
  @FillMode = fillmode
697
697
  end
@@ -711,7 +711,7 @@ module TencentCloud
711
711
  # @type Type: String
712
712
 
713
713
  attr_accessor :Type
714
-
714
+
715
715
  def initialize(type=nil)
716
716
  @Type = type
717
717
  end
@@ -737,7 +737,7 @@ module TencentCloud
737
737
  # @type SpatialStrength: Float
738
738
 
739
739
  attr_accessor :Type, :TemplStrength, :SpatialStrength
740
-
740
+
741
741
  def initialize(type=nil, templstrength=nil, spatialstrength=nil)
742
742
  @Type = type
743
743
  @TemplStrength = templstrength
@@ -757,7 +757,7 @@ module TencentCloud
757
757
  # @type TaskId: String
758
758
 
759
759
  attr_accessor :TaskId
760
-
760
+
761
761
  def initialize(taskid=nil)
762
762
  @TaskId = taskid
763
763
  end
@@ -775,7 +775,7 @@ module TencentCloud
775
775
  # @type RequestId: String
776
776
 
777
777
  attr_accessor :TaskResult, :RequestId
778
-
778
+
779
779
  def initialize(taskresult=nil, requestid=nil)
780
780
  @TaskResult = taskresult
781
781
  @RequestId = requestid
@@ -796,7 +796,7 @@ module TencentCloud
796
796
  # @type TaskId: String
797
797
 
798
798
  attr_accessor :TaskId
799
-
799
+
800
800
  def initialize(taskid=nil)
801
801
  @TaskId = taskid
802
802
  end
@@ -815,7 +815,7 @@ module TencentCloud
815
815
  # @type RequestId: String
816
816
 
817
817
  attr_accessor :TaskResult, :RequestId
818
-
818
+
819
819
  def initialize(taskresult=nil, requestid=nil)
820
820
  @TaskResult = taskresult
821
821
  @RequestId = requestid
@@ -836,7 +836,7 @@ module TencentCloud
836
836
  # @type TaskId: String
837
837
 
838
838
  attr_accessor :TaskId
839
-
839
+
840
840
  def initialize(taskid=nil)
841
841
  @TaskId = taskid
842
842
  end
@@ -854,7 +854,7 @@ module TencentCloud
854
854
  # @type RequestId: String
855
855
 
856
856
  attr_accessor :TaskResult, :RequestId
857
-
857
+
858
858
  def initialize(taskresult=nil, requestid=nil)
859
859
  @TaskResult = taskresult
860
860
  @RequestId = requestid
@@ -875,7 +875,7 @@ module TencentCloud
875
875
  # @type TaskId: String
876
876
 
877
877
  attr_accessor :TaskId
878
-
878
+
879
879
  def initialize(taskid=nil)
880
880
  @TaskId = taskid
881
881
  end
@@ -893,7 +893,7 @@ module TencentCloud
893
893
  # @type RequestId: String
894
894
 
895
895
  attr_accessor :TaskResult, :RequestId
896
-
896
+
897
897
  def initialize(taskresult=nil, requestid=nil)
898
898
  @TaskResult = taskresult
899
899
  @RequestId = requestid
@@ -920,7 +920,7 @@ module TencentCloud
920
920
  # @type CosInfo: :class:`Tencentcloud::Ie.v20200304.models.CosInfo`
921
921
 
922
922
  attr_accessor :Type, :UrlInfo, :CosInfo
923
-
923
+
924
924
  def initialize(type=nil, urlinfo=nil, cosinfo=nil)
925
925
  @Type = type
926
926
  @UrlInfo = urlinfo
@@ -948,7 +948,7 @@ module TencentCloud
948
948
  # @type Quality: Integer
949
949
 
950
950
  attr_accessor :Quality
951
-
951
+
952
952
  def initialize(quality=nil)
953
953
  @Quality = quality
954
954
  end
@@ -966,7 +966,7 @@ module TencentCloud
966
966
  # @type EndTime: Integer
967
967
 
968
968
  attr_accessor :StartTime, :EndTime
969
-
969
+
970
970
  def initialize(starttime=nil, endtime=nil)
971
971
  @StartTime = starttime
972
972
  @EndTime = endtime
@@ -994,7 +994,7 @@ module TencentCloud
994
994
  # @type OpeningEndingEditingInfo: :class:`Tencentcloud::Ie.v20200304.models.OpeningEndingEditingInfo`
995
995
 
996
996
  attr_accessor :TagEditingInfo, :ClassificationEditingInfo, :StripEditingInfo, :HighlightsEditingInfo, :CoverEditingInfo, :OpeningEndingEditingInfo
997
-
997
+
998
998
  def initialize(tageditinginfo=nil, classificationeditinginfo=nil, stripeditinginfo=nil, highlightseditinginfo=nil, covereditinginfo=nil, openingendingeditinginfo=nil)
999
999
  @TagEditingInfo = tageditinginfo
1000
1000
  @ClassificationEditingInfo = classificationeditinginfo
@@ -1059,7 +1059,7 @@ module TencentCloud
1059
1059
  # @type OpeningEndingTaskResult: :class:`Tencentcloud::Ie.v20200304.models.OpeningEndingTaskResult`
1060
1060
 
1061
1061
  attr_accessor :TaskId, :Status, :TagTaskResult, :ClassificationTaskResult, :StripTaskResult, :HighlightsTaskResult, :CoverTaskResult, :OpeningEndingTaskResult
1062
-
1062
+
1063
1063
  def initialize(taskid=nil, status=nil, tagtaskresult=nil, classificationtaskresult=nil, striptaskresult=nil, highlightstaskresult=nil, covertaskresult=nil, openingendingtaskresult=nil)
1064
1064
  @TaskId = taskid
1065
1065
  @Status = status
@@ -1107,7 +1107,7 @@ module TencentCloud
1107
1107
  # @type FaceUsmRatio: Float
1108
1108
 
1109
1109
  attr_accessor :FaceUsmRatio
1110
-
1110
+
1111
1111
  def initialize(faceusmratio=nil)
1112
1112
  @FaceUsmRatio = faceusmratio
1113
1113
  end
@@ -1139,7 +1139,7 @@ module TencentCloud
1139
1139
  # @type AudioInfoResult: Array
1140
1140
 
1141
1141
  attr_accessor :FileSize, :FileType, :Bitrate, :Duration, :VideoInfoResult, :AudioInfoResult
1142
-
1142
+
1143
1143
  def initialize(filesize=nil, filetype=nil, bitrate=nil, duration=nil, videoinforesult=nil, audioinforesult=nil)
1144
1144
  @FileSize = filesize
1145
1145
  @FileType = filetype
@@ -1185,7 +1185,7 @@ module TencentCloud
1185
1185
  # @type TagItems: Array
1186
1186
 
1187
1187
  attr_accessor :StartPts, :EndPts, :Period, :TagItems
1188
-
1188
+
1189
1189
  def initialize(startpts=nil, endpts=nil, period=nil, tagitems=nil)
1190
1190
  @StartPts = startpts
1191
1191
  @EndPts = endpts
@@ -1224,7 +1224,7 @@ module TencentCloud
1224
1224
  # @type GameExtendType: String
1225
1225
 
1226
1226
  attr_accessor :TagType, :GameExtendType
1227
-
1227
+
1228
1228
  def initialize(tagtype=nil, gameextendtype=nil)
1229
1229
  @TagType = tagtype
1230
1230
  @GameExtendType = gameextendtype
@@ -1242,7 +1242,7 @@ module TencentCloud
1242
1242
  # @type FrameTagItems: Array
1243
1243
 
1244
1244
  attr_accessor :FrameTagItems
1245
-
1245
+
1246
1246
  def initialize(frametagitems=nil)
1247
1247
  @FrameTagItems = frametagitems
1248
1248
  end
@@ -1271,7 +1271,7 @@ module TencentCloud
1271
1271
  # @type CosInfo: :class:`Tencentcloud::Ie.v20200304.models.CosInfo`
1272
1272
 
1273
1273
  attr_accessor :Path, :Frequency, :Strength, :CosInfo
1274
-
1274
+
1275
1275
  def initialize(path=nil, frequency=nil, strength=nil, cosinfo=nil)
1276
1276
  @Path = path
1277
1277
  @Frequency = frequency
@@ -1298,7 +1298,7 @@ module TencentCloud
1298
1298
  # @type CustomInfo: String
1299
1299
 
1300
1300
  attr_accessor :Switch, :CustomInfo
1301
-
1301
+
1302
1302
  def initialize(switch=nil, custominfo=nil)
1303
1303
  @Switch = switch
1304
1304
  @CustomInfo = custominfo
@@ -1325,7 +1325,7 @@ module TencentCloud
1325
1325
  # @type ItemSet: Array
1326
1326
 
1327
1327
  attr_accessor :Status, :ErrCode, :ErrMsg, :ItemSet
1328
-
1328
+
1329
1329
  def initialize(status=nil, errcode=nil, errmsg=nil, itemset=nil)
1330
1330
  @Status = status
1331
1331
  @ErrCode = errcode
@@ -1362,7 +1362,7 @@ module TencentCloud
1362
1362
  # @type SegmentSet: Array
1363
1363
 
1364
1364
  attr_accessor :HighlightUrl, :CovImgUrl, :Confidence, :Duration, :SegmentSet
1365
-
1365
+
1366
1366
  def initialize(highlighturl=nil, covimgurl=nil, confidence=nil, duration=nil, segmentset=nil)
1367
1367
  @HighlightUrl = highlighturl
1368
1368
  @CovImgUrl = covimgurl
@@ -1397,7 +1397,7 @@ module TencentCloud
1397
1397
  # @type EndTimeOffset: Float
1398
1398
 
1399
1399
  attr_accessor :Confidence, :StartTimeOffset, :EndTimeOffset
1400
-
1400
+
1401
1401
  def initialize(confidence=nil, starttimeoffset=nil, endtimeoffset=nil)
1402
1402
  @Confidence = confidence
1403
1403
  @StartTimeOffset = starttimeoffset
@@ -1419,7 +1419,7 @@ module TencentCloud
1419
1419
  # @type StartTime: Integer
1420
1420
 
1421
1421
  attr_accessor :Interval, :StartTime
1422
-
1422
+
1423
1423
  def initialize(interval=nil, starttime=nil)
1424
1424
  @Interval = interval
1425
1425
  @StartTime = starttime
@@ -1439,7 +1439,7 @@ module TencentCloud
1439
1439
  # @type LoudnessRange: Float
1440
1440
 
1441
1441
  attr_accessor :Loudness, :LoudnessRange
1442
-
1442
+
1443
1443
  def initialize(loudness=nil, loudnessrange=nil)
1444
1444
  @Loudness = loudness
1445
1445
  @LoudnessRange = loudnessrange
@@ -1457,7 +1457,7 @@ module TencentCloud
1457
1457
  # @type Type: String
1458
1458
 
1459
1459
  attr_accessor :Type
1460
-
1460
+
1461
1461
  def initialize(type=nil)
1462
1462
  @Type = type
1463
1463
  end
@@ -1487,7 +1487,7 @@ module TencentCloud
1487
1487
  # @type DropPureColor: String
1488
1488
 
1489
1489
  attr_accessor :TimeInfo, :TargetInfo, :OutForm, :ResultListSaveType, :WatermarkInfoSet, :DropPureColor
1490
-
1490
+
1491
1491
  def initialize(timeinfo=nil, targetinfo=nil, outform=nil, resultlistsavetype=nil, watermarkinfoset=nil, droppurecolor=nil)
1492
1492
  @TimeInfo = timeinfo
1493
1493
  @TargetInfo = targetinfo
@@ -1556,7 +1556,7 @@ module TencentCloud
1556
1556
  # @type DynamicInfo: :class:`Tencentcloud::Ie.v20200304.models.DynamicImageInfo`
1557
1557
 
1558
1558
  attr_accessor :Type, :FillType, :SpriteRowCount, :SpriteColumnCount, :SpriteInfo, :DynamicInfo
1559
-
1559
+
1560
1560
  def initialize(type=nil, filltype=nil, spriterowcount=nil, spritecolumncount=nil, spriteinfo=nil, dynamicinfo=nil)
1561
1561
  @Type = type
1562
1562
  @FillType = filltype
@@ -1604,7 +1604,7 @@ module TencentCloud
1604
1604
  # @type ImageCount: Integer
1605
1605
 
1606
1606
  attr_accessor :ListFile, :ResultCount, :FirstFile, :LastFile, :ImageCount
1607
-
1607
+
1608
1608
  def initialize(listfile=nil, resultcount=nil, firstfile=nil, lastfile=nil, imagecount=nil)
1609
1609
  @ListFile = listfile
1610
1610
  @ResultCount = resultcount
@@ -1646,7 +1646,7 @@ module TencentCloud
1646
1646
  # @type SectionSet: Array
1647
1647
 
1648
1648
  attr_accessor :Type, :PointSet, :IntervalPoint, :SectionSet
1649
-
1649
+
1650
1650
  def initialize(type=nil, pointset=nil, intervalpoint=nil, sectionset=nil)
1651
1651
  @Type = type
1652
1652
  @PointSet = pointset
@@ -1684,7 +1684,7 @@ module TencentCloud
1684
1684
  # @type Text: :class:`Tencentcloud::Ie.v20200304.models.MediaCuttingWatermarkText`
1685
1685
 
1686
1686
  attr_accessor :Type, :Image, :Text
1687
-
1687
+
1688
1688
  def initialize(type=nil, image=nil, text=nil)
1689
1689
  @Type = type
1690
1690
  @Image = image
@@ -1733,7 +1733,7 @@ module TencentCloud
1733
1733
  # @type PosOriginType: String
1734
1734
 
1735
1735
  attr_accessor :SourceId, :PosX, :PosY, :Width, :Height, :PosOriginType
1736
-
1736
+
1737
1737
  def initialize(sourceid=nil, posx=nil, posy=nil, width=nil, height=nil, posorigintype=nil)
1738
1738
  @SourceId = sourceid
1739
1739
  @PosX = posx
@@ -1783,7 +1783,7 @@ module TencentCloud
1783
1783
  # @type Font: String
1784
1784
 
1785
1785
  attr_accessor :Text, :FontSize, :PosX, :PosY, :FontColor, :FontAlpha, :PosOriginType, :Font
1786
-
1786
+
1787
1787
  def initialize(text=nil, fontsize=nil, posx=nil, posy=nil, fontcolor=nil, fontalpha=nil, posorigintype=nil, font=nil)
1788
1788
  @Text = text
1789
1789
  @FontSize = fontsize
@@ -1818,7 +1818,7 @@ module TencentCloud
1818
1818
  # @type Mode: String
1819
1819
 
1820
1820
  attr_accessor :TargetInfo, :Mode
1821
-
1821
+
1822
1822
  def initialize(targetinfo=nil, mode=nil)
1823
1823
  @TargetInfo = targetinfo
1824
1824
  @Mode = mode
@@ -1840,7 +1840,7 @@ module TencentCloud
1840
1840
  # @type File: :class:`Tencentcloud::Ie.v20200304.models.TaskResultFile`
1841
1841
 
1842
1842
  attr_accessor :File
1843
-
1843
+
1844
1844
  def initialize(file=nil)
1845
1845
  @File = file
1846
1846
  end
@@ -1869,7 +1869,7 @@ module TencentCloud
1869
1869
  # @type MediaRecognitionInfo: :class:`Tencentcloud::Ie.v20200304.models.MediaRecognitionInfo`
1870
1870
 
1871
1871
  attr_accessor :Type, :MediaCuttingInfo, :MediaJoiningInfo, :MediaRecognitionInfo
1872
-
1872
+
1873
1873
  def initialize(type=nil, mediacuttinginfo=nil, mediajoininginfo=nil, mediarecognitioninfo=nil)
1874
1874
  @Type = type
1875
1875
  @MediaCuttingInfo = mediacuttinginfo
@@ -1933,7 +1933,7 @@ module TencentCloud
1933
1933
  # @type MediaRecognitionTaskResult: :class:`Tencentcloud::Ie.v20200304.models.MediaRecognitionTaskResult`
1934
1934
 
1935
1935
  attr_accessor :TaskId, :Type, :Progress, :Status, :ErrCode, :ErrMsg, :MediaCuttingTaskResult, :MediaJoiningTaskResult, :MediaRecognitionTaskResult
1936
-
1936
+
1937
1937
  def initialize(taskid=nil, type=nil, progress=nil, status=nil, errcode=nil, errmsg=nil, mediacuttingtaskresult=nil, mediajoiningtaskresult=nil, mediarecognitiontaskresult=nil)
1938
1938
  @TaskId = taskid
1939
1939
  @Type = type
@@ -1976,7 +1976,7 @@ module TencentCloud
1976
1976
  # @type SubTaskResult: Array
1977
1977
 
1978
1978
  attr_accessor :TaskId, :SubTaskResult
1979
-
1979
+
1980
1980
  def initialize(taskid=nil, subtaskresult=nil)
1981
1981
  @TaskId = taskid
1982
1982
  @SubTaskResult = subtaskresult
@@ -2003,7 +2003,7 @@ module TencentCloud
2003
2003
  # @type SubtitleRec: :class:`Tencentcloud::Ie.v20200304.models.SubtitleRec`
2004
2004
 
2005
2005
  attr_accessor :FrameTagRec, :SubtitleRec
2006
-
2006
+
2007
2007
  def initialize(frametagrec=nil, subtitlerec=nil)
2008
2008
  @FrameTagRec = frametagrec
2009
2009
  @SubtitleRec = subtitlerec
@@ -2031,7 +2031,7 @@ module TencentCloud
2031
2031
  # @type SubtitleResults: :class:`Tencentcloud::Ie.v20200304.models.SubtitleResult`
2032
2032
 
2033
2033
  attr_accessor :FrameTagResults, :SubtitleResults
2034
-
2034
+
2035
2035
  def initialize(frametagresults=nil, subtitleresults=nil)
2036
2036
  @FrameTagResults = frametagresults
2037
2037
  @SubtitleResults = subtitleresults
@@ -2062,7 +2062,7 @@ module TencentCloud
2062
2062
  # @type ResultAudioInfoSet: Array
2063
2063
 
2064
2064
  attr_accessor :Duration, :ResultVideoInfoSet, :ResultAudioInfoSet
2065
-
2065
+
2066
2066
  def initialize(duration=nil, resultvideoinfoset=nil, resultaudioinfoset=nil)
2067
2067
  @Duration = duration
2068
2068
  @ResultVideoInfoSet = resultvideoinfoset
@@ -2104,7 +2104,7 @@ module TencentCloud
2104
2104
  # @type Type: String
2105
2105
 
2106
2106
  attr_accessor :DownInfo, :Id, :Type
2107
-
2107
+
2108
2108
  def initialize(downinfo=nil, id=nil, type=nil)
2109
2109
  @DownInfo = downinfo
2110
2110
  @Id = id
@@ -2137,7 +2137,7 @@ module TencentCloud
2137
2137
  # @type ResultListSaveType: String
2138
2138
 
2139
2139
  attr_accessor :FileName, :Format, :TargetVideoInfo, :ResultListSaveType
2140
-
2140
+
2141
2141
  def initialize(filename=nil, format=nil, targetvideoinfo=nil, resultlistsavetype=nil)
2142
2142
  @FileName = filename
2143
2143
  @Format = format
@@ -2164,7 +2164,7 @@ module TencentCloud
2164
2164
  # @type FlvFlags: String
2165
2165
 
2166
2166
  attr_accessor :DeleteStream, :FlvFlags
2167
-
2167
+
2168
2168
  def initialize(deletestream=nil, flvflags=nil)
2169
2169
  @DeleteStream = deletestream
2170
2170
  @FlvFlags = flvflags
@@ -2184,7 +2184,7 @@ module TencentCloud
2184
2184
  # @type CustomInfo: String
2185
2185
 
2186
2186
  attr_accessor :Switch, :CustomInfo
2187
-
2187
+
2188
2188
  def initialize(switch=nil, custominfo=nil)
2189
2189
  @Switch = switch
2190
2190
  @CustomInfo = custominfo
@@ -2211,7 +2211,7 @@ module TencentCloud
2211
2211
  # @type Item: :class:`Tencentcloud::Ie.v20200304.models.OpeningEndingTaskResultItem`
2212
2212
 
2213
2213
  attr_accessor :Status, :ErrCode, :ErrMsg, :Item
2214
-
2214
+
2215
2215
  def initialize(status=nil, errcode=nil, errmsg=nil, item=nil)
2216
2216
  @Status = status
2217
2217
  @ErrCode = errcode
@@ -2242,7 +2242,7 @@ module TencentCloud
2242
2242
  # @type EndingConfidence: Float
2243
2243
 
2244
2244
  attr_accessor :OpeningTimeOffset, :OpeningConfidence, :EndingTimeOffset, :EndingConfidence
2245
-
2245
+
2246
2246
  def initialize(openingtimeoffset=nil, openingconfidence=nil, endingtimeoffset=nil, endingconfidence=nil)
2247
2247
  @OpeningTimeOffset = openingtimeoffset
2248
2248
  @OpeningConfidence = openingconfidence
@@ -2278,7 +2278,7 @@ module TencentCloud
2278
2278
  # @type EndTime: Integer
2279
2279
 
2280
2280
  attr_accessor :PosX, :PosY, :Path, :CosInfo, :Width, :Height, :StartTime, :EndTime
2281
-
2281
+
2282
2282
  def initialize(posx=nil, posy=nil, path=nil, cosinfo=nil, width=nil, height=nil, starttime=nil, endtime=nil)
2283
2283
  @PosX = posx
2284
2284
  @PosY = posy
@@ -2335,7 +2335,7 @@ module TencentCloud
2335
2335
  # @type Voice: Boolean
2336
2336
 
2337
2337
  attr_accessor :Interval, :VideoShot, :Jitter, :Blur, :AbnormalLighting, :CrashScreen, :BlackWhiteEdge, :Noise, :Mosaic, :QRCode, :QualityEvaluation, :QualityEvalScore, :Voice
2338
-
2338
+
2339
2339
  def initialize(interval=nil, videoshot=nil, jitter=nil, blur=nil, abnormallighting=nil, crashscreen=nil, blackwhiteedge=nil, noise=nil, mosaic=nil, qrcode=nil, qualityevaluation=nil, qualityevalscore=nil, voice=nil)
2340
2340
  @Interval = interval
2341
2341
  @VideoShot = videoshot
@@ -2429,7 +2429,7 @@ module TencentCloud
2429
2429
  # @type ErrMsg: String
2430
2430
 
2431
2431
  attr_accessor :TaskId, :Status, :Progress, :UsedTime, :Duration, :NoAudio, :NoVideo, :QualityEvaluationScore, :QualityEvaluationResults, :JitterResults, :BlurResults, :AbnormalLightingResults, :CrashScreenResults, :BlackWhiteEdgeResults, :NoiseResults, :MosaicResults, :QRCodeResults, :VoiceResults, :ErrCode, :ErrMsg
2432
-
2432
+
2433
2433
  def initialize(taskid=nil, status=nil, progress=nil, usedtime=nil, duration=nil, noaudio=nil, novideo=nil, qualityevaluationscore=nil, qualityevaluationresults=nil, jitterresults=nil, blurresults=nil, abnormallightingresults=nil, crashscreenresults=nil, blackwhiteedgeresults=nil, noiseresults=nil, mosaicresults=nil, qrcoderesults=nil, voiceresults=nil, errcode=nil, errmsg=nil)
2434
2434
  @TaskId = taskid
2435
2435
  @Status = status
@@ -2561,7 +2561,7 @@ module TencentCloud
2561
2561
  # @type AreaCoordsSet: Array
2562
2562
 
2563
2563
  attr_accessor :Confidence, :StartTimeOffset, :EndTimeOffset, :AreaCoordsSet
2564
-
2564
+
2565
2565
  def initialize(confidence=nil, starttimeoffset=nil, endtimeoffset=nil, areacoordsset=nil)
2566
2566
  @Confidence = confidence
2567
2567
  @StartTimeOffset = starttimeoffset
@@ -2586,7 +2586,7 @@ module TencentCloud
2586
2586
  # @type QualityControlItems: Array
2587
2587
 
2588
2588
  attr_accessor :Id, :QualityControlItems
2589
-
2589
+
2590
2590
  def initialize(id=nil, qualitycontrolitems=nil)
2591
2591
  @Id = id
2592
2592
  @QualityControlItems = qualitycontrolitems
@@ -2611,7 +2611,7 @@ module TencentCloud
2611
2611
  # @type Type: String
2612
2612
 
2613
2613
  attr_accessor :Type
2614
-
2614
+
2615
2615
  def initialize(type=nil)
2616
2616
  @Type = type
2617
2617
  end
@@ -2631,7 +2631,7 @@ module TencentCloud
2631
2631
  # @type Duration: Integer
2632
2632
 
2633
2633
  attr_accessor :StreamId, :Duration
2634
-
2634
+
2635
2635
  def initialize(streamid=nil, duration=nil)
2636
2636
  @StreamId = streamid
2637
2637
  @Duration = duration
@@ -2662,7 +2662,7 @@ module TencentCloud
2662
2662
  # @type Fps: Integer
2663
2663
 
2664
2664
  attr_accessor :StreamId, :Duration, :Width, :Height, :Fps
2665
-
2665
+
2666
2666
  def initialize(streamid=nil, duration=nil, width=nil, height=nil, fps=nil)
2667
2667
  @StreamId = streamid
2668
2668
  @Duration = duration
@@ -2692,7 +2692,7 @@ module TencentCloud
2692
2692
  # @type Id: String
2693
2693
 
2694
2694
  attr_accessor :Type, :CosInfo, :Id
2695
-
2695
+
2696
2696
  def initialize(type=nil, cosinfo=nil, id=nil)
2697
2697
  @Type = type
2698
2698
  @CosInfo = cosinfo
@@ -2717,7 +2717,7 @@ module TencentCloud
2717
2717
  # @type Ratio: Float
2718
2718
 
2719
2719
  attr_accessor :Type, :Ratio
2720
-
2720
+
2721
2721
  def initialize(type=nil, ratio=nil)
2722
2722
  @Type = type
2723
2723
  @Ratio = ratio
@@ -2737,7 +2737,7 @@ module TencentCloud
2737
2737
  # @type Duration: Integer
2738
2738
 
2739
2739
  attr_accessor :StartTime, :Duration
2740
-
2740
+
2741
2741
  def initialize(starttime=nil, duration=nil)
2742
2742
  @StartTime = starttime
2743
2743
  @Duration = duration
@@ -2761,7 +2761,7 @@ module TencentCloud
2761
2761
  # @type FragmentName: String
2762
2762
 
2763
2763
  attr_accessor :FragmentTime, :SegmentType, :FragmentName
2764
-
2764
+
2765
2765
  def initialize(fragmenttime=nil, segmenttype=nil, fragmentname=nil)
2766
2766
  @FragmentTime = fragmenttime
2767
2767
  @SegmentType = segmenttype
@@ -2783,7 +2783,7 @@ module TencentCloud
2783
2783
  # @type Ratio: Float
2784
2784
 
2785
2785
  attr_accessor :Type, :Ratio
2786
-
2786
+
2787
2787
  def initialize(type=nil, ratio=nil)
2788
2788
  @Type = type
2789
2789
  @Ratio = ratio
@@ -2822,7 +2822,7 @@ module TencentCloud
2822
2822
  # @type BackgroundColor: String
2823
2823
 
2824
2824
  attr_accessor :RowCount, :ColumnCount, :MarginTop, :MarginBottom, :MarginLeft, :MarginRight, :PaddingTop, :PaddingBottom, :PaddingLeft, :PaddingRight, :BackgroundColor
2825
-
2825
+
2826
2826
  def initialize(rowcount=nil, columncount=nil, margintop=nil, marginbottom=nil, marginleft=nil, marginright=nil, paddingtop=nil, paddingbottom=nil, paddingleft=nil, paddingright=nil, backgroundcolor=nil)
2827
2827
  @RowCount = rowcount
2828
2828
  @ColumnCount = columncount
@@ -2858,7 +2858,7 @@ module TencentCloud
2858
2858
  # @type TaskId: String
2859
2859
 
2860
2860
  attr_accessor :TaskId
2861
-
2861
+
2862
2862
  def initialize(taskid=nil)
2863
2863
  @TaskId = taskid
2864
2864
  end
@@ -2874,7 +2874,7 @@ module TencentCloud
2874
2874
  # @type RequestId: String
2875
2875
 
2876
2876
  attr_accessor :RequestId
2877
-
2877
+
2878
2878
  def initialize(requestid=nil)
2879
2879
  @RequestId = requestid
2880
2880
  end
@@ -2890,7 +2890,7 @@ module TencentCloud
2890
2890
  # @type TaskId: String
2891
2891
 
2892
2892
  attr_accessor :TaskId
2893
-
2893
+
2894
2894
  def initialize(taskid=nil)
2895
2895
  @TaskId = taskid
2896
2896
  end
@@ -2906,7 +2906,7 @@ module TencentCloud
2906
2906
  # @type RequestId: String
2907
2907
 
2908
2908
  attr_accessor :RequestId
2909
-
2909
+
2910
2910
  def initialize(requestid=nil)
2911
2911
  @RequestId = requestid
2912
2912
  end
@@ -2924,7 +2924,7 @@ module TencentCloud
2924
2924
  # @type CustomInfo: String
2925
2925
 
2926
2926
  attr_accessor :Switch, :CustomInfo
2927
-
2927
+
2928
2928
  def initialize(switch=nil, custominfo=nil)
2929
2929
  @Switch = switch
2930
2930
  @CustomInfo = custominfo
@@ -2951,7 +2951,7 @@ module TencentCloud
2951
2951
  # @type ItemSet: Array
2952
2952
 
2953
2953
  attr_accessor :Status, :ErrCode, :ErrMsg, :ItemSet
2954
-
2954
+
2955
2955
  def initialize(status=nil, errcode=nil, errmsg=nil, itemset=nil)
2956
2956
  @Status = status
2957
2957
  @ErrCode = errcode
@@ -2988,7 +2988,7 @@ module TencentCloud
2988
2988
  # @type EndTimeOffset: Float
2989
2989
 
2990
2990
  attr_accessor :SegmentUrl, :CovImgUrl, :Confidence, :StartTimeOffset, :EndTimeOffset
2991
-
2991
+
2992
2992
  def initialize(segmenturl=nil, covimgurl=nil, confidence=nil, starttimeoffset=nil, endtimeoffset=nil)
2993
2993
  @SegmentUrl = segmenturl
2994
2994
  @CovImgUrl = covimgurl
@@ -3032,7 +3032,7 @@ module TencentCloud
3032
3032
  # @type FileInfo: :class:`Tencentcloud::Ie.v20200304.models.FileInfo`
3033
3033
 
3034
3034
  attr_accessor :TaskName, :StatusCode, :StatusMsg, :ProgressRate, :DownloadUrl, :Md5, :FileInfo
3035
-
3035
+
3036
3036
  def initialize(taskname=nil, statuscode=nil, statusmsg=nil, progressrate=nil, downloadurl=nil, md5=nil, fileinfo=nil)
3037
3037
  @TaskName = taskname
3038
3038
  @StatusCode = statuscode
@@ -3073,7 +3073,7 @@ module TencentCloud
3073
3073
  # @type MuxInfo: :class:`Tencentcloud::Ie.v20200304.models.MuxInfo`
3074
3074
 
3075
3075
  attr_accessor :TaskName, :TargetInfo, :EditInfo, :VideoInfo, :AudioInfo, :MuxInfo
3076
-
3076
+
3077
3077
  def initialize(taskname=nil, targetinfo=nil, editinfo=nil, videoinfo=nil, audioinfo=nil, muxinfo=nil)
3078
3078
  @TaskName = taskname
3079
3079
  @TargetInfo = targetinfo
@@ -3133,7 +3133,7 @@ module TencentCloud
3133
3133
  # @type PuncEndTs: String
3134
3134
 
3135
3135
  attr_accessor :Id, :Zh, :En, :StartPts, :EndPts, :Period, :Confidence, :EndFlag, :PuncEndTs
3136
-
3136
+
3137
3137
  def initialize(id=nil, zh=nil, en=nil, startpts=nil, endpts=nil, period=nil, confidence=nil, endflag=nil, puncendts=nil)
3138
3138
  @Id = id
3139
3139
  @Zh = zh
@@ -3171,7 +3171,7 @@ module TencentCloud
3171
3171
  # @type TransDst: String
3172
3172
 
3173
3173
  attr_accessor :AsrDst, :TransDst
3174
-
3174
+
3175
3175
  def initialize(asrdst=nil, transdst=nil)
3176
3176
  @AsrDst = asrdst
3177
3177
  @TransDst = transdst
@@ -3189,7 +3189,7 @@ module TencentCloud
3189
3189
  # @type SubtitleItems: Array
3190
3190
 
3191
3191
  attr_accessor :SubtitleItems
3192
-
3192
+
3193
3193
  def initialize(subtitleitems=nil)
3194
3194
  @SubtitleItems = subtitleitems
3195
3195
  end
@@ -3214,7 +3214,7 @@ module TencentCloud
3214
3214
  # @type CustomInfo: String
3215
3215
 
3216
3216
  attr_accessor :Switch, :CustomInfo
3217
-
3217
+
3218
3218
  def initialize(switch=nil, custominfo=nil)
3219
3219
  @Switch = switch
3220
3220
  @CustomInfo = custominfo
@@ -3240,7 +3240,7 @@ module TencentCloud
3240
3240
  # @type Ext: String
3241
3241
 
3242
3242
  attr_accessor :Id, :Confidence, :Categorys, :Ext
3243
-
3243
+
3244
3244
  def initialize(id=nil, confidence=nil, categorys=nil, ext=nil)
3245
3245
  @Id = id
3246
3246
  @Confidence = confidence
@@ -3271,7 +3271,7 @@ module TencentCloud
3271
3271
  # @type ItemSet: Array
3272
3272
 
3273
3273
  attr_accessor :Status, :ErrCode, :ErrMsg, :ItemSet
3274
-
3274
+
3275
3275
  def initialize(status=nil, errcode=nil, errmsg=nil, itemset=nil)
3276
3276
  @Status = status
3277
3277
  @ErrCode = errcode
@@ -3302,7 +3302,7 @@ module TencentCloud
3302
3302
  # @type Confidence: Float
3303
3303
 
3304
3304
  attr_accessor :Tag, :Confidence
3305
-
3305
+
3306
3306
  def initialize(tag=nil, confidence=nil)
3307
3307
  @Tag = tag
3308
3308
  @Confidence = confidence
@@ -3322,7 +3322,7 @@ module TencentCloud
3322
3322
  # @type SegmentInfo: :class:`Tencentcloud::Ie.v20200304.models.SegmentInfo`
3323
3323
 
3324
3324
  attr_accessor :FileName, :SegmentInfo
3325
-
3325
+
3326
3326
  def initialize(filename=nil, segmentinfo=nil)
3327
3327
  @FileName = filename
3328
3328
  @SegmentInfo = segmentinfo
@@ -3347,7 +3347,7 @@ module TencentCloud
3347
3347
  # @type FrameRate: Integer
3348
3348
 
3349
3349
  attr_accessor :Width, :Height, :FrameRate
3350
-
3350
+
3351
3351
  def initialize(width=nil, height=nil, framerate=nil)
3352
3352
  @Width = width
3353
3353
  @Height = height
@@ -3377,7 +3377,7 @@ module TencentCloud
3377
3377
  # @type Md5: String
3378
3378
 
3379
3379
  attr_accessor :Url, :FileSize, :MediaInfo, :Md5
3380
-
3380
+
3381
3381
  def initialize(url=nil, filesize=nil, mediainfo=nil, md5=nil)
3382
3382
  @Url = url
3383
3383
  @FileSize = filesize
@@ -3414,7 +3414,7 @@ module TencentCloud
3414
3414
  # @type FontAlpha: Float
3415
3415
 
3416
3416
  attr_accessor :Text, :PosX, :PosY, :FontSize, :FontFile, :FontColor, :FontAlpha
3417
-
3417
+
3418
3418
  def initialize(text=nil, posx=nil, posy=nil, fontsize=nil, fontfile=nil, fontcolor=nil, fontalpha=nil)
3419
3419
  @Text = text
3420
3420
  @PosX = posx
@@ -3450,7 +3450,7 @@ module TencentCloud
3450
3450
  # @type Host: String
3451
3451
 
3452
3452
  attr_accessor :Url, :Format, :Host
3453
-
3453
+
3454
3454
  def initialize(url=nil, format=nil, host=nil)
3455
3455
  @Url = url
3456
3456
  @Format = format
@@ -3492,7 +3492,7 @@ module TencentCloud
3492
3492
  # @type VideoRepair: :class:`Tencentcloud::Ie.v20200304.models.VideoRepair`
3493
3493
 
3494
3494
  attr_accessor :ArtifactReduction, :Denoising, :ColorEnhance, :Sharp, :WdSuperResolution, :FaceProtect, :WdFps, :ScratchRepair, :LowLightEnhance, :VideoSuperResolution, :VideoRepair
3495
-
3495
+
3496
3496
  def initialize(artifactreduction=nil, denoising=nil, colorenhance=nil, sharp=nil, wdsuperresolution=nil, faceprotect=nil, wdfps=nil, scratchrepair=nil, lowlightenhance=nil, videosuperresolution=nil, videorepair=nil)
3497
3497
  @ArtifactReduction = artifactreduction
3498
3498
  @Denoising = denoising
@@ -3611,7 +3611,7 @@ module TencentCloud
3611
3611
  # @type TextMarkInfo: Array
3612
3612
 
3613
3613
  attr_accessor :Fps, :Width, :Height, :LongSide, :ShortSide, :Bitrate, :Gop, :VideoCodec, :PicMarkInfo, :DarInfo, :Hdr, :VideoEnhance, :HiddenMarkInfo, :TextMarkInfo
3614
-
3614
+
3615
3615
  def initialize(fps=nil, width=nil, height=nil, longside=nil, shortside=nil, bitrate=nil, gop=nil, videocodec=nil, picmarkinfo=nil, darinfo=nil, hdr=nil, videoenhance=nil, hiddenmarkinfo=nil, textmarkinfo=nil)
3616
3616
  @Fps = fps
3617
3617
  @Width = width
@@ -3700,7 +3700,7 @@ module TencentCloud
3700
3700
  # @type PixFormat: String
3701
3701
 
3702
3702
  attr_accessor :Stream, :Width, :Height, :Bitrate, :Fps, :Codec, :Rotate, :Duration, :PixFormat
3703
-
3703
+
3704
3704
  def initialize(stream=nil, width=nil, height=nil, bitrate=nil, fps=nil, codec=nil, rotate=nil, duration=nil, pixformat=nil)
3705
3705
  @Stream = stream
3706
3706
  @Width = width
@@ -3733,7 +3733,7 @@ module TencentCloud
3733
3733
  # @type Type: String
3734
3734
 
3735
3735
  attr_accessor :Type
3736
-
3736
+
3737
3737
  def initialize(type=nil)
3738
3738
  @Type = type
3739
3739
  end
@@ -3755,7 +3755,7 @@ module TencentCloud
3755
3755
  # @type Size: Integer
3756
3756
 
3757
3757
  attr_accessor :Type, :Size
3758
-
3758
+
3759
3759
  def initialize(type=nil, size=nil)
3760
3760
  @Type = type
3761
3761
  @Size = size
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ie
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.589
4
+ version: 3.0.591
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common