tencentcloud-sdk-ticm 3.0.590 → 3.0.592

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/v20181127/models.rb +27 -27
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f98b64743fe06c4f59139d94542ad703bca61833
4
- data.tar.gz: 609eb19d6f05f90199c9e2ff4e9c9cc815195375
3
+ metadata.gz: 0b6d4fcaade55eaf86c3f68c09e1001d041f0eab
4
+ data.tar.gz: ace9c6f6e0369fbf84141d751b4bf48b9846c420
5
5
  SHA512:
6
- metadata.gz: abb32d50667f7df5969caaaff707dc958d7839d25add2abde2546272f1d6fe4fc8bc4cfec56389fd28fe800f9bb39febc7374a9eec1dee57fea0b2536ba3380f
7
- data.tar.gz: e72f38960f7522c6aed3385a5b0d76326afa1c5baad1b9650756582d731e775a3c7c71084620553f067cd394ca4a8f97800dd88fe5d72ba72f4e10ff0d2ec713
6
+ metadata.gz: 54f2910d3ad77b1e791f8bf8f87cace94dfb20cab0bcff03657e3022bff607bbc3ea32dd8ee8263aa8bf9aff1a775a0da9a3f52224077cf120714355de761137
7
+ data.tar.gz: e7105adbabebaa08ae9a689fc28d02ef1629ff82e06701d775c2b678cc991b7890992137278ad671b71198393e610b83358a08c0b723116839fd1815e65e128a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type Confidence: Integer
26
26
 
27
27
  attr_accessor :Name, :Confidence
28
-
28
+
29
29
  def initialize(name=nil, confidence=nil)
30
30
  @Name = name
31
31
  @Confidence = confidence
@@ -43,7 +43,7 @@ module TencentCloud
43
43
  # @type VodTaskId: String
44
44
 
45
45
  attr_accessor :VodTaskId
46
-
46
+
47
47
  def initialize(vodtaskid=nil)
48
48
  @VodTaskId = vodtaskid
49
49
  end
@@ -84,7 +84,7 @@ module TencentCloud
84
84
  # @type RequestId: String
85
85
 
86
86
  attr_accessor :Status, :BeginProcessTime, :FinishTime, :PornResult, :TerrorismResult, :PoliticalResult, :PoliticalOcrResult, :PornAsrResult, :PoliticalAsrResult, :PornOcrResult, :MetaData, :RequestId
87
-
87
+
88
88
  def initialize(status=nil, beginprocesstime=nil, finishtime=nil, pornresult=nil, terrorismresult=nil, politicalresult=nil, politicalocrresult=nil, pornasrresult=nil, politicalasrresult=nil, pornocrresult=nil, metadata=nil, requestid=nil)
89
89
  @Status = status
90
90
  @BeginProcessTime = beginprocesstime
@@ -158,7 +158,7 @@ module TencentCloud
158
158
  # @type Confidence: Integer
159
159
 
160
160
  attr_accessor :Code, :Msg, :Suggestion, :Confidence
161
-
161
+
162
162
  def initialize(code=nil, msg=nil, suggestion=nil, confidence=nil)
163
163
  @Code = code
164
164
  @Msg = msg
@@ -186,7 +186,7 @@ module TencentCloud
186
186
  # @type Height: Integer
187
187
 
188
188
  attr_accessor :X, :Y, :Width, :Height
189
-
189
+
190
190
  def initialize(x=nil, y=nil, width=nil, height=nil)
191
191
  @X = x
192
192
  @Y = y
@@ -210,7 +210,7 @@ module TencentCloud
210
210
  # @type Candidates: Array
211
211
 
212
212
  attr_accessor :FaceRect, :Candidates
213
-
213
+
214
214
  def initialize(facerect=nil, candidates=nil)
215
215
  @FaceRect = facerect
216
216
  @Candidates = candidates
@@ -257,7 +257,7 @@ module TencentCloud
257
257
  # @type ImageBase64: String
258
258
 
259
259
  attr_accessor :Scenes, :ImageUrl, :Config, :Extra, :ImageBase64
260
-
260
+
261
261
  def initialize(scenes=nil, imageurl=nil, config=nil, extra=nil, imagebase64=nil)
262
262
  @Scenes = scenes
263
263
  @ImageUrl = imageurl
@@ -300,7 +300,7 @@ module TencentCloud
300
300
  # @type RequestId: String
301
301
 
302
302
  attr_accessor :Suggestion, :PornResult, :TerrorismResult, :PoliticsResult, :Extra, :DisgustResult, :RequestId
