tencentcloud-sdk-ft 3.0.589 → 3.0.591
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200304/models.rb +17 -17
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3280987e0968caaa53f1d87e3ace6987a056254c
|
4
|
+
data.tar.gz: 53b1b8a7cef9512c4091fe351b658375e03dc1d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a438b35d3d8559cb2539bee040bbe1745d71ffadde89d22dfb05afa6f6cdf1d81bcc98cf05df32cb52a448c34e19e417d7916cad64f6b9a625ecf982c5dd5897
|
7
|
+
data.tar.gz: 121f8c9ac0b27fe3bb8cb42338d83060a29d435f1fd986892ea3bbcddd879344b5261197ffa50b701004225f1b3c83dae5f4360b5f685030e776e0b0526c1958
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20200304/models.rb
CHANGED
@@ -26,7 +26,7 @@ module TencentCloud
|
|
26
26
|
# @type FaceRect: :class:`Tencentcloud::Ft.v20200304.models.FaceRect`
|
27
27
|
|
28
28
|
attr_accessor :Age, :FaceRect
|
29
|
-
|
29
|
+
|
30
30
|
def initialize(age=nil, facerect=nil)
|
31
31
|
@Age = age
|
32
32
|
@FaceRect = facerect
|
@@ -47,7 +47,7 @@ module TencentCloud
|
|
47
47
|
# @type JobId: String
|
48
48
|
|
49
49
|
attr_accessor :JobId
|
50
|
-
|
50
|
+
|
51
51
|
def initialize(jobid=nil)
|
52
52
|
@JobId = jobid
|
53
53
|
end
|
@@ -63,7 +63,7 @@ module TencentCloud
|
|
63
63
|
# @type RequestId: String
|
64
64
|
|
65
65
|
attr_accessor :RequestId
|
66
|
-
|
66
|
+
|
67
67
|
def initialize(requestid=nil)
|
68
68
|
@RequestId = requestid
|
69
69
|
end
|
@@ -91,7 +91,7 @@ module TencentCloud
|
|
91
91
|
# @type RspImgType: String
|
92
92
|
|
93
93
|
attr_accessor :AgeInfos, :Image, :Url, :RspImgType
|
94
|
-
|
94
|
+
|
95
95
|
def initialize(ageinfos=nil, image=nil, url=nil, rspimgtype=nil)
|
96
96
|
@AgeInfos = ageinfos
|
97
97
|
@Image = image
|
@@ -124,7 +124,7 @@ module TencentCloud
|
|
124
124
|
# @type RequestId: String
|
125
125
|
|
126
126
|
attr_accessor :ResultImage, :ResultUrl, :RequestId
|
127
|
-
|
127
|
+
|
128
128
|
def initialize(resultimage=nil, resulturl=nil, requestid=nil)
|
129
129
|
@ResultImage = resultimage
|
130
130
|
@ResultUrl = resulturl
|
@@ -155,7 +155,7 @@ module TencentCloud
|
|
155
155
|
# @type DisableGlobalEffect: String
|
156
156
|
|
157
157
|
attr_accessor :Image, :Url, :RspImgType, :DisableGlobalEffect
|
158
|
-
|
158
|
+
|
159
159
|
def initialize(image=nil, url=nil, rspimgtype=nil, disableglobaleffect=nil)
|
160
160
|
@Image = image
|
161
161
|
@Url = url
|
@@ -181,7 +181,7 @@ module TencentCloud
|
|
181
181
|
# @type RequestId: String
|
182
182
|
|
183
183
|
attr_accessor :ResultImage, :ResultUrl, :RequestId
|
184
|
-
|
184
|
+
|
185
185
|
def initialize(resultimage=nil, resulturl=nil, requestid=nil)
|
186
186
|
@ResultImage = resultimage
|
187
187
|
@ResultUrl = resulturl
|
@@ -208,7 +208,7 @@ module TencentCloud
|
|
208
208
|
# @type CoverImage: String
|
209
209
|
|
210
210
|
attr_accessor :MorphUrl, :MorphMd5, :CoverImage
|
211
|
-
|
211
|
+
|
212
212
|
def initialize(morphurl=nil, morphmd5=nil, coverimage=nil)
|
213
213
|
@MorphUrl = morphurl
|
214
214
|
@MorphMd5 = morphmd5
|
@@ -234,7 +234,7 @@ module TencentCloud
|
|
234
234
|
# @type Height: Integer
|
235
235
|
|
236
236
|
attr_accessor :Y, :X, :Width, :Height
|
237
|
-
|
237
|
+
|
238
238
|
def initialize(y=nil, x=nil, width=nil, height=nil)
|
239
239
|
@Y = y
|
240
240
|
@X = x
|
@@ -259,7 +259,7 @@ module TencentCloud
|
|
259
259
|
# @type FaceRect: :class:`Tencentcloud::Ft.v20200304.models.FaceRect`
|
260
260
|
|
261
261
|
attr_accessor :Gender, :FaceRect
|
262
|
-
|
262
|
+
|
263
263
|
def initialize(gender=nil, facerect=nil)
|
264
264
|
@Gender = gender
|
265
265
|
@FaceRect = facerect
|
@@ -282,7 +282,7 @@ module TencentCloud
|
|
282
282
|
# @type MorphTime: Float
|
283
283
|
|
284
284
|
attr_accessor :Tempo, :MorphTime
|
285
|
-
|
285
|
+
|
286
286
|
def initialize(tempo=nil, morphtime=nil)
|
287
287
|
@Tempo = tempo
|
288
288
|
@MorphTime = morphtime
|
@@ -321,7 +321,7 @@ module TencentCloud
|
|
321
321
|
# @type OutputHeight: Integer
|
322
322
|
|
323
323
|
attr_accessor :Images, :Urls, :GradientInfos, :Fps, :OutputType, :OutputWidth, :OutputHeight
|
324
|
-
|
324
|
+
|
325
325
|
def initialize(images=nil, urls=nil, gradientinfos=nil, fps=nil, outputtype=nil, outputwidth=nil, outputheight=nil)
|
326
326
|
@Images = images
|
327
327
|
@Urls = urls
|
@@ -360,7 +360,7 @@ module TencentCloud
|
|
360
360
|
# @type RequestId: String
|
361
361
|
|
362
362
|
attr_accessor :JobId, :EstimatedProcessTime, :RequestId
|
363
|
-
|
363
|
+
|
364
364
|
def initialize(jobid=nil, estimatedprocesstime=nil, requestid=nil)
|
365
365
|
@JobId = jobid
|
366
366
|
@EstimatedProcessTime = estimatedprocesstime
|
@@ -380,7 +380,7 @@ module TencentCloud
|
|
380
380
|
# @type JobId: String
|
381
381
|
|
382
382
|
attr_accessor :JobId
|
383
|
-
|
383
|
+
|
384
384
|
def initialize(jobid=nil)
|
385
385
|
@JobId = jobid
|
386
386
|
end
|
@@ -404,7 +404,7 @@ module TencentCloud
|
|
404
404
|
# @type RequestId: String
|
405
405
|
|
406
406
|
attr_accessor :JobStatus, :FaceMorphOutput, :JobStatusCode, :RequestId
|
407
|
-
|
407
|
+
|
408
408
|
def initialize(jobstatus=nil, facemorphoutput=nil, jobstatuscode=nil, requestid=nil)
|
409
409
|
@JobStatus = jobstatus
|
410
410
|
@FaceMorphOutput = facemorphoutput
|
@@ -441,7 +441,7 @@ module TencentCloud
|
|
441
441
|
# @type RspImgType: String
|
442
442
|
|
443
443
|
attr_accessor :GenderInfos, :Image, :Url, :RspImgType
|
444
|
-
|
444
|
+
|
445
445
|
def initialize(genderinfos=nil, image=nil, url=nil, rspimgtype=nil)
|
446
446
|
@GenderInfos = genderinfos
|
447
447
|
@Image = image
|
@@ -474,7 +474,7 @@ module TencentCloud
|
|
474
474
|
# @type RequestId: String
|
475
475
|
|
476
476
|
attr_accessor :ResultImage, :ResultUrl, :RequestId
|
477
|
-
|
477
|
+
|
478
478
|
def initialize(resultimage=nil, resulturl=nil, requestid=nil)
|
479
479
|
@ResultImage = resultimage
|
480
480
|
@ResultUrl = resulturl
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ft
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
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-
|
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
|