303
-
303
+
304
304
  def initialize(suggestion=nil, pornresult=nil, terrorismresult=nil, politicsresult=nil, extra=nil, disgustresult=nil, requestid=nil)
305
305
  @Suggestion = suggestion
306
306
  @PornResult = pornresult
@@ -368,7 +368,7 @@ module TencentCloud
368
368
  # @type AdvancedInfo: String
369
369
 
370
370
  attr_accessor :Code, :Msg, :Suggestion, :Confidence, :FaceResults, :Type, :AdvancedInfo
371
-
371
+
372
372
  def initialize(code=nil, msg=nil, suggestion=nil, confidence=nil, faceresults=nil, type=nil, advancedinfo=nil)
373
373
  @Code = code
374
374
  @Msg = msg
@@ -420,7 +420,7 @@ module TencentCloud
420
420
  # @type Type: String
421
421
 
422
422
  attr_accessor :Code, :Msg, :Suggestion, :Confidence, :AdvancedInfo, :Type
423
-
423
+
424
424
  def initialize(code=nil, msg=nil, suggestion=nil, confidence=nil, advancedinfo=nil, type=nil)
425
425
  @Code = code
426
426
  @Msg = msg
@@ -473,7 +473,7 @@ module TencentCloud
473
473
  # @type Type: String
474
474
 
475
475
  attr_accessor :Code, :Msg, :Suggestion, :Confidence, :FaceResults, :AdvancedInfo, :Type
476
-
476
+
477
477
  def initialize(code=nil, msg=nil, suggestion=nil, confidence=nil, faceresults=nil, advancedinfo=nil, type=nil)
478
478
  @Code = code
479
479
  @Msg = msg
@@ -514,7 +514,7 @@ module TencentCloud
514
514
  # @type Extra: String
515
515
 
516
516
  attr_accessor :VideoUrl, :DeveloperId, :CBUrl, :Extra
517
-
517
+
518
518
  def initialize(videourl=nil, developerid=nil, cburl=nil, extra=nil)
519
519
  @VideoUrl = videourl
520
520
  @DeveloperId = developerid
@@ -538,7 +538,7 @@ module TencentCloud
538
538
  # @type RequestId: String
539
539
 
540
540
  attr_accessor :VodTaskId, :RequestId
541
-
541
+
542
542
  def initialize(vodtaskid=nil, requestid=nil)
543
543
  @VodTaskId = vodtaskid
544
544
  @RequestId = requestid
@@ -573,7 +573,7 @@ module TencentCloud
573
573
  # @type KeywordSet: Array
574
574
 
575
575
  attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Suggestion, :KeywordSet
576
-
576
+
577
577
  def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, suggestion=nil, keywordset=nil)
578
578
  @StartTimeOffset = starttimeoffset
579
579
  @EndTimeOffset = endtimeoffset
@@ -604,7 +604,7 @@ module TencentCloud
604
604
  # @type Codec: String
605
605
 
606
606
  attr_accessor :Bitrate, :SamplingRate, :Codec
607
-
607
+
608
608
  def initialize(bitrate=nil, samplingrate=nil, codec=nil)
609
609
  @Bitrate = bitrate
610
610
  @SamplingRate = samplingrate
@@ -655,7 +655,7 @@ module TencentCloud
655
655
  # @type AudioDuration: Float
656
656
 
657
657
  attr_accessor :Size, :Container, :Bitrate, :Height, :Width, :Duration, :Rotate, :VideoStreamSet, :AudioStreamSet, :VideoDuration, :AudioDuration
658
-
658
+
659
659
  def initialize(size=nil, container=nil, bitrate=nil, height=nil, width=nil, duration=nil, rotate=nil, videostreamset=nil, audiostreamset=nil, videoduration=nil, audioduration=nil)
660
660
  @Size = size
661
661
  @Container = container
@@ -725,7 +725,7 @@ module TencentCloud
725
725
  # @type AreaCoordSet: Array
726
726
 
727
727
  attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Suggestion, :KeywordSet, :AreaCoordSet
728
-
728
+
729
729
  def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, suggestion=nil, keywordset=nil, areacoordset=nil)
730
730
  @StartTimeOffset = starttimeoffset
731
731
  @EndTimeOffset = endtimeoffset
@@ -775,7 +775,7 @@ module TencentCloud
775
775
  # @type SegmentSet: Array
776
776
 
777
777
  attr_accessor :Status, :Code, :Msg, :Confidence, :Suggestion, :SegmentSet
778
-
778
+
779
779
  def initialize(status=nil, code=nil, msg=nil, confidence=nil, suggestion=nil, segmentset=nil)
780
780
  @Status = status
781
781
  @Code = code
@@ -824,7 +824,7 @@ module TencentCloud
824
824
  # @type SegmentSet: Array
825
825
 
826
826
  attr_accessor :Status, :Code, :Msg, :Confidence, :Suggestion, :SegmentSet
827
-
827
+
828
828
  def initialize(status=nil, code=nil, msg=nil, confidence=nil, suggestion=nil, segmentset=nil)
829
829
  @Status = status
830
830
  @Code = code
@@ -882,7 +882,7 @@ module TencentCloud
882
882
  # @type SegmentSet: Array
883
883
 
884
884
  attr_accessor :Status, :Code, :Msg, :Confidence, :Suggestion, :Label, :SegmentSet
885
-
885
+
886
886
  def initialize(status=nil, code=nil, msg=nil, confidence=nil, suggestion=nil, label=nil, segmentset=nil)
887
887
  @Status = status
888
888
  @Code = code
@@ -947,7 +947,7 @@ module TencentCloud
947
947
  # @type AreaCoordSet: Array
948
948
 
949
949
  attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Suggestion, :Name, :Label, :Url, :PicUrlExpireTimeStamp, :AreaCoordSet
950
-
950
+
951
951
  def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, suggestion=nil, name=nil, label=nil, url=nil, picurlexpiretimestamp=nil, areacoordset=nil)
952
952
  @StartTimeOffset = starttimeoffset
953
953
  @EndTimeOffset = endtimeoffset
@@ -998,7 +998,7 @@ module TencentCloud
998
998
  # @type SegmentSet: Array
999
999
 
1000
1000
  attr_accessor :Status, :Code, :Msg, :Confidence, :Suggestion, :SegmentSet
1001
-
1001
+
1002
1002
  def initialize(status=nil, code=nil, msg=nil, confidence=nil, suggestion=nil, segmentset=nil)
1003
1003
  @Status = status
1004
1004
  @Code = code
@@ -1050,7 +1050,7 @@ module TencentCloud
1050
1050
  # @type SegmentSet: Array
1051
1051
 
1052
1052
  attr_accessor :Status, :Code, :Msg, :Confidence, :Suggestion, :SegmentSet
1053
-
1053
+
1054
1054
  def initialize(status=nil, code=nil, msg=nil, confidence=nil, suggestion=nil, segmentset=nil)
1055
1055
  @Status = status
1056
1056
  @Code = code
@@ -1110,7 +1110,7 @@ module TencentCloud
1110
1110
  # @type SegmentSet: Array
1111
1111
 
1112
1112
  attr_accessor :Status, :Code, :Msg, :Confidence, :Suggestion, :Label, :SegmentSet
1113
-
1113
+
1114
1114
  def initialize(status=nil, code=nil, msg=nil, confidence=nil, suggestion=nil, label=nil, segmentset=nil)
1115
1115
  @Status = status
1116
1116
  @Code = code
@@ -1169,7 +1169,7 @@ module TencentCloud
1169
1169
  # @type PicUrlExpireTimeStamp: Integer
1170
1170
 
1171
1171
  attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Label, :Suggestion, :Url, :PicUrlExpireTimeStamp
1172
-
1172
+
1173
1173
  def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, label=nil, suggestion=nil, url=nil, picurlexpiretimestamp=nil)
1174
1174
  @StartTimeOffset = starttimeoffset
1175
1175
  @EndTimeOffset = endtimeoffset
@@ -1228,7 +1228,7 @@ module TencentCloud
1228
1228
  # @type SegmentSet: Array
1229
1229
 
1230
1230
  attr_accessor :Confidence, :Suggestion, :Label, :Status, :Code, :Msg, :SegmentSet
1231
-
1231
+
1232
1232
  def initialize(confidence=nil, suggestion=nil, label=nil, status=nil, code=nil, msg=nil, segmentset=nil)
1233
1233
  @Confidence = confidence
1234
1234
  @Suggestion = suggestion
@@ -1276,7 +1276,7 @@ module TencentCloud
1276
1276
  # @type Fps: Integer
1277
1277
 
1278
1278
  attr_accessor :Bitrate, :Height, :Width, :Codec, :Fps
1279
-
1279
+
1280
1280
  def initialize(bitrate=nil, height=nil, width=nil, codec=nil, fps=nil)
1281
1281
  @Bitrate = bitrate
1282
1282
  @Height = height
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ticm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